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

Feature: expose /metrics for prometheus #327

Open
smeelock opened this issue Sep 10, 2024 · 1 comment
Open

Feature: expose /metrics for prometheus #327

smeelock opened this issue Sep 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@smeelock
Copy link

smeelock commented Sep 10, 2024

Context

We would like to monitor the number of drifting layers, with a metric monitoring tool e.g. Prometheus.

Feature requested

  • exposed /metrics endpoint readable by prometheus
  • burrito_layer_drift metric

here is an example "burrito_layer_drift" gauge metric created with a custom prometheus exporter for burrito
image

@LucasMrqes LucasMrqes added the enhancement New feature or request label Sep 17, 2024
@corrieriluca
Copy link
Member

We could use the controller-runtime to expose custom metrics: https://book.kubebuilder.io/reference/metrics

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

No branches or pull requests

3 participants