prometheus.io

From wikieduonline
Jump to navigation Jump to search

 podAnnotations:
   "prometheus.io/scrapeapp": "true"
   "prometheus.io/port": "6060"
   "prometheus.io/path": "/debug/metrics/prometheus"


prometheus.io/scrape


apiVersion: v1
kind: Service 
metadata:
  name: grafana
  namespace: monitoring
  annotations:
    prometheus.io/scrape: "true"  # Enables Prometheus scraping
    prometheus.io/port: "3000"
spec:
  selector:
    app: grafana
  ports:
    - port: 80
      targetPort: 3000


Advertising: