pedro93 commented on issue #7380:
URL: https://github.com/apache/pinot/issues/7380#issuecomment-914582292


   We have defined a ServiceMonitor resource to tell prometheus what to scrape:
   ```
   apiVersion: monitoring.coreos.com/v1
   kind: ServiceMonitor
   metadata:
     labels:
       team: data
       release: op
     name: {{ template "pinot.fullname" . }}
     namespace: dc-pinot
   spec:
     endpoints:
     - targetPort: 8080
       path: /metrics
     namespaceSelector:
       matchNames:
       - dc-pinot
     selector:
       matchLabels:
         app: {{ template "pinot.name" . }}
   ```
   
   The issue comes into play with the `matchLabels` selector. Perhaps we are 
not defining the appropriate selector?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to