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

4 lines
150 B
YAML

{{- if .Values.enterprise.enabled -}}
{{- include "tempo.lib.serviceMonitor" (dict "ctx" . "component" "admin-api" "memberlist" true) }}
{{- end -}}