Skip to content

Commit 876e4bd

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

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
@@ -147,13 +147,6 @@ The following table shows a configuration option's name, type, and the default v
147147
| [jaeger-debug-header](#jaeger-debug-header) | string | uber-debug-id | |
148148
| [jaeger-baggage-header](#jaeger-baggage-header) | string | jaeger-baggage | |
149149
| [jaeger-trace-baggage-header-prefix](#jaeger-trace-baggage-header-prefix) | string | uberctx- | |
150-
| [datadog-collector-host](#datadog-collector-host) | string | "" | |
151-
| [datadog-collector-port](#datadog-collector-port) | int | 8126 | |
152-
| [datadog-service-name](#datadog-service-name) | string | "nginx" | |
153-
| [datadog-environment](#datadog-environment) | string | "prod" | |
154-
| [datadog-operation-name-override](#datadog-operation-name-override) | string | "nginx.handle" | |
155-
| [datadog-priority-sampling](#datadog-priority-sampling) | bool | "true" | |
156-
| [datadog-sample-rate](#datadog-sample-rate) | float | 1.0 | |
157150
| [enable-opentelemetry](#enable-opentelemetry) | bool | "false" | |
158151
| [opentelemetry-trust-incoming-span](#opentelemetry-trust-incoming-span) | bool | "true" | |
159152
| [opentelemetry-operation-name](#opentelemetry-operation-name) | string | "" | |
@@ -977,36 +970,6 @@ Specifies the header name used to submit baggage if there is no root span. _**de
977970

978971
Specifies the header prefix used to propagate baggage. _**default:**_ uberctx-
979972

980-
## datadog-collector-host
981-
982-
Specifies the datadog agent host to use when uploading traces. It must be a valid URL.
983-
984-
## datadog-collector-port
985-
986-
Specifies the port to use when uploading traces. _**default:**_ 8126
987-
988-
## datadog-service-name
989-
990-
Specifies the service name to use for any traces created. _**default:**_ nginx
991-
992-
## datadog-environment
993-
994-
Specifies the environment this trace belongs to. _**default:**_ prod
995-
996-
## datadog-operation-name-override
997-
998-
Overrides the operation name to use for any traces crated. _**default:**_ nginx.handle
999-
1000-
## datadog-priority-sampling
1001-
1002-
Specifies to use client-side sampling.
1003-
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
1004-
1005-
## datadog-sample-rate
1006-
1007-
Specifies sample rate for any traces created.
1008-
This is effective only when `datadog-priority-sampling` is `false` _**default:**_ 1.0
1009-
1010973
## enable-opentelemetry
1011974

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

0 commit comments

Comments
 (0)