diff options
author | 2024-06-07 13:07:51 +0100 | |
---|---|---|
committer | 2024-06-07 16:41:00 +0100 | |
commit | 82025d762bf77e1a9bb5421b65a14248e0e14736 (patch) | |
tree | e8c5bf450b95acc9a78359c0a3e18ea5816645d3 | |
parent | Remove become_ask_pass preference from Ansible configuration (diff) |
Rename relabelledpods to just pods
This was a redundant rename and reduced the clarity of jobs when
querying from inside Grafana.
This rectifies that by renaming the stream to just `pods`.
-rw-r--r-- | kubernetes/namespaces/loki/alloy_values.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/loki/alloy_values.yml b/kubernetes/namespaces/loki/alloy_values.yml index c762f4d..8040f1f 100644 --- a/kubernetes/namespaces/loki/alloy_values.yml +++ b/kubernetes/namespaces/loki/alloy_values.yml @@ -63,7 +63,7 @@ alloy: } // Write all values into the Loki receiver - loki.source.kubernetes "relabelledpods" { + loki.source.kubernetes "pods" { targets = discovery.relabel.pods.output forward_to = [loki.write.local.receiver] } |