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
@@ -977,36 +970,6 @@ Specifies the header name used to submit baggage if there is no root span. _**de
977
970
978
971
Specifies the header prefix used to propagate baggage. _**default:**_ uberctx-
979
972
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
-
1010
973
## enable-opentelemetry
1011
974
1012
975
Enables the nginx OpenTelemetry extension. _**default:**_ is disabled
0 commit comments