Skip to content

Conversation

ahinsutime
Copy link
Contributor

What this PR does / why we need it:
This pull request set consistent example integer values for ingester and block_builder that were in string type before.

at ingester

ingester:
  ...
  [chunk_target_size: <int> | default = 1572864]
  ...

at block_builder

block_builder:
  ...
  [chunk_target_size: <int> | default = 1536KB]
  ...

Which issue(s) this PR fixes:
Fixes #19035

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • Title matches the required conventional commits format, see here
    • Note that Promtail is considered to be feature complete, and future development for logs collection will be in Grafana Alloy. As such, feat PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • If the change is deprecating or removing a configuration option, update the deprecated-config.yaml and deleted-config.yaml files respectively in the tools/deprecated-config-checker directory. Example PR

@ahinsutime ahinsutime requested a review from a team as a code owner August 27, 2025 11:39
@CLAassistant
Copy link

CLAassistant commented Aug 27, 2025

CLA assistant check
All committers have signed the CLA.

Signed-off-by: ahinsutime <ahinsutime@gmail.com>
@ahinsutime ahinsutime force-pushed the docs/set-consistent-integer-unit branch from e903559 to 0b13f1d Compare August 28, 2025 01:15
@ahinsutime ahinsutime marked this pull request as draft August 28, 2025 01:44
…flagext.ByteSize

Signed-off-by: ahinsutime <ahinsutime@gmail.com>
…alue.

Signed-off-by: ahinsutime <ahinsutime@gmail.com>
@pull-request-size pull-request-size bot added size/M and removed size/S labels Aug 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set consistent integer values for configuration examples
2 participants