From d276d161d03c5b6adc5d4f5b2a47ceac4e64e600 Mon Sep 17 00:00:00 2001 From: kuldipr Date: Tue, 31 Aug 2021 15:13:52 -0400 Subject: [CDS] Prometheus metrics for command-executor helm chart changes to enable the collection of metrics Issue-ID: OOM-2815 Signed-off-by: kuldipr Change-Id: I25a45d45d39a9ce7309f0f37ad277a41538a8c43 --- .../templates/servicemonitor.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 kubernetes/cds/components/cds-command-executor/templates/servicemonitor.yaml (limited to 'kubernetes/cds/components/cds-command-executor/templates/servicemonitor.yaml') 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 -- cgit 1.2.3-korg