-
Notifications
You must be signed in to change notification settings - Fork 142
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
Prometheus Connector Initial Code #878
Prometheus Connector Initial Code #878
Conversation
e4d47b6
to
9053148
Compare
Codecov Report
@@ Coverage Diff @@
## 2.x #878 +/- ##
============================================
- Coverage 97.87% 95.06% -2.81%
- Complexity 3020 3049 +29
============================================
Files 284 300 +16
Lines 7425 8192 +767
Branches 475 599 +124
============================================
+ Hits 7267 7788 +521
- Misses 157 350 +193
- Partials 1 54 +53
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
9053148
to
efdd72f
Compare
...eus/src/main/java/org/opensearch/sql/prometheus/data/constants/PrometheusFieldConstants.java
Show resolved
Hide resolved
...eus/src/main/java/org/opensearch/sql/prometheus/request/PrometheusDescribeMetricRequest.java
Outdated
Show resolved
Hide resolved
prometheus/src/main/java/org/opensearch/sql/prometheus/response/PrometheusResponse.java
Show resolved
Hide resolved
prometheus/src/main/java/org/opensearch/sql/prometheus/client/PrometheusClient.java
Outdated
Show resolved
Hide resolved
prometheus/src/main/java/org/opensearch/sql/prometheus/storage/PrometheusMetricScan.java
Outdated
Show resolved
Hide resolved
prometheus/src/main/java/org/opensearch/sql/prometheus/request/PrometheusQueryRequest.java
Show resolved
Hide resolved
...eus/src/main/java/org/opensearch/sql/prometheus/request/PrometheusDescribeMetricRequest.java
Outdated
Show resolved
Hide resolved
...eus/src/main/java/org/opensearch/sql/prometheus/request/PrometheusDescribeMetricRequest.java
Outdated
Show resolved
Hide resolved
...eus/src/main/java/org/opensearch/sql/prometheus/request/PrometheusDescribeMetricRequest.java
Outdated
Show resolved
Hide resolved
prometheus/src/main/java/org/opensearch/sql/prometheus/response/PrometheusResponse.java
Show resolved
Hide resolved
0e2ca8f
to
726e094
Compare
Signed-off-by: vamsi-amazon <[email protected]>
726e094
to
337e507
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes! A minor comment: please add javadoc to PrometheusClient
since it's a core class.
Will add in the new PR. might require additional approvals. |
Signed-off-by: vamsi-amazon [email protected]
Description
This CR Includes PrometheusMetricScan and other basic boilerplate code to connect to prometheus.
Issues Resolved
#620
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.