Skip to content

Commit 10710fc

Browse files
authored
distributor: single profile series processing (#4342)
1 parent 502d716 commit 10710fc

24 files changed

+1133
-1543
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ $(BIN)/mage: Makefile go.mod
366366

367367
$(BIN)/mockery: Makefile go.mod
368368
@mkdir -p $(@D)
369-
GOBIN=$(abspath $(@D)) $(GO) install github.com/vektra/mockery/v2@v2.45.0
369+
GOBIN=$(abspath $(@D)) $(GO) install github.com/vektra/mockery/v2@v2.53.4
370370

371371
# Note: When updating the goreleaser version also update .github/workflow/release.yml and .git/workflow/weekly-release.yaml
372372
$(BIN)/goreleaser: Makefile go.mod

pkg/distributor/distributor.go

Lines changed: 227 additions & 257 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)