Gabriel Aszalos

Results 22 issues of Gabriel Aszalos

This updates OpenTelemetry tracing setup documentation. Please only publish after 7.35.0 is released.

Do Not Merge
tracing
stale

The "has remote parent" flag ([Go](https://github.com/census-instrumentation/opencensus-go/blob/5f0e92a92d90ebeaf2662ca76981a5a21243fb91/trace/export.go#L89), [Python](https://github.com/census-instrumentation/opencensus-python/blob/master/opencensus/trace/span.py#L113), [Java](https://github.com/census-instrumentation/opencensus-java/blob/8939d9fd639a8a7ff8b25e1a7e6c44d8b2e987db/impl_core/src/main/java/io/opencensus/implcore/trace/SpanBuilderImpl.java#L56)) is not mentioned anywhere on the website or in the specification, but seems to be implemented in all languages. Are exporters expected...

data-model

In the current implementation and specs, a span is only sent to the exporter when sampled. This is causing problems in some APM systems. For example, at Datadog we compute...

The current implementation has an interface `StartSpanOption` where Dave Cheney's [article](http://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis) is linked specifying that it is the inspiration for this functionality. In the article, functional options are presented which...

proposal
breaking change

This change ensures to underline the fact that Datadog is only compatible with [Gateway deployments](https://opentelemetry.io/docs/collector/deployment/#gateway) where an agent is deployed on each application host, by adding a warning that looks...

tracing

# Feature Request Would it make sense to add [container information](https://pkg.go.dev/go.opentelemetry.io/otel/[email protected]/resource#WithContainerID) to the demo apps? I have noticed in [current apps](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/checkoutservice/main.go#L73) that no resource information of any kind is added....

enhancement
telemetry

This is a bit of an issue on one of the projects I've been working on. I can't find a way to disable paste. If this is possible, please enlighten...

We need to add more documentation, both to the API, and to the package as a whole, especially the examples. It is unclear what each example is, how to use...

documentation
help wanted