Skip to content

feat(telemetry): inject dynamic service version from CI #4

@JoseSzycho

Description

@JoseSzycho

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions