Closed vmercierfr closed 7 months ago
@mcorbin @dcupif I'll be happy to have your insight on this feature
Package | Line Rate | Health |
---|---|---|
github.com/qonto/prometheus-rds-exporter/internal/app/cloudwatch | 87% | ✔ |
github.com/qonto/prometheus-rds-exporter/internal/app/ec2 | 85% | ✔ |
github.com/qonto/prometheus-rds-exporter/internal/app/exporter | 80% | ➖ |
github.com/qonto/prometheus-rds-exporter/internal/app/rds | 75% | ➖ |
github.com/qonto/prometheus-rds-exporter/internal/app/servicequotas | 51% | ❌ |
github.com/qonto/prometheus-rds-exporter/internal/app/trace | 100% | ✔ |
github.com/qonto/prometheus-rds-exporter/internal/app/unit | 100% | ✔ |
Summary | 80% (1014 / 1274) | ➖ |
Minimum allowed line rate is 60%
Objective
Add OpenTelemetry tracing
Why
Tracing help to troubleshoot and investigate exporter performances.
We'll leverage on this tracing to investigate and fix bugs tied to AWS APIs call (e.g. https://github.com/qonto/prometheus-rds-exporter/issues/96)
How
--enable-otel
parameter (orenable-otel
in configuration file)Release plan