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

Show prometheus internal metrics (like scrape time) in the dashboard #437

Open
demeringo opened this issue Feb 8, 2024 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@demeringo
Copy link
Collaborator

Problem

It would be interresting during development phase to monitor prometheus scrape time (to assess performance of cloud-scanner itself)

Solution

See if we can internal prometheus metrics and if yes expose them in the demo dashboard:

  • prometheus data size
  • clouds scanner scrape duration
  • others relevant metrics ?

https://prometheus.io/docs/prometheus/latest/getting_started/#configuring-prometheus-to-monitor-itself

Alternatives

Additional context or elements

Maybe cloud scanner could also return its internal metrics (inventory duration, impact gathering duration, a.s.o) if called with a specific parameter (that should probably be off by default).

@demeringo demeringo added the good first issue Good for newcomers label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant