-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OTLP: add CLI flag for 'quiet zero' #10238
Conversation
@@ -956,6 +956,11 @@ instance_limits: | |||
# limiting feature.) | |||
# CLI flag: -distributor.reusable-ingester-push-workers | |||
[reusable_ingester_push_workers: <int> | default = 2000] | |||
|
|||
# (advanced) Change the implementation of Otel startTime from a real zero to a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# (advanced) Change the implementation of Otel startTime from a real zero to a | |
# (advanced) Change the implementation of OTel startTime from a real zero to a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. This flag is not supposed to appear in the docs; I will need to research how to achieve that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @bboreham I just learned how to do so, simply append doc:"hidden"
to it:
EnableStartTimeQuietZero bool `yaml:"start_time_quiet_zero" category:"advanced" doc:"hidden"`
8de646b
to
3d06383
Compare
8b14ffd
to
2f556e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Need review from someone else though since I'm biased and have partly helped get this done!
So that we can update all ingesters before enabling this in distributors.
Signed-off-by: Jesus Vazquez <[email protected]>
70adf14
to
b06b956
Compare
So that we can update all ingesters before enabling this in distributors.
To be used together with grafana/mimir-prometheus#791
What this PR does
Which issue(s) this PR fixes or relates to
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.