diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-06-21 10:16:38 -0700 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-06-21 18:30:50 +0000 |
commit | 2da240553b8a56e2913be4e4c2ef8de9a8dcff31 (patch) | |
tree | d978590ac3a9a6ab2b02dd5e581f3509cba6772d /vnfs/DAaaS/microservices/collectd-operator/deploy | |
parent | 83714f905f0483a84b8af8132a14ea1464bd0355 (diff) |
Sample CollectdPlugin CR for write_prometheus
Added sample custom resource CollectdPlugin for enabling
write_prometheus
Issue-ID: ONAPARC-461
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Change-Id: I9a037beb1efd7abd1842c7b4941377174444a1b4
Diffstat (limited to 'vnfs/DAaaS/microservices/collectd-operator/deploy')
-rw-r--r-- | vnfs/DAaaS/microservices/collectd-operator/deploy/crds/prometheus_collectdplugin_cr.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
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: | + <Plugin "write_prometheus"> + Port 9103 + </Plugin> + |