Dynamic service discovery without upgrading helm chart

Hi
We Have Deployed Prometheus-operator community edition On Kubernetes Cluster using Helm. We are looking for Dynamic service discovery with out upgrading helm chart.

Tried many options but none are working. Any help would be appreciated.

Have you created ServiceMonitor instances for your services? The SeriveMonitor declaratively specifies how groups of Kubernetes services should be monitored. The Operator automatically generates Prometheus scrape configuration based on the current state of the objects in the API server.

Hi @U010ARMEUBG … Thanks for the reply.

Actually what we need Service discovery for a specific name for jobs and targets. The services in the cluster should be automatically discovered and should get displayed in the prometheus dashboard without adding anything manually.