Skip to content

Commit 7d0429c

Browse files
Docs: Remove datadog ConfigMap options. (#13851)
Co-authored-by: Robert Ma <[email protected]>
1 parent eb6e172 commit 7d0429c

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

docs/user-guide/nginx-configuration/configmap.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ The following table shows a configuration option's name, type, and the default v
148148
| [jaeger-debug-header](#jaeger-debug-header) | string | uber-debug-id | |
149149
| [jaeger-baggage-header](#jaeger-baggage-header) | string | jaeger-baggage | |
150150
| [jaeger-trace-baggage-header-prefix](#jaeger-trace-baggage-header-prefix) | string | uberctx- | |
151-
| [datadog-collector-host](#datadog-collector-host) | string | "" | |
152-
| [datadog-collector-port](#datadog-collector-port) | int | 8126 | |
153-
| [datadog-service-name](#datadog-service-name) | string | "nginx" | |
154-
| [datadog-environment](#datadog-environment) | string | "prod" | |
155-
| [datadog-operation-name-override](#datadog-operation-name-override) | string | "nginx.handle" | |
156-
| [datadog-priority-sampling](#datadog-priority-sampling) | bool | "true" | |
157-
| [datadog-sample-rate](#datadog-sample-rate) | float | 1.0 | |
158151
| [enable-opentelemetry](#enable-opentelemetry) | bool | "false" | |
159152
| [opentelemetry-trust-incoming-span](#opentelemetry-trust-incoming-span) | bool | "true" | |
160153
| [opentelemetry-operation-name](#opentelemetry-operation-name) | string | "" | |
@@ -984,36 +977,6 @@ Specifies the header name used to submit baggage if there is no root span. _**de
984977

985978
Specifies the header prefix used to propagate baggage. _**default:**_ uberctx-
986979

987-
## datadog-collector-host
988-
989-
Specifies the datadog agent host to use when uploading traces. It must be a valid URL.
990-
991-
## datadog-collector-port
992-
993-
Specifies the port to use when uploading traces. _**default:**_ 8126
994-
995-
## datadog-service-name
996-
997-
Specifies the service name to use for any traces created. _**default:**_ nginx
998-
999-
## datadog-environment
1000-
1001-
Specifies the environment this trace belongs to. _**default:**_ prod
1002-
1003-
## datadog-operation-name-override
1004-
1005-
Overrides the operation name to use for any traces crated. _**default:**_ nginx.handle
1006-
1007-
## datadog-priority-sampling
1008-
1009-
Specifies to use client-side sampling.
1010-
If true disables client-side sampling (thus ignoring `sample_rate`) and enables distributed priority sampling, where traces are sampled based on a combination of user-assigned priorities and configuration from the agent. _**default:**_ true
1011-
1012-
## datadog-sample-rate
1013-
1014-
Specifies sample rate for any traces created.
1015-
This is effective only when `datadog-priority-sampling` is `false` _**default:**_ 1.0
1016-
1017980
## enable-opentelemetry
1018981

1019982
Enables the nginx OpenTelemetry extension. _**default:**_ is disabled

0 commit comments

Comments
 (0)