diff options
-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> + |