You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(metrics): Migrate to OpenTelemetry for metrics
This commit migrates the metrics collection from OpenCensus to OpenTelemetry, aligning with the broader observability trends in the ecosystem.
Key changes include:
- Updated `pipelinerunmetrics` and `taskrunmetrics` to use the OpenTelemetry SDK for creating and recording metrics.
- Preserved existing metric names and labels to ensure backward compatibility with existing dashboards and alerting.
- Updated `config-observability.yaml` to use the new OpenTelemetry configuration for exporting metrics.
- Updated `docs/metrics.md` to reflect the new configuration options.
- Removed the now-obsolete OpenCensus `unregisterMetrics` function from the test suite.
All changes have been verified with the existing test suite.
0 commit comments