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

Allow templating with $0 in glob mode #444

Open
matthiasr opened this issue Jun 20, 2022 · 0 comments
Open

Allow templating with $0 in glob mode #444

matthiasr opened this issue Jun 20, 2022 · 0 comments
Labels
enhancement help wanted PRs for this issue are especially welcome

Comments

@matthiasr
Copy link
Contributor

Split from #438: in the regex match type, it is possible to use $0 to reference the original metric name. Since the glob type used to be translated to regular expressions it was possible there as well, but we lost this feature with the transition to a finite state machine. We should bring it back.

@matthiasr matthiasr added enhancement help wanted PRs for this issue are especially welcome labels Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted PRs for this issue are especially welcome
Projects
None yet
Development

No branches or pull requests

1 participant