mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Let us see if missing attribute is resolved.
This commit is contained in:
parent
9b55347d71
commit
9c86524b32
1 changed files with 7 additions and 1 deletions
|
|
@ -213,7 +213,13 @@ in {
|
||||||
prometheus.scrape "metrics_integrations_integrations_traefik" {
|
prometheus.scrape "metrics_integrations_integrations_traefik" {
|
||||||
targets = discovery.relabel.metrics_integrations_integrations_traefik.output
|
targets = discovery.relabel.metrics_integrations_integrations_traefik.output
|
||||||
job_name = "integrations/traefik"
|
job_name = "integrations/traefik"
|
||||||
forward_to = ["prometheus/remote_write"]
|
forward_to = [prometheus.write.remote_write.receiver]
|
||||||
|
}
|
||||||
|
|
||||||
|
prometheus.write "remote_write" {
|
||||||
|
endpoint {
|
||||||
|
url = "http://127.0.0.1:9001/api/v1/write";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
group = "root";
|
group = "root";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue