The Instrumenter proactively enables telemetry collection from the customer environment. They’re primarily concerned with observability data before it enters the observability platform. Their primary motivation is to ensure the data is flowing as expected.Documentation Index
Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
Use this file to discover all available pages before exploring further.
Pain points
- Adding custom metrics to code requires a deep understanding of the service.
- Naive configuration generates too much data volume.
- Manual instrumentation is painful, time-consuming, and can be rendered useless by incompleteness.
- Auto-instrumentation is noisy.
- Understanding Collector load is difficult to predict.
- A single system can have many different formats and standards.
- Comprehensive tooling is lacking.
Common tasks
- Installs and configures collectors to send data to the observability platform.
- Enables observability data collection in the environment and verifies that metrics and logs arrive correctly.
- Creates patterns and frameworks so other users can send observability data following collector configuration best practices.
- Configures collectors to apply helpful taxonomy so data is recognizable and usable when it enters the platform, using derived labels.
- Configures collectors to reject unnecessary data using drop rules to reduce egress and storage costs.

