Metric Collection
Collecting container metrics based on pod annotations
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
prometheus.io/path: /metrics 1. Through pod definition
spec:
template:
metadata:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
prometheus.io/path: /metrics2. Through running pods
Last updated
