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
As discussed in https://github.com/orgs/autometrics-dev/discussions/31, we would like for the function call counter to be initialized to zero, at least in development mode. This is to enable UIs built on top of Autometrics + Prometheus to discover the names of the instrumented functions before the service has received any traffic.
Do we need to update the queries in the grafana dashboard to make sure the error ratio does not divide by zero? (I know we just removed > 0 from a lot of queries to fix the dashboards, but i think this would only apply to the denominator for the error ratio query)
This caused an issue in the explorer, but grafana might be smarter about handling NaNs
As discussed in https://github.com/orgs/autometrics-dev/discussions/31, we would like for the function call counter to be initialized to zero, at least in development mode. This is to enable UIs built on top of Autometrics + Prometheus to discover the names of the instrumented functions before the service has received any traffic.
The text was updated successfully, but these errors were encountered: