From 3d063837133ff680c5b09d931373f7b8bfe57c3e Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Fri, 13 Dec 2024 19:02:43 +0000 Subject: [PATCH] make reference-help --- cmd/mimir/config-descriptor.json | 11 +++++++++++ cmd/mimir/help-all.txt.tmpl | 2 ++ 2 files changed, 13 insertions(+) diff --git a/cmd/mimir/config-descriptor.json b/cmd/mimir/config-descriptor.json index dcc0ebfb925..fbb603ddfb4 100644 --- a/cmd/mimir/config-descriptor.json +++ b/cmd/mimir/config-descriptor.json @@ -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, diff --git a/cmd/mimir/help-all.txt.tmpl b/cmd/mimir/help-all.txt.tmpl index bd0256e3f6c..90dbf5352a0 100644 --- a/cmd/mimir/help-all.txt.tmpl +++ b/cmd/mimir/help-all.txt.tmpl @@ -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