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: Migrate PipelineRun and TaskRun metrics to OpenTelemetry
This commit migrates the metrics for PipelineRuns and TaskRuns from
OpenCensus to OpenTelemetry.
The following changes are included:
- Updated the observability config to support OpenTelemetry.
- Migrated the implementation of PipelineRun and TaskRun metrics to use
the OpenTelemetry Go SDK.
- Updated the tests to work with the new OpenTelemetry-based
implementation.
0 commit comments