Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Add high availability old CLI flag alias
Browse files Browse the repository at this point in the history
  • Loading branch information
antekresic committed Jan 25, 2022
1 parent 45d801d commit 27a22fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/runner/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ var flagAliases = map[string][]string{
"metrics.cache.metrics.size": {"metrics-cache-size"},
"metrics.cache.series.initial-size": {"series-cache-initial-size"},
"metrics.cache.series.max-bytes": {"series-cache-max-bytes"},
"metrics.high-availability": {"high-availability"},
"metrics.ignore-samples-written-to-compressed-chunks": {"ignore-samples-written-to-compressed-chunks"},
"metrics.multi-tenancy": {"multi-tenancy"},
"metrics.multi-tenancy.allow-non-tenants": {"multi-tenancy-allow-non-tenants"},
Expand Down

0 comments on commit 27a22fe

Please sign in to comment.