This message was deleted.
# neuvector-security
a
This message was deleted.
q
Hi Markus! I believe we have just recently added the ServiceMonitor object into the neuvector/monitor chart. It looks like we need to add that option to the readme, as it is not enabled by default. I suspect this is why prometheus is not actually scraping the exporter metrics. if you set the following in the values, it should then add the servicemonitor
Copy code
exporter:
  serviceMonitor:
    enabled: true
there is also
exporter.grafanaDashboard.enabled
to install the grafana dashboard via configmap. if your prometheus is set up in a different way, then might need to just make sure there is an appropriate servicemonitor
c
Hi @quiet-fountain-46593 Thanks a lot. I’ll try again.