You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Get plugin config version requirement which may or may not exist
113
115
pluginVerReq:=config.Please.Version.Version
114
116
@@ -692,11 +694,7 @@ type Configuration struct {
692
694
693
695
FeatureFlagsstruct {
694
696
} `help:"Flags controlling preview features for the next release. Typically these config options gate breaking changes and only have a lifetime of one major release."`
695
-
Metricsstruct {
696
-
PrometheusGatewayURLstring`help:"The gateway URL to push prometheus updates to."`
697
-
Timeout cli.Duration`help:"timeout for pushing to the gateway. Defaults to 2 seconds." `
698
-
PushHostInfobool`help:"Whether to push host info"`
699
-
} `help:"Settings for collecting metrics."`
697
+
Metrics metrics.Config`help:"Settings for collecting metrics."`
0 commit comments