fastly / fastly-exporter

A Prometheus exporter for the Fastly Real-time Analytics API
Apache License 2.0
99 stars 36 forks source link

Simplify generic HTTP SD #85

Closed peterbourgon closed 2 years ago

peterbourgon commented 2 years ago

This seems to work? Addresses #84, maybe? /cc @SuperQ @mrnetops

peterbourgon commented 2 years ago

Oops, nope, it doesn't actually work. Prometheus doesn't scrape the data properly.

peterbourgon commented 2 years ago

Yeah, the thing is that source_label __address__ is only knowable by Prometheus itself. You can't avoid that relabel config. So I'm not sure this juice is worth the squeeze.