David Ashpole

Results 584 comments of David Ashpole

Shouldn't a federated endpoint always have job + instance labels?

How do you know that honor_labels is the cause? The error message indicates that the receiver failed to scrape the endpoint, and looks like it already has a job +...

Interesting... Can you enable debug logs to see what the error is that causes the scrape to fail?

[@billmeyer](https://github.com/billmeyer) [@gjanco](https://github.com/gjanco)

I'm not sure I'm willing to accept this. I don't want to own a hashing library. We are working on splitting out the target allocator into its own module in...

> However I don't mean for this issue to be an argument about whether or not this should be used/how. Can we track that question somewhere? I have no objections...

Are there any other changes required after https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31908? Or can this be closed?

I think the labels section might have the wrong quoting? At least it looks funky to me. https://prometheus.io/docs/prometheus/latest/configuration/configuration/#static_config Try `labels: ['influxdb_database': 'apm']`? or `labels: [influxdb_database: apm]`?

From the collector config, it doesn't look like you are actually using the prometheus receiver or prometheus exporter in a pipeline?