vectordotdev/vector

prometheus_scrape source should have request headers configurable

Open

#19.656 geöffnet am 18. Jan. 2024

Auf GitHub ansehen
 (5 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Rust (2.126 Forks)batch import
good first issuesource: prometheus_scrapetype: feature

Repository-Metriken

Stars
 (21.837 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 16h) (110 gemergte PRs in 30 T)

Beschreibung

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Use Cases

For example, Hashicorp Vault requires Accept: prometheus/telemetry or Accept: application/openmetrics-text] headers to be present in request to return metrics in Prometheus format.

https://developer.hashicorp.com/vault/docs/configuration/telemetry#prometheus

Attempted Solutions

No response

Proposal

prometheus_scrape source should have request headers configurable, as http_client already do.

References

No response

Version

0.35.0

Contributor Guide