docs
docs copied to clipboard
Prometheus documentation: content and static site generator
Signed-off-by: Maxim Veksler
https://prometheus.io/docs/operating/security/#security-model is somewhat out of date WRT TLS and basic auth support. I also think that the assumptions about how to handle `/metrics` endpoints should be clarified. It is by...
Now that nanoc is updated to the latest, upgrade Ruby to latest release. Signed-off-by: SuperQ
I want to only remote write metrices only with some specific names. The following is my remoteWrite configuration - ` remoteWrite: - queue_config: capacity: 20000 max_samples_per_send: 10000 max_shards: 30 tlsConfig:...
Add the Auth0 exporter (https://github.com/raynigon/auth0_exporter) and the GitHub billing exporter (https://github.com/raynigon/github_billing_exporter) to the APIs section on the `Exporters and integrations` page. ## Auth0 expoter metrics ``` # HELP auth0_exporter_build_info A...
From the current build logs, such as https://app.netlify.com/sites/prometheus-docs/deploys/63038baef7ab36000ae0f07d: > DEPRECATION NOTICE: Builds using the Xenial build image will fail after November 15th, 2022. > > The build image for this...
Propagating changes from prometheus/prometheus default branch.
Currently, the docs here mention https://prometheus.io/docs/practices/pushing/#should-i-be-using-the-pushgateway > Usually, the only valid use case for the Pushgateway is for capturing the outcome of a service-level batch job. A "service-level" batch job...