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
9c86524b32
commit
afdcca6f53
1 changed files with 3 additions and 3 deletions
|
|
@ -213,12 +213,12 @@ in {
|
|||
prometheus.scrape "metrics_integrations_integrations_traefik" {
|
||||
targets = discovery.relabel.metrics_integrations_integrations_traefik.output
|
||||
job_name = "integrations/traefik"
|
||||
forward_to = [prometheus.write.remote_write.receiver]
|
||||
forward_to = [prometheus.remote_write.default.receiver]
|
||||
}
|
||||
|
||||
prometheus.write "remote_write" {
|
||||
prometheus.remote_write "default" {
|
||||
endpoint {
|
||||
url = "http://127.0.0.1:9001/api/v1/write";
|
||||
url = "http://127.0.0.1:9001/api/v1/write"
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue