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

Application metrics that are sums show N/A if any component is not present #378

Open
jpswinski opened this issue Feb 15, 2024 · 0 comments

Comments

@jpswinski
Copy link
Member

On the grafana dashboard for the SlideRule Node Application Metrics, there are sometimes N/A's displayed for metrics that should be valid. The reason is that some displays are sums of metrics, and if any one of those metrics hasn't shown up yet, then it makes the entire expression N/A.

For example:

total atl03 granules = atl03s_count{job="orchestrator_app"} + atl06_count{job="orchestrator_app"} + atl08_count{job="orchestrator_app"}

So if we have only atl06_count metrics, the expression shows N/A even though we have processed atl03 granules.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant