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
@@ -984,36 +977,6 @@ Specifies the header name used to submit baggage if there is no root span. _**de
984
977
985
978
Specifies the header prefix used to propagate baggage. _**default:**_ uberctx-
986
979
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
-
1017
980
## enable-opentelemetry
1018
981
1019
982
Enables the nginx OpenTelemetry extension. _**default:**_ is disabled
0 commit comments