Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude console consumers metrics #217

Open
OuesFa opened this issue Apr 26, 2021 · 3 comments
Open

Exclude console consumers metrics #217

OuesFa opened this issue Apr 26, 2021 · 3 comments

Comments

@OuesFa
Copy link

OuesFa commented Apr 26, 2021

I would like to exclude the console-conumers metrics.
I tried using this regex
^(?!console.*).*
But I got an error since GO go regexp package seems to use RE2 syntax, not PCRE, the ?! operator is not supported, is there any way to do this please ?
Thanks

@Blefish
Copy link

Blefish commented Oct 27, 2022

Also looking for a way to exclude some groups from metrics. Apparently via the regex pattern it is not easy to do so as Go regexp does not support lookaheads

@Blefish
Copy link

Blefish commented Oct 27, 2022

#104 #103 #127

@HunterSherms
Copy link

@danielqsj any reason none of the PRs for this problem have been merged? Any plans to do so?

Many thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants