William Dumont
William Dumont
@56quarters Paulin left a few comments on your changes. I will let you decide how you want to handle these
This issue is a duplicate of https://github.com/grafana/agent/issues/3120
For the receiver we copied the code from the opentelemetry collector contrib and to this day the native prometheus histograms is not supported in it.
> The exporter in v0.96.0 lacks full support for the HTTP Client settings, so if an upgrade to v0.99+ is in the near future for this repo then holding off...
I don't see the spanmetrics connector in the pprof of the grafana-agent, are you running the same exact configs?
Another option could be to use the stream debugging feature: https://github.com/grafana/agent/pull/6045
This works but this is inconsistent with the default behavior which allows using one receiver for three topics if you name your topics accordingly.
To avoid duplicating so much code it should be possible to put some in the common kubernetes pkg. The client part could also use a common pkg. But we can...
I tested it and it works: I created a local k8s cluster with the agent using the helm chart and the prometheus operator. Then I created the following rule: ```...
Thansk again @EStork09 and sorry it took so long!