Tyler Benson

Results 23 issues of Tyler Benson

In your suggestion in #483: > You can then register a member substitution to replace the call to `blaBla(thiz, object)` in the advice class with a call to `super.blaBla(arg)`. This...

bug

I configured `DD_VERSION` via an environment variable, but it isn't showing up in the config printed out: ``` INFO datadog.trace.agent.core.StatusLogger - DATADOG TRACER CONFIGURATION { "version": "0.90.0~32708e53ec", "os_name": "Linux", "os_version":...

The [ActiveSpan javadoc](https://github.com/opentracing/opentracing-java/blob/master/opentracing-api/src/main/java/io/opentracing/ActiveSpan.java#L101) states that: `It is an error to call activate() more than once on a single Continuation instance` I propose that this should be asserted by `ThreadLocalActiveSpan` by...

enhancement

## Background A while ago, we added `service` as a tag (#119). This is overly simplistic and has high probability for user confusion. ## Problem The problem is we scoped...

Other tracer implementations include a setting to force client and server spans to have different spanId's. In Go the setting is [`WithSharedSpans(false)`](https://godoc.org/github.com/openzipkin/zipkin-go#WithSharedSpans) and in Java it's [`supportsJoin(false)`](https://static.javadoc.io/io.zipkin.brave/brave/5.0.0/brave/Tracing.Builder.html#supportsJoin-boolean-). There should be...

I was trying to add support for it myself but it doesn't follow the existing models very nicely. I'll share some of what I've found: To get a listing of...

This will allow support for AWS's environment variable with no additional config keys and no changes to instrumentation required. I included a propagator that did just the env var propagation...

This has been requested by customers to enable better security practices. When run in a build job, it uploads the generated SBOM as a build artifact `opentelemetry-java-build.spdx.json`. When run as...

I've been involved in a [cross-language initiative](https://github.com/open-telemetry/community/issues/1617) to improve our community's performance evaluation. Here are the things that I'm working on relating to this repo: - [x] add an org...

Feature Request

When running a benchmark with `-prof gc`, JMH collects `secondaryMetrics` like `gc.alloc.rate` which would be a nice thing to include as a separate chart. Is there anyway to capture this?...

enhancement