Skip to content

How to export listener metrics to prometheus ? #3293

Discussion options

You must be logged in to vote

Update: Figured out the placement of metrics annotations for listener,

listenerTemplate:
  spec:
    containers:
      - name: listener
        securityContext:
          runAsUser: 1000
  metadata:
    annotations:
      prometheus.io/scrape: "true"
      prometheus.io/port: "8080"
      prometheus.io/path: "/metrics"

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rekha-prakash-maersk
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants