stackdriver_exporter icon indicating copy to clipboard operation
stackdriver_exporter copied to clipboard

RFC: collect stackdriver metrics globally and include them with the process metrics

Open hsyed-dojo opened this issue 3 years ago • 0 comments

Context in #173.

@SuperQ we are quite close to a single deployment design where we pass filter params to the scrape endpoint.

However, when using this approach the innerHandler registers process scoped metrics (e.g: stackdriver_monitoring_api_calls_total) with the throwaway registry. These are not globally cumulative and they get reset with each scrape.

We would need these to be globally cumulative and (preferably only) available with the process metrics.

What do you think of these changes ?

I have time to work on this this week.

RFC:

  • Should the stackdriver scrape endpoint still include these metrics ? If not this is a breaking change.

hsyed-dojo avatar Nov 15 '22 17:11 hsyed-dojo