You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): Migrate routing processor to routing connector for metrics collection
Usage of routing connector is feature flagged and will be kept off/false by default.
After sufficient notices and release notes, the feature flag to use routing connector in
metrics collection will be turned on.
Routing processor is currently removed from the otelcol-contrib version upstream, but
to handle the migration better, sumo is still keeping routing processor in its version
of otel col.
Signed-off-by: Dhruv Shah <dhruv.shah@sumologic.com>
Copy file name to clipboardExpand all lines: deploy/helm/sumologic/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
151
151
|`sumologic.metrics.dropHistogramBuckets`| Drop buckets from histogram and summary metrics, leaving only the sum and count components. |`true`|
152
152
|`sumologic.metrics.allowHistogramRegex`| Allowlist for Histogram metrics, including the buckets |`"^$"`|
153
153
|`sumologic.metrics.sourceType`| The type of the Sumo Logic source being used for metrics ingestion. Can be `http` or `otlp`. |`otlp`|
154
+
|`sumologic.metrics.useRoutingConnectors`| Enable to use routing connectors. |`false`|
154
155
|`sumologic.traces.enabled`| Set the enabled flag to true to enable tracing ingestion. _Tracing must be enabled for the account first. Please contact your Sumo representative for activation details_|`true`|
155
156
|`sumologic.traces.spans_per_request`| Maximum number of spans sent in single batch |`100`|
156
157
|`sumologic.traces.sourceType`| The type of the Sumo Logic source being used for traces ingestion. Can be `http` for [HTTP Source](https://help.sumologic.com/docs/send-data/hosted-collectors/http-source/traces/) or `otlp` for [OTLP/HTTP Source](https://help.sumologic.com/docs/send-data/hosted-collectors/http-source/otlp/). |`otlp`|
0 commit comments