Files
devops-infra-helm-charts-gcp/helm-templates/tempo-distributed/templates/enterprise-gateway/gateway-servmon.yaml
T
2026-08-26 03:39:42 +05:30

4 lines
140 B
YAML

{{- if .Values.enterprise.enabled -}}
{{- include "tempo.lib.serviceMonitor" (dict "ctx" $ "component" "enterprise-gateway") }}
{{- end -}}