prometheus_exporter_base icon indicating copy to clipboard operation
prometheus_exporter_base copied to clipboard

Base library for Rust Prometheus exporters

Results 3 prometheus_exporter_base issues
Sort by recently updated
recently updated
newest added

[`node_exporter`](https://github.com/prometheus/node_exporter) from Prometheus does not enforce `GET` method and supports both `GET` and `POST`. I encountered some software that relies on the fact that POST request is allowed to query...

Per [RFC 9110](https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.2) a server MUST send a WWW-Authenticate header with a 401 response.