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
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:
But in Sentry we're only seeing these:
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.
The text was updated successfully, but these errors were encountered:
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:
But in Sentry we're only seeing these:
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.
The text was updated successfully, but these errors were encountered: