peimanja / artifactory_exporter

JFrog Artifactory Prometheus Exporter written in Go
Apache License 2.0
141 stars 37 forks source link

Dashboard panel: Add a timeseries panel for artifactory_storage_artifacts artifactory_storage_binaries #72

Closed zhan9san closed 2 years ago

zhan9san commented 2 years ago

Feature Description

Would it be possible to add a timeseries panel for artifactory_storage_artifacts artifactory_storage_binaries?

Use Case(s)

We have many nightly builds, which publishes the artifacts, and we want to get the trends of artifacts count and binaries count.

It would be better to have a timeseries panel for Binaries size and artifacts size as well.

peimanja commented 2 years ago

Hey @zhan9san, so the metrics are available and you should be able to easily add those panels in Grafana or Datadog, .. https://github.com/peimanja/artifactory_exporter/blob/master/grafana/dashboard.json dashboard is just an example and you should tweak it as you need.

zhan9san commented 2 years ago

Hi @peimanja Thanks for your attention.

I'll handle it in my local repo.

BTW, nice project.