Labbs / github-actions-exporter

github-actions-exporter for prometheus
MIT License
224 stars 83 forks source link

Problem with repetitive data #70

Open matheusgiuliano opened 10 months ago

matheusgiuliano commented 10 months ago

Hello,

I'm using the collector in a big environment with almost 500 repositories, and we have a lot of actions. I've created a grafana

dashboard to show successfull and failed workflow runs. I have the exporter running every 15 minutes, and the ServiceMonitor gets the data also every 15min. I notice that the data is always the same, but every new scrape adds the data from the last 15min. So its cumulative.

Its this how it supose to be, or am I implementing the wrong way?