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

3 lines
198 B
YAML

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