Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate telemetry.distro.version without trailing commit hash #64

Closed
pyohannes opened this issue Nov 21, 2023 · 0 comments · Fixed by #66
Closed

Populate telemetry.distro.version without trailing commit hash #64

pyohannes opened this issue Nov 21, 2023 · 0 comments · Fixed by #66
Labels
bug Something isn't working

Comments

@pyohannes
Copy link
Contributor

Bug Report

A list of Grafana and OpenTelemetry NuGet packages used, for example Grafana.OpenTelemetry 0.6.0-beta.1):

  • Grafana.OpenTelemetry 0.6.0-beta.2

The .NET runtime version (e.g. net462, net48, netcoreapp3.1, net6.0 etc.). You can find this information in your *.csproj file):

  • net7.0

Symptom

The value for the attribute telemetry.distro.version includes a commit hash ("0.6.0-beta.2+a06081a559ad34aee30c23a1795f660cc0d32fc9"), which is not desired as it makes this value hard to interpret and to filter on.

What is the expected behavior?

I expected to only see the version value without the commit hash (`"0.6.0-beta.2").

What is the actual behavior?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant