-
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
feat: aggregated metric volume queries #14412
Closed
Closed
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
93cc007
feat: aggregated metric volume queries
trevorwhitney c78c5fa
feat: add range support to agg metric volume queries
trevorwhitney 55b0aa1
chore: lint and format
trevorwhitney 4ea549a
chore: fix tests, add more requestion validation
trevorwhitney 2135959
chore: Make metric for dequeued tasks in bloom-gateway a Histogram (#…
chaudum 103e020
fix(storage/chunk/client/aws): have GetObject check for canceled cont…
rfratto d5ce63e
fix(kafka): Set namespace for Loki kafka metrics (#14426)
benclive 0592591
docs: Updated Promtail to Alloy (#14404)
Jayclifford345 0ee464f
feat(kafka): Enable querier to optionally query partition ingesters (…
benclive 7e589db
chore: Log errors when processing a download task fails (#14436)
chaudum 35bca10
fix: Revert "fix(deps): update module github.com/shirou/gopsutil/v4 t…
trevorwhitney 8963b0e
chore: Rename new querier flag to use dashes (#14438)
benclive 964928d
chore(operator): Update build and runtime deps (#14416)
periklis 4a4fe50
feat(Helm): Update Loki Helm chart for restricted environments (#14440)
davidham 3d500b8
chore: Add new field to "stats-report" log line in bloom gateway (#14…
chaudum 92bae79
docs: remove reference to Agent Flow (#14449)
JStickler 8e94ee6
docs: Revise the LogQL Analyzer topic (#14374)
JStickler b4d2567
fix(ci): updated helm diff rendering workflow (#14424)
vlad-diachenko 5dadb6d
docs: Update alloy-otel-logs.md to correct a typo (#13827)
wcall 887db47
fix: level detection for warning level (#14444)
trevorwhitney edcd09a
ci: speciy golangci-lint build tags at runtime (#14456)
trevorwhitney f9213a2
fix: nix build, downgrade toolchain to go1.23.1 (#14442)
trevorwhitney 9d29b15
fix: always do a range query
trevorwhitney 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
Oops, something went wrong.
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.
nit: I tripped over the naming here. It might be better to use a name like
UseAggregatedMetrics
orFromAggregatedMetrics