opentelemetry-erlang icon indicating copy to clipboard operation
opentelemetry-erlang copied to clipboard

OpenTelemetry Erlang SDK

Results 140 opentelemetry-erlang issues
Sort by recently updated
recently updated
newest added

Opening as a draft because I'm not 100% on the direction of this but I think it is close enough to start getting feedback. There will be a number of...

language-erlang
scope-ci

While using the Go SDK I noticed an inconsistency in how `OTEL_RESOURCE_ATTRIBUTES` baggage values are encoded and decoded. This was due to a difference in the version of the W3C...

bug
spec
language-erlang
scope-api

This adds `record_exception/1` to `OpenTelemetry.Tracer`. This is a shortcut for calling `OpenTelemetry.Span.record_exception/1` with the current span context.

language-elixir
language-erlang
scope-api

Tracing instrumentation needs to be enhanced in the community demo in preparation for the v1 release. Referencing issue: https://github.com/open-telemetry/opentelemetry-demo/issues/58

**Is your feature request related to a problem? Please describe.** The Project Status of Traces/Metrics/Logs Signals in OpenTelemetry is difficult to find in OpenTelemetry for Erlang. **Describe the solution you'd...

based on #402 discussion.

language-erlang
scope-sdk

A security workflow does not currently exist as part of the CI/CD or security workflows in the Erlang repository. This is to satisfy the requirements as per open-telemetry/opentelemetry-specification#1333. CodeQL is...

When using `:gprc` protocol with port 4317 on the collector, and putting the application through some request load, this message was observed, leading me to ask about it in the...

Along with #381 we need to support attributes on the Scope: https://github.com/open-telemetry/opentelemetry-specification/pull/2579 A use case I just encountered when updating pgo's instrumentation is to have the attributes like `db.name` as...

spec
language-elixir
language-erlang

Hello, I'm trying to send the application logs to elasticsearch. I'm following the [getting started tutorial](https://opentelemetry.io/docs/instrumentation/erlang/getting-started/). To trace I'm using [otlp/elastic](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/elasticexporter) and works fine. To logs I'm using [elasticsearch](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/elasticsearchexporter) exporter,...