Skip to content

Commit 6105e87

Browse files
authored
Merge pull request DataDog#10422 from DataDog/zach-groves-remove-DATADOG_PRIORITY_SAMPLING-setting
remove DATADOG_PRIORITY_SAMPLING setting
2 parents 8d66e06 + 269b1e4 commit 6105e87

File tree

1 file changed

+0
-1
lines changed
  • content/en/tracing/setup_overview/setup

1 file changed

+0
-1
lines changed

content/en/tracing/setup_overview/setup/python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ It is recommended to use `DD_ENV`, `DD_SERVICE`, and `DD_VERSION` to set `env`,
137137
| `DD_AGENT_HOST` | `localhost` | Override the address of the trace Agent host that the default tracer attempts to submit traces to. |
138138
| `DATADOG_TRACE_AGENT_PORT` | `8126` | Override the port that the default tracer submit traces to. |
139139
| `DD_TRACE_AGENT_URL` | | The URL of the Trace Agent that the tracer submits to. Takes priority over hostname and port, if set. Supports Unix Domain Sockets in combination with the `apm_config.receiver_socket` in your `datadog.yaml` file, or the `DD_APM_RECEIVER_SOCKET` environment variable. |
140-
| `DATADOG_PRIORITY_SAMPLING` | `true` | Enable [Priority Sampling][7]. |
141140
| `DD_LOGS_INJECTION` | `false` | Enable [connecting logs and trace injection][8]. |
142141

143142
## Further Reading

0 commit comments

Comments
 (0)