-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Metadata to labels result and filtering support #9702
Merged
salvacorts
merged 22 commits into
main
from
salvacorts/metadata-to-labelsResult-and-filtering
Jul 24, 2023
Merged
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
e7d0535
Add metadata labels to LabelResults and allow filtering
salvacorts c370b5c
support metric queries
salvacorts 3821cbd
Fix test - now that mettadata is added to the labelResults, the itera…
salvacorts 790aa6b
Fix lint issues
salvacorts 60f04a7
Minor fixes after rebase
salvacorts 321cf84
Comment-out integration testn and fix another test
salvacorts fb6bbd3
Add more tests
salvacorts 1032a62
Rename argument
salvacorts c781c75
Add test for memchunk iter and pipeline
salvacorts 3bb02da
Imprtove test to check for resulting labels
salvacorts 6d457a5
Fix bug in moveNext wrt EOF not being correctly handled
salvacorts 5716549
Remove integration test since it's now implemented as unit-test
salvacorts f3cc48e
Fix lint issues
salvacorts 7370d07
Test metric queries with sample iterator
salvacorts 920ec9a
More lint fixes
salvacorts b410b86
Fix lint issues (finally?)
salvacorts 1e6f49b
Remove uneeded code after rebase
salvacorts cc6ce91
Merge branch 'main' into salvacorts/metadata-to-labelsResult-and-filt…
salvacorts ec685d4
Add more tests for metrics extractor
salvacorts b1f4b36
Merge branch 'main' into salvacorts/metadata-to-labelsResult-and-filt…
salvacorts 37e7d8c
Improvements after merge
salvacorts ce51e4c
Update pkg/logql/log/pipeline.go
salvacorts File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
please rename
currMetadataLabels
tocurrNonIndexedLabels
. maybe in a separate PRThere 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.
I have a separate PR in the oven renaming all those "metadata" references.