docs icon indicating copy to clipboard operation
docs copied to clipboard

Prometheus documentation: content and static site generator

Results 279 docs issues
Sort by recently updated
recently updated
newest added

Adding Silverpeak Exporter Signed-off-by: IP Headers

kind/exporter-addition

Hello, Apache NIFI (data streaming platform) has built-in exporter which is not listed in https://prometheus.io/docs/instrumenting/exporters/ [One is to provide arbitrary metrics from 'anything'](https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-prometheus-nar/1.19.1/org.apache.nifi.reporting.prometheus.PrometheusRecordSink/index.html) [One is to monitor Apache NIFI itself](https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-prometheus-nar/1.19.1/org.apache.nifi.reporting.prometheus.PrometheusReportingTask/index.html)

kind/exporter-addition

Signed-off-by: Raymond Douglas --- This is to add [nextdns-exporter](https://github.com/raylas/nextdns-exporter) to the list of exporters. NextDNS exporter scrapes the [NextDNS](https://nextdns.io) API and surfaces DNS query data as Prometheus metrics. ### Sample...

Signed-off-by: Kemal Akkoyun cc @jessicalins @bwplotka

kind/enhancement

Change 'setup' to 'set up' where it's a verb and not quoted in an interview. Signed-off-by: Troy Vitullo

https://github.com/prometheus/docs/blob/8d0bcf464f6275a544b15b7c214e9092fcb145b0/content/docs/guides/go-application.md?plain=1#L23 After following this guide, i have Prometheus data at `http://localhost:2112/metrics`. However, if I try to add Prometheus as a data source in Grafana, Grafana tries to query `api/v1/query`, which...

Signed-off-by: Simon Dodsley Update Pure Storage exporter links in `exporters.md` @RichiH

From https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config: ``` keep: Drop targets for which regex does not match the concatenated source_labels. drop: Drop targets for which regex matches the concatenated source_labels. ``` This incorrectly says that...

The article https://prometheus.io/docs/guides/basic-auth/ describes basic auth well and we have set it up in a way that requires username/password for the prometheus web interface running on a public server. However,...