Skip to content

Creating a servicemonitor adds it to prometheus twice #1639

Answered by abrondijk
abrondijk asked this question in Q&A
Discussion options

You must be logged in to vote

Ahh I got it. Yaml formatting of course...

In my servicemonitor, I had the following:

  endpoints:
    - port: metrics
    - path: /metrics

where it should have been:

  endpoints:
    - port: metrics
      path: /metrics

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@abrondijk
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by abrondijk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant