Comment out Loki labels config to fix OTC startup - can be enabled later
This commit is contained in:
parent
b1c9f59cff
commit
d234716697
@ -107,6 +107,19 @@ spec:
|
|||||||
endpoint: {{ .Values.logIngest.lokiEndpoint }}/loki/api/v1/push
|
endpoint: {{ .Values.logIngest.lokiEndpoint }}/loki/api/v1/push
|
||||||
tls:
|
tls:
|
||||||
insecure: true
|
insecure: true
|
||||||
|
# labels:
|
||||||
|
# resource:
|
||||||
|
# k8s.pod.name: "pod_name"
|
||||||
|
# k8s.namespace.name: "namespace"
|
||||||
|
# k8s.node.name: "node_name"
|
||||||
|
# application: "app"
|
||||||
|
# environment: "env"
|
||||||
|
# attributes:
|
||||||
|
# level: "level"
|
||||||
|
# module: "module"
|
||||||
|
# default_labels_enabled:
|
||||||
|
# resource: true
|
||||||
|
# attributes: true
|
||||||
service:
|
service:
|
||||||
telemetry:
|
telemetry:
|
||||||
logs:
|
logs:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user