docs
docs copied to clipboard
Prometheus documentation: content and static site generator
`__meta_dockerswarm_container_label_prometheus_job` should be used instead of `__meta_dockerswarm_service_label_prometheus_job `
### What did you do? https://prometheus.io/docs ### What did you expect to see? UI which is easy to read ### What did you see instead? Under which circumstances? https://prometheus.io/docs ###...
Hey. AFAICS the following is not yet "officially" documented (sorry in case I just missed it). What many people seem to want (given the number of stackoverflow/etc. questions and blog...
Please add this new [exporter](https://github.com/pathfinder177/prefect2-prometheus-exporter) to exporter list. Please let me know if something missing, thanks. Sample output: ``` # HELP prefect2_flows_runs_24h Prefect2 flows for 24h # TYPE prefect2_flows_runs_24h gauge...
In https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config Docs says: ```yaml # Optional `Authorization` header configuration. authorization: # Sets the authentication type. [ type: [] | default: Bearer ] ``` But it did not work, this...
Enhanced example for the multi-target exporter guide
adding new company providing services around Prometheus
https://prometheus.io/assets/tutorial/architecture.png is a helpful diagram, but it's a static image which has to be edited in an external tool and added to git. For easier maintainability, it could use Graphviz'...
The `--enable-feature=remote-write-receiver` flag is deprecated and is going to be removed from Prometheus 3.0 and instead users should use `--web.enable-remote-write-receiver`. Refs - https://github.com/prometheus/prometheus/issues/13206 https://github.com/prometheus/prometheus/pull/13435