Telemetry Monitoring with Grafana
Copy
In Grafana, telemetry data is categorized into three main types, each serving a specific purpose for monitoring and troubleshooting:
Logs: Provide detailed, event-level information that helps in understanding system behaviour and diagnosing issues.
Traces / Spans: Offer insights into specific conversion tasks, allowing you to follow the lifecycle of a request or process across distributed systems.
Metrics: Present aggregated data that gives an overview of system performance, resource usage, and error rates over time.