Fix typos.

This commit is contained in:
Root User 2026-03-03 11:39:48 +01:00
parent c42d5234b1
commit 89edfefaf3
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -199,11 +199,11 @@ in {
# See: https://github.com/grafana/alloy/blob/bbe11b0f6a3bd3391108b2d27122c654c535dd8d/docs/sources/set-up/migrate/from-promtail.md
environment.etc."alloy/config.alloy" = {
text = ''
prometheus.scrape "integrations/traefik" {
prometheus.scrape integrations_traefik {
targets = [{ __address__ = "localhost:8080" }]
job_name = "integrations/traefik"
relabel "set_instance_label" {
relabel set_instance_label {
rule {
target_label = "instance"
replacement = constants.hostname