fix(alloy): Remove redundant remote_write
This commit is contained in:
parent
9b5c8c79b7
commit
502022d6e3
1 changed files with 0 additions and 12 deletions
|
|
@ -7,18 +7,6 @@ data:
|
||||||
config.alloy: |-
|
config.alloy: |-
|
||||||
prometheus.exporter.unix "node" {}
|
prometheus.exporter.unix "node" {}
|
||||||
|
|
||||||
prometheus.remote_write "default" {
|
|
||||||
external_labels = {
|
|
||||||
cluster = "k8s-wheatley",
|
|
||||||
node = env("HOSTNAME"),
|
|
||||||
}
|
|
||||||
|
|
||||||
endpoint {
|
|
||||||
url = "https://mimir.peterg.nl/api/v1/push"
|
|
||||||
headers = { "X-Scope-OrgID" = "wheatley" }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
loki.process "pod_logs" {
|
loki.process "pod_logs" {
|
||||||
forward_to = [loki.write.default.receiver]
|
forward_to = [loki.write.default.receiver]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue