generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 180
Add direct-query module for prometheus integration #3441
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
Merged
joshuali925
merged 3 commits into
opensearch-project:feature/direct-query-prometheus
from
joshuali925:prometheus/direct-query
Sep 4, 2025
Merged
Add direct-query module for prometheus integration #3441
joshuali925
merged 3 commits into
opensearch-project:feature/direct-query-prometheus
from
joshuali925:prometheus/direct-query
Sep 4, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 tasks
Co-authored-by: Megha Goyal <[email protected]> Signed-off-by: Joshua Li <[email protected]>
Co-authored-by: Megha Goyal <[email protected]> Signed-off-by: Joshua Li <[email protected]>
63f6b33 to
2bdddb6
Compare
Contributor
|
This PR is stalled because it has been open for 30 days with no activity. |
Collaborator
|
Hi @joshuali925 , do we still need this? |
Member
Author
|
goyamegh
pushed a commit
to goyamegh/sql
that referenced
this pull request
Jun 2, 2025
This commit cherry-picks the changes from pull request opensearch-project#3441 (commit 2bdddb6) into the main-3441 branch. The original PR added a direct-query module for Prometheus integration.
7 tasks
Contributor
|
This PR is stalled because it has been open for 30 days with no activity. |
…-query Signed-off-by: Joshua Li <[email protected]>
81b8896
into
opensearch-project:feature/direct-query-prometheus
19 of 21 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR builds on top of #3440. To review it please ignore commit ac6059f, or wait for #3440 to be merged.
This PR exposes
ExecuteDirectQueryandGetDirectQueryResourcesthe REST and transport actions to OpenSearch.Sample query request:
Sample resources request:
This PR is missing integration tests and documentations
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff.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.