Kyle Eckhart
Kyle Eckhart
I figured it might be easier to move this convo to the PR. Related to question 3 from [here](https://github.com/prometheus-community/stackdriver_exporter/issues/116#issuecomment-1181646723), I think this might be an issue for slower moving metrics....
I had started a naive implementation [here](https://github.com/prometheus-community/stackdriver_exporter/compare/master...kgeckhart:keckhart/track-delta-metrics-between-scrapes). I believe in order to produce an accurate value I will need to update the collector to consider time since last scrape as...
Let me clarify, you are correct the value will never truly be accurate, I'm trying to get the value incremented from scrape to scrape to be as accurate as reasonably...
> I also have a [working implementation](https://github.com/osabina/stackdriver_exporter/tree/delta_counter) although I still need to write unit tests and it needs some minor cleanup from us debugging. > > This handles the scrape...
> Since the last update we are now handling DISTRIBUTION DELTAs similarly (and have fixed a few bugs). I went ahead and opened a [PR](https://github.com/prometheus-community/stackdriver_exporter/pull/167) with the changes we are...
Hi @ahjmorton, I'll defer to @SuperQ for the review + merge side of things. I can say we have been running this version in production for a little over three...
> This looks good, is there someone who can review it? I think only @SuperQ can approve PR's ATM
Should be good to go now @SuperQ
That's very odd I can't reproduce this locally on v0.12.0 or on v0.13.0. I'm running, `make build && ./stackdriver_exporter --google.project-id= --monitoring.metrics-type-prefixes='cloudsql.googleapis.com/database' --log.level=debug --monitoring.filters='cloudsql.googleapis.com/database:metadata.user_labels."my-label"="my-value"'` and all of the logged metrics filters...
> For me it's however no longer an issue, we decided to look for a different solution due to lack of caching and no support for exporting user labels. I...