-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, the telemetry serviceVersion is hardcoded. This prevents us from accurately correlating observability data with specific deployed versions of the gateway.
| serviceVersion: '1.0.0', |
We need to update the build process to inject the actual release version (e.g., git tag) into the application during the CI pipeline. This dynamic version should then be consumed by the OpenTelemetry configuration to ensure traces and metrics reflect the correct running version of the service.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels