Example Prometheus scrape configuration
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Example Prometheus scrape configuration has 20 facts recorded in Dontopedia across 5 references, with 2 live disagreements.
Mostly:rdf:type(5), contains(2), job name(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (5)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
causedByCaused by(1)
- Prometheus Restart
ex:prometheus-restart
containsContains(1)
- Yaml Config Block
ex:yaml-config-block
definesDefines(1)
- Yaml Config Block
ex:yaml-config-block
followsFollows(1)
- Grafana Visualization
ex:grafana-visualization
nestedWithinNested Within(1)
- Static Config
ex:static-config
Other facts (19)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Scrape Config | [1] |
| Rdf:type | Configuration | [2] |
| Rdf:type | Configuration | [3] |
| Rdf:type | Yaml Configuration | [4] |
| Rdf:type | Configuration Step | [5] |
| Contains | Static Config | [2] |
| Contains | Scrape Configs | [3] |
| Job Name | prometheus | [1] |
| Metrics Path | /metrics | [1] |
| Scrape Interval | 15s | [1] |
| Has Job Name | gitlab | [2] |
| Uses Static Config | Static Config | [2] |
| Part of | Yaml Config Block | [2] |
| Defined in | Yaml Config Block | [2] |
| Has Indentation Level | 2 | [2] |
| Is Example of | Example Configurations | [3] |
| Has Key | scrape_configs | [4] |
| Contains Job | Kafka Job | [4] |
| Follows | Logstash Metrics Export | [5] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (5)
ctx:claims/beam/5e101129-f6e3-45c7-b476-cfd6e00d3e69- full textbeam-chunktext/plain1 KB
doc:beam/5e101129-f6e3-45c7-b476-cfd6e00d3e69Show excerpt
for: 1m labels: severity: warning annotations: summary: "Unresolved risk detected for {{ $labels.issue_type }}" description: "An unresolved risk of type {{ $labels.issue_type }} has been…
ctx:claims/beam/eb280934-1f74-4ad3-8787-ad2dc9b63b7c- full textbeam-chunktext/plain1 KB
doc:beam/eb280934-1f74-4ad3-8787-ad2dc9b63b7cShow excerpt
To set up Prometheus to scrape metrics from GitLab, you can use the following configuration: ```yaml scrape_configs: - job_name: 'gitlab' static_configs: - targets: ['gitlab.example.com:8080'] ``` ### Example Grafana Configura…
ctx:claims/beam/332daf51-436a-42b5-a617-b0b0ee450e49ctx:claims/beam/dff01560-b446-4839-a8e8-0305d42e81c7- full textbeam-chunktext/plain1 KB
doc:beam/dff01560-b446-4839-a8e8-0305d42e81c7Show excerpt
type: "$1" name: "$2" ``` #### Step 2: Configure Prometheus Add the following to your Prometheus configuration: ```yaml scrape_configs: - job_name: 'kafka' static_configs: - targets: ['broker1:9092', 'broker2:9092'…
ctx:claims/beam/0de825c5-bf11-4747-9d28-e53c41cd5d1a- full textbeam-chunktext/plain1 KB
doc:beam/0de825c5-bf11-4747-9d28-e53c41cd5d1aShow excerpt
scrape_configs: - job_name: 'logstash' static_configs: - targets: ['localhost:9126'] ``` 2. **Restart Prometheus**: Restart the Prometheus service to apply the new configuration. ```sh systemctl restart…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.