-
Notifications
You must be signed in to change notification settings - Fork 498
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
Dashboard Metrics tab crashes on NaN values #629
Comments
Merged
eerhardt
added a commit
that referenced
this issue
Nov 1, 2023
eerhardt
added a commit
that referenced
this issue
Nov 1, 2023
joperezr
pushed a commit
that referenced
this issue
Nov 1, 2023
Created an issue for npgsql: npgsql/npgsql#5369 Will still fix inside Aspire. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When working on #442, I ran into an issue with the
prepared_ratio
instrument from Npgsql. It seems this instrument can emitNaN
for values, which then crash our dashboard:We should ensure NaN values coming from instruments don't crash the dashboard.
When we fix this issue, we should add the
prepared_ratio
instrument by default. I had to disable it so users didn't crash their apps just by navigating to this instrument.cc @JamesNK
The text was updated successfully, but these errors were encountered: