dNationCloud / kubernetes-monitoring

Monitor your Kubernetes infrastructure and applications at a glance using semaphore principle (green/orange/red)
https://www.dNation.cloud
Apache License 2.0
23 stars 6 forks source link

Add Harbor dashboard #164

Closed chess-knight closed 1 year ago

chess-knight commented 1 year ago

Harbor exposes metrics using the Prometheus data model so we can easily start scraping Harbor instance’s metrics using Prometheus, see https://goharbor.io/docs/main/administration/metrics/.

For that purpose, we want to create also a dashboard, which will display Harbor metrics.

For inspiration, we can take the one from Harbor repository or find something else e.g. from Grafana dashboards.

chess-knight commented 1 year ago

Other interesting resources:

chess-knight commented 1 year ago

FYI: The grafana dashboard in the Harbor repository was updated, see https://github.com/goharbor/harbor/pull/16661.