-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Support case insensitive metric names in Prometheus #13745
Conversation
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Shaohui Liu.
|
53140a5
to
ed0f662
Compare
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to [email protected]. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
plugin/trino-prometheus/src/main/java/io/trino/plugin/prometheus/PrometheusClient.java
Outdated
Show resolved
Hide resolved
...heus/src/test/java/io/trino/plugin/prometheus/TestPrometheusCaseInsensitiveNameMatching.java
Outdated
Show resolved
Hide resolved
...heus/src/test/java/io/trino/plugin/prometheus/TestPrometheusCaseInsensitiveNameMatching.java
Outdated
Show resolved
Hide resolved
...heus/src/test/java/io/trino/plugin/prometheus/TestPrometheusCaseInsensitiveNameMatching.java
Outdated
Show resolved
Hide resolved
...heus/src/test/java/io/trino/plugin/prometheus/TestPrometheusCaseInsensitiveNameMatching.java
Outdated
Show resolved
Hide resolved
...heus/src/test/java/io/trino/plugin/prometheus/TestPrometheusCaseInsensitiveNameMatching.java
Outdated
Show resolved
Hide resolved
...heus/src/test/java/io/trino/plugin/prometheus/TestPrometheusCaseInsensitiveNameMatching.java
Outdated
Show resolved
Hide resolved
ed0f662
to
b0cf785
Compare
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to [email protected]. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
@ebyhr Thanks for reviewing~ I had updated the patch, comments and suggestions are welcomed, thx~ |
plugin/trino-prometheus/src/main/java/io/trino/plugin/prometheus/PrometheusClient.java
Outdated
Show resolved
Hide resolved
plugin/trino-prometheus/src/main/java/io/trino/plugin/prometheus/PrometheusClient.java
Show resolved
Hide resolved
b0cf785
to
2497192
Compare
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to [email protected]. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
2497192
to
49e6b75
Compare
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to [email protected]. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
@ebyhr The PR has been updated. Thanks for your reviewing~ |
I have uploaded the CLA file. Any update? |
@martint Could you confirm CLA from |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
Merged, thanks! |
Description
Support case insensitive metric names in Prometheus
improvement
prometheus connector
Support to query metrics with upper-case letter names in presto
Related issues, pull requests, and links
Documentation
(x) Sufficient documentation is included in this PR.
Release notes
(x) Release notes entries required with the following suggested text:
Add prometheus.case-insensitive-name-matching option in prometheus connector to support query metrics with with upper-case letter names