diff --git a/docs/sources/shared/configuration.md b/docs/sources/shared/configuration.md index aa045ce1f977..9894cfa2ead6 100644 --- a/docs/sources/shared/configuration.md +++ b/docs/sources/shared/configuration.md @@ -316,6 +316,13 @@ pattern_ingester: # CLI flag: -pattern-ingester.flush-check-period [flush_check_period: | default = 30s] + # Configures the metric aggregation and storage behavior of the pattern + # ingester. + metric_aggregation: + # Whether the pattern ingester metric aggregation is enabled. + # CLI flag: -pattern-ingester.metric-aggregation.enabled + [enabled: | default = false] + # The index_gateway block configures the Loki index gateway server, responsible # for serving index queries without the need to constantly interact with the # object store.