From: Dileep Ranganathan Date: Fri, 21 Jun 2019 17:16:38 +0000 (-0700) Subject: Sample CollectdPlugin CR for write_prometheus X-Git-Tag: 1.5.0~56 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=2da240553b8a56e2913be4e4c2ef8de9a8dcff31 Sample CollectdPlugin CR for write_prometheus Added sample custom resource CollectdPlugin for enabling write_prometheus Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan Change-Id: I9a037beb1efd7abd1842c7b4941377174444a1b4 --- diff --git a/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/prometheus_collectdplugin_cr.yaml b/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/prometheus_collectdplugin_cr.yaml new file mode 100644 index 00000000..1b8cf9bc --- /dev/null +++ b/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/prometheus_collectdplugin_cr.yaml @@ -0,0 +1,12 @@ +apiVersion: onap.org/v1alpha1 +kind: CollectdPlugin +metadata: + name: prometheus +spec: + # Add fields here + pluginName: "write_prometheus" + pluginConf: | + + Port 9103 + +