Skip to content

I want specific display of metrics in prometheus #1153

Closed Answered by SuperQ
1Kyl0 asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe try this regex_extract:

        regex_extracts:
          '':
            - regex: (?:(\d+))
              value: '$1'
            - regex: ^(?:(\d+)\.(\d+))$
              value: '$1.$2'

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@SuperQ
Comment options

@1Kyl0
Comment options

@SuperQ
Comment options

@SuperQ
Comment options

Answer selected by 1Kyl0
@1Kyl0
Comment options

@1Kyl0
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants