Skip to content

Commit

Permalink
make reference-help
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham authored and jesusvazquez committed Jan 2, 2025
1 parent c9a6d15 commit 3d06383
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cmd/mimir/config-descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,17 @@
"fieldFlag": "distributor.reusable-ingester-push-workers",
"fieldType": "int",
"fieldCategory": "advanced"
},
{
"kind": "field",
"name": "start_time_quiet_zero",
"required": false,
"desc": "Change the implementation of Otel startTime from a real zero to a special NaN value.",
"fieldValue": null,
"fieldDefaultValue": false,
"fieldFlag": "distributor.otel-start-time-quiet-zero",
"fieldType": "boolean",
"fieldCategory": "advanced"
}
],
"fieldValue": null,
Expand Down
2 changes: 2 additions & 0 deletions cmd/mimir/help-all.txt.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,8 @@ Usage of ./cmd/mimir/mimir:
Whether to enable automatic suffixes to names of metrics ingested through OTLP.
-distributor.otel-promote-resource-attributes comma-separated-list-of-strings
[experimental] Optionally specify OTel resource attributes to promote to labels.
-distributor.otel-start-time-quiet-zero
Change the implementation of Otel startTime from a real zero to a special NaN value.
-distributor.remote-timeout duration
Timeout for downstream ingesters. (default 2s)
-distributor.request-burst-size int
Expand Down

0 comments on commit 3d06383

Please sign in to comment.