Skip to content

Commit b62d5a2

Browse files
karmingcjmsnll
authored andcommitted
[exporter/datadog] fix(docs): typo with especially (open-telemetry#28996)
1 parent 896ed35 commit b62d5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/datadogexporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The exact values for `send_batch_size` and `send_batch_max_size` depends on your
5252

5353
### Fall back to the Zorkian metric client with feature gate
5454

55-
Since [v0.69.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.69.0), the Datadog exporter has switched to use the native metric client `datadog-api-client-go` for metric export instead of Zorkian client by default. While `datadog-api-client-go` fixed several issues that are present in Zorkian client, there is a performance regression with it compared to Zorkian client espeicially under high metric volume. If you observe memory or throughput issues in the Datadog exporter with `datadog-api-client-go`, you can configure the Datadog exporter to fall back to the Zorkian client by disabling the feature gate `exporter.datadogexporter.metricexportnativeclient`, e.g.
55+
Since [v0.69.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.69.0), the Datadog exporter has switched to use the native metric client `datadog-api-client-go` for metric export instead of Zorkian client by default. While `datadog-api-client-go` fixed several issues that are present in Zorkian client, there is a performance regression with it compared to Zorkian client especially under high metric volume. If you observe memory or throughput issues in the Datadog exporter with `datadog-api-client-go`, you can configure the Datadog exporter to fall back to the Zorkian client by disabling the feature gate `exporter.datadogexporter.metricexportnativeclient`, e.g.
5656
```
5757
otelcol --config=config.yaml --feature-gates=-exporter.datadogexporter.metricexportnativeclient
5858
```

0 commit comments

Comments
 (0)