We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad620f7 commit 1ec86c6Copy full SHA for 1ec86c6
cmd/es-rollover/app/init/flags.go
@@ -62,7 +62,6 @@ func (*Config) AddFlags(flags *flag.FlagSet) {
62
63
// InitFromViper initializes config from viper.Viper.
64
func (c *Config) InitFromViper(v *viper.Viper) {
65
-
66
deprecatedNumShards := v.GetInt(shards)
67
deprecatedReplicaShards := v.GetInt(replicas)
68
cmd/esmapping-generator/app/flags.go
@@ -15,9 +15,11 @@
15
package app
16
17
import (
18
- "github.com/jaegertracing/jaeger/pkg/es/config"
19
- "github.com/spf13/cobra"
20
"log"
+
+ "github.com/spf13/cobra"
21
22
+ "github.com/jaegertracing/jaeger/pkg/es/config"
23
)
24
25
// Options represent configurable parameters for jaeger-esmapping-generator
0 commit comments