Skip to content

Commit f653cfc

Browse files
committed
Can't use dots
Signed-off-by: Pete Wall <pete.wall@grafana.com>
1 parent 94b8018 commit f653cfc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

charts/k8s-monitoring/docs/examples/features/profiling/default/alloy-profiles.alloy

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/k8s-monitoring/docs/examples/features/profiling/default/output.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/k8s-monitoring/docs/examples/proxies/alloy-profiles.alloy

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/k8s-monitoring/docs/examples/proxies/output.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/k8s-monitoring/templates/destinations/_destination_pyroscope.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pyroscope.write {{ include "helper.alloy_name" .name | quote }} {
4747

4848
external_labels = {
4949
cluster = {{ $.Values.cluster.name | quote }},
50-
k8s.cluster.name = {{ $.Values.cluster.name | quote }},
50+
k8s_cluster_name = {{ $.Values.cluster.name | quote }},
5151
}
5252
}
5353
{{- end }}

0 commit comments

Comments
 (0)