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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: speciy golangci-lint build tags at runtime (#14456)
trevorwhitney committed Oct 10, 2024

Verified

This commit was signed with the committer’s verified signature.
trevorwhitney Trevor Whitney
commit edcd09a1bec93c85dac42fa14df87415e25a7a18
2 changes: 1 addition & 1 deletion .github/jsonnetfile.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"subdir": "workflows"
}
},
"version": "d900569c04b53e02de6ef208fa77cba41ec5f709"
"version": "20aac53fcb06d378b1c1101c7e4dc989466eb4ff"
}
],
"legacyImports": true
4 changes: 2 additions & 2 deletions .github/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"subdir": "workflows"
}
},
"version": "d900569c04b53e02de6ef208fa77cba41ec5f709",
"sum": "+uAzU+b+aJtp3k+JX5mDxuh8LNY23+cHvUOwzCQ8CS8="
"version": "20aac53fcb06d378b1c1101c7e4dc989466eb4ff",
"sum": "bo355Fm9Gm1TU13MjlXGXgrCXo4CPr7aEeTvgNFYAl8="
}
],
"legacyImports": false

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@
"pull_request": {}
"push":
"branches":
- "main"
- "main"
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
@@ -430,4 +430,4 @@
"permissions":
"contents": "write"
"id-token": "write"
"pull-requests": "write"
"pull-requests": "write"
2 changes: 1 addition & 1 deletion .github/workflows/minor-release-pr.yml
Original file line number Diff line number Diff line change
@@ -828,4 +828,4 @@ name: "Prepare Minor Release PR from Weekly"
permissions:
contents: "write"
id-token: "write"
pull-requests: "write"
pull-requests: "write"
2 changes: 1 addition & 1 deletion .github/workflows/patch-release-pr.yml
Original file line number Diff line number Diff line change
@@ -828,4 +828,4 @@ name: "Prepare Patch Release PR"
permissions:
contents: "write"
id-token: "write"
pull-requests: "write"
pull-requests: "write"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -219,4 +219,4 @@ name: "create release"
permissions:
contents: "write"
id-token: "write"
pull-requests: "write"
pull-requests: "write"
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -20,9 +20,7 @@ run:

# list of build tags, all linters use it. Default is empty list.
build-tags:
- linux
- cgo
- promtail_journal_enabled
- integration

# output configuration options
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -339,7 +339,7 @@ ifeq ($(BUILD_IN_CONTAINER),true)
else
go version
golangci-lint version
GO111MODULE=on golangci-lint run -v --timeout 15m
GO111MODULE=on golangci-lint run -v --timeout 15m --build-tags linux,promtail_journal_enabled
faillint -paths "sync/atomic=go.uber.org/atomic" ./...
endif