allocator: balanced allocator name should be "balanced"

It was an oversight to not rename this.
This commit is contained in:
Hector Sanjuan 2021-10-20 15:27:30 +02:00
parent a741e3067d
commit 1dca6e0eca

View File

@ -8,8 +8,8 @@ import (
"github.com/kelseyhightower/envconfig" "github.com/kelseyhightower/envconfig"
) )
const configKey = "metricsalloc" const configKey = "balanced"
const envConfigKey = "cluster_metricsalloc" const envConfigKey = "cluster_balanced"
// These are the default values for a Config. // These are the default values for a Config.
var ( var (