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 225a059 commit 688dd20Copy full SHA for 688dd20
pkg/loki/loki.go
@@ -143,6 +143,7 @@ type Config struct {
143
func (c *Config) RegisterFlags(f *flag.FlagSet) {
144
c.Server.MetricsNamespace = constants.Loki
145
c.Server.ExcludeRequestInLog = true
146
+ c.Server.MetricsNativeHistogramFactor = 1.1 // Allows native histograms for server metrics
147
148
// Set the default module list to 'all'
149
c.Target = []string{All}
0 commit comments