Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 7cd89e4

Browse files
authored
Increase ingester default limits (#518)
1 parent 0ff7e97 commit 7cd89e4

File tree

5 files changed

+27
-1297
lines changed

5 files changed

+27
-1297
lines changed

api/gen/proto/go/google/v1/profile.pb.go

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/sources/operators-guide/configure/reference-configuration-parameters/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ phlaredb:
185185
# CLI flag: -phlaredb.max-block-duration
186186
[max_block_duration: <duration> | default = 3h]
187187

188+
# How big should a single row group be
189+
# CLI flag: -phlaredb.row-group-target-size
190+
[row_group_target_size: <int> | default = 104857600]
191+
188192
tracing:
189193
# Set to false to disable tracing.
190194
# CLI flag: -tracing.enabled
@@ -1491,6 +1495,7 @@ You can refer to the Prometheus documentation the following block:
14911495
- [relabel_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config)
14921496
- [static_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#static_config)
14931497
- [kubernetes_sd_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config)
1498+
- [http_sd_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config)
14941499
14951500
#### pprof_config
14961501

0 commit comments

Comments
 (0)