Carlos Alberto Cortez

Results 68 issues of Carlos Alberto Cortez

A follow up to #3678 is how to identify Links that have been added **after** Span creation. One idea has been to achieve this by adding a new `timestamp` field...

spec:trace
triage:accepted:needs-sponsor

Knowing the service name on the other side of a remote call is valuable troubleshooting information. The semantic conventions represent this via `peer.service`, which needs to be manually populated. This...

triaged

A few components setting Semantic Conventions attributes are defined in the API, such as [this one](https://github.com/open-telemetry/opentelemetry-swift/blob/main/Sources/OpenTelemetryApi/Trace/Span.swift#L134) - however, as semantic conventions are not stable yet, it may be a good...

semconv
specification

For a little while we had the same discussion in Java, and we ended up removing `BaggageManager`, offering all functionality through `Baggage.builder()` and module/static functions for `Context` handling (similar to...

``` $ pip install sqlalchemy_opentracing Collecting sqlalchemy_opentracing Using cached https://files.pythonhosted.org/packages/6c/b6/b287ef696356ad4007e9a43b6730fe53b8d0a0ed1109c9969f2a87b59497/sqlalchemy_opentracing-0.1.5.tar.gz Requirement already satisfied: sqlalchemy in ./venv/lib/python3.6/site-packages (from sqlalchemy_opentracing) (1.1.11) Collecting opentracing=1.1 (from sqlalchemy_opentracing) Using cached https://files.pythonhosted.org/packages/40/12/abd02daa323540302016280650123e7d1cc10b448b40b7e40fffc23ce339/opentracing-1.1.0.tar.gz Collecting futures (from opentracing=1.1->sqlalchemy_opentracing)...

We should update to OTel Java 1.6.x and adjust in case there's anything breaking, including checking the release notes for OTel Java/Java-Instrumentation. The change itself should look like https://github.com/lightstep/otel-launcher-java/pull/116 https://github.com/open-telemetry/opentelemetry-java...

### 🚀 Feature Request There is currently an external project (in the playwright-community organization) that adds support for Golang. And it seems this is not a priority for the core...

P3-collecting-feedback