Difference between revisions of "~/brew/etc/prometheus.yml"
Jump to navigation
Jump to search
(Created page with " == See also == * {{prometheus.yml}} * {{Prometheus}} Category:Prometheus") |
|||
Line 1: | Line 1: | ||
+ | |||
+ | == Default macOS == | ||
+ | global: | ||
+ | scrape_interval: 15s | ||
+ | |||
+ | scrape_configs: | ||
+ | - job_name: "prometheus" | ||
+ | static_configs: | ||
+ | - targets: ["localhost:9090"] | ||
Revision as of 11:31, 31 December 2023
Default macOS
global: scrape_interval: 15s scrape_configs: - job_name: "prometheus" static_configs: - targets: ["localhost:9090"]
See also
prometheus.yml, /etc/default/prometheus, prometheus.args, job_name:, targets:, Prometheus service discovery
- Prometheus: Prometheus installation,
9090
, storage, Prometheus exporters: Node exporter9100
, Blackbox exporter, Prometheus alertmanager (changelog), Prometheus versions, Prometheus Node exporter releases,promtool
,amtool, tsdb
,/etc/default/prometheus, /etc/prometheus/prometheus.yml, journalctl -u prometheus
,/etc/default/prometheus-node-exporter
, PromQL,alert:
, Prometheus Operator, Thanos, VictoriaMetrics, PushGateway, Prometheus API,values.yml
, Amazon Managed Service for Prometheus
Advertising: