-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Java tracer v0.36.0 #5793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java tracer v0.36.0 #5793
Conversation
@@ -37,14 +37,14 @@ Finally, add the following JVM argument when starting your application in your I | |||
|
|||
**Note**: | |||
|
|||
* The `-javaagent` needs to be run before the `-jar` file, adding it as a JVM option, not as an application argument. For more information, see the [Oracle documentation][16]. | |||
* The `-javaagent` needs to be run before the `-jar` file, adding it as a JVM option, not as an application argument. For more information, see the [Oracle documentation][4]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of the changes are from a post commit hook -- not part of my change per se.
@@ -209,6 +209,9 @@ The tracer is configured using System Properties and Environment Variables as fo | |||
| `dd.trace.report-hostname` | `DD_TRACE_REPORT_HOSTNAME` | `false` | When enabled, it adds the detected hostname to trace metadata | | |||
| `dd.trace.split-by-tags` | `DD_TRACE_SPLIT_BY_TAGS` | `null` | (Example: `aws.service`) Used to rename spans to be identified with the corresponding service tag | | |||
| `dd.trace.db.client.split-by-instance` | `DD_TRACE_DB_CLIENT_SPLIT_BY_INSTANCE` | `false` | When set to `true` db spans get assigned the instance name as the service name | | |||
| `dd.trace.health.metrics.enabled` | `DD_TRACE_HEALTH_METRICS_ENABLED` | `false` | When set to `true` sends tracer health metrics | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
health metric additions
@@ -174,14 +174,15 @@ Don't see your desired datastores? Datadog is continually adding additional supp | |||
| Dropwizard Views | 0.7+ | Fully Supported | `dropwizard`, `dropwizard-view` | | |||
| Hystrix | 1.4+ | Fully Supported | `hystrix` | | |||
| Twilio SDK | 0+ | Fully Supported | `twilio-sdk` | | |||
| Spring Data | 1.8+ | Fully Supported | `spring-data` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spring Data addition
Closing, I'll resubmit with a proper branch name. |
What does this PR do?
Adds health metric configuration information -- new v0.36.0
Adds Spring Data to integration list -- introduced in v0.33
Motivation
Health Metrics: DataDog/dd-trace-java#1063
Support for Spring Data: DataDog/dd-trace-java#1014 &
DataDog/dd-trace-java#1044
Preview link
https://docs-staging.datadoghq.com/java-tracer-v0.36.0/tracing/setup/java