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

Metrics not showing in the Sentry Dashboard #3132

Closed
jamescrosswell opened this issue Feb 8, 2024 · 0 comments · Fixed by #3151
Closed

Metrics not showing in the Sentry Dashboard #3132

jamescrosswell opened this issue Feb 8, 2024 · 0 comments · Fixed by #3151
Labels
Bug Something isn't working

Comments

@jamescrosswell
Copy link
Collaborator

jamescrosswell commented Feb 8, 2024

References

Problem summary

We don't see all of the metrics in Sentry that we see in Aspire, even though we're listening to all of these.

Aspire has all of these for example:
image

But in Sentry we're only seeing these:
image

Solution

It turns out the metric units used by many of the built in metrics include characters that are not valid in statsd.

I've added sanitization for metric units (similar to what we have for keys and values already) so that funky unit names can't break the resulting statsd envelope item.

@jamescrosswell jamescrosswell added the Bug Something isn't working label Feb 8, 2024
jamescrosswell added a commit to jamescrosswell/develop that referenced this issue Feb 15, 2024
Adding details on metric unit name restrictions in statsd (see getsentry/sentry-dotnet#3132 for more detail).
@github-project-automation github-project-automation bot moved this to Done in GDX Feb 15, 2024
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
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant