Dabz / ccloudexporter

Prometheus exporter for Confluent Cloud API metric
https://docs.confluent.io/current/cloud/metrics-api.html
87 stars 53 forks source link

DEVX-2465: change thresholds to mirror basic cluster limits, update panels, and image #62

Closed awalther28 closed 3 years ago

awalther28 commented 3 years ago

This PR proposes incorporating Confluent "Basic" cluster limits as the thresholds for the key metrics highlighted at the top of the dashboard. Basic cluster and Standard cluster limits are very similar, the key differences being Standard allows infinite storage in AWS (5TB on basic) and max 500 partition creation/deletion over 5 minute (250 on basic).

Key metrics proposed to be highlighted on the top of the dashboard with thresholds at 80% and 90% of the max value :

On each new/upgraded panel, a description was added. Rates were introduced where needed to properly compare metrics to Confluent's cluster limits.

Dabz commented 3 years ago

Thanks a lot @awalther28 for doing this ;) I imported the dashboard on my local Grafana, everything's work perfectly :+1:

I will squash & merge on master. Thanks for the PR!