summaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/components/cds-command-executor/templates/servicemonitor.yaml
diff options
context:
space:
mode:
authorkuldipr <kuldip.rai@amdocs.com>2021-08-31 15:13:52 -0400
committerkuldipr <kuldip.rai@amdocs.com>2021-09-07 20:27:33 -0400
commitd276d161d03c5b6adc5d4f5b2a47ceac4e64e600 (patch)
tree8927401168bcdff2cda9d674caa9e378df1e8340 /kubernetes/cds/components/cds-command-executor/templates/servicemonitor.yaml
parent69abc8725b0c862ab06526034118402315f97093 (diff)
[CDS] Prometheus metrics for command-executor
helm chart changes to enable the collection of metrics Issue-ID: OOM-2815 Signed-off-by: kuldipr <kuldip.rai@amdocs.com> Change-Id: I25a45d45d39a9ce7309f0f37ad277a41538a8c43
Diffstat (limited to 'kubernetes/cds/components/cds-command-executor/templates/servicemonitor.yaml')
-rw-r--r--kubernetes/cds/components/cds-command-executor/templates/servicemonitor.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/kubernetes/cds/components/cds-command-executor/templates/servicemonitor.yaml b/kubernetes/cds/components/cds-command-executor/templates/servicemonitor.yaml
new file mode 100644
index 0000000000..101b24a8a2
--- /dev/null
+++ b/kubernetes/cds/components/cds-command-executor/templates/servicemonitor.yaml
@@ -0,0 +1,19 @@
+{{/*
+# Copyright © 2021 Bitnami, Orange, Bell Canada
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+*/}}
+
+{{- if .Values.metrics.serviceMonitor.enabled }}
+{{ include "common.serviceMonitor" . }}
+{{- end }} \ No newline at end of file