Remove sampling from config and add prioritySampling config

This commit is contained in:
Andrew Kent 2018-01-19 10:14:39 -08:00 committed by Ark
parent c1f9f4fc5d
commit 28a674ec11
1 changed files with 7 additions and 8 deletions

View File

@ -50,13 +50,12 @@ The Java Agent—once passed to your application—automatically traces requests
#### Configuration
| Config | System Property | Environment Variable | Default |
| ------------- | ---------------- | -------------------- | ------------------ |
| ------------------ | --------------------- | ------------------------- | ------------------ |
| service.name | dd.service.name | DD_SERVICE_NAME | `unnamed-java-app` |
| writer.type | dd.writer.type | DD_WRITER_TYPE | `DDAgentWriter` |
| agent.host | dd.agent.host | DD_AGENT_HOST | `localhost` |
| agent.port | dd.agent.port | DD_AGENT_PORT | `8126` |
| sampler.type | dd.sampler.type | DD_SAMPLER_TYPE | `AllSampler` |
| sampler.rate | dd.sampler.rate | DD_SAMPLER_RATE | `1.0` |
| priority.sampling | dd.priority.sampling | DD_PRIORITY_SAMPLING | `false` |
#### Application Servers