You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f.Var(&l.IngestionRelabelingDefaultRulesPosition, "distributor.ingestion-relabeling-default-rules-position", "Position of the default ingestion relabeling rules in relation to relabel rules from overrides. Valid values are 'first', 'last' or 'disabled'.")
194
194
_=l.IngestionRelabelingRules.Set("[]")
195
195
f.Var(&l.IngestionRelabelingRules, "distributor.ingestion-relabeling-rules", "List of ingestion relabel configurations. The relabeling rules work the same way, as those of [Prometheus](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config). All rules are applied in the order they are specified. Note: In most situations, it is more effective to use relabeling directly in Grafana Alloy.")
196
+
197
+
f.BoolVar(&l.SymbolizerEnabled, "symbolizer.tenant-enabled", true, "When symbolizer.enabled is true, this controls whether symbolization is enabled for tenants by default. Can be overridden per-tenant.")
196
198
}
197
199
198
200
// UnmarshalYAML implements the yaml.Unmarshaler interface.
0 commit comments