Skip to content

Commit ae4fbb9

Browse files
committed
fix lint
Signed-off-by: Ben Ye <benye@amazon.com>
1 parent a131f7c commit ae4fbb9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [CHANGE] Ingester: Disable uploading compacted blocks and overlapping compaction in ingester. #5735
88
* [CHANGE] Distributor: Count the number of rate-limited samples in `distributor_samples_in_total`. #5714
99
* [CHANGE] Ruler: Remove `cortex_ruler_write_requests_total`, `cortex_ruler_write_requests_failed_total`, `cortex_ruler_queries_total`, `cortex_ruler_queries_failed_total`, and `cortex_ruler_query_seconds_total` metrics for the tenant when the ruler deletes the manager for the tenant. #5772
10+
* [CHANGE] Main: Mark `mem-ballast-size-bytes` flag as deprecated. #5816
1011
* [FEATURE] Ingester: Add per-tenant new metric `cortex_ingester_tsdb_data_replay_duration_seconds`. #5477
1112
* [FEATURE] Query Frontend/Scheduler: Add query priority support. #5605
1213
* [FEATURE] Tracing: Add `kuberesolver` to resolve endpoints address with `kubernetes://` prefix as Kubernetes service. #5731

cmd/cortex/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ func main() {
6161
var (
6262
cfg cortex.Config
6363
eventSampleRate int
64-
ballastBytes int
6564
mutexProfileFraction int
6665
blockProfileRate int
6766
printVersion bool

0 commit comments

Comments
 (0)