aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/collectd-operator/examples/collectd/prometheus_collectdplugin_cr.yaml
blob: 1b8cf9bcdab2d6fcaaf48c5c56059a1a39429513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
apiVersion: onap.org/v1alpha1
kind: CollectdPlugin
metadata:
  name: prometheus
spec:
  # Add fields here
  pluginName: "write_prometheus"
  pluginConf: |
    <Plugin "write_prometheus">
      Port 9103
    </Plugin>