-
### Environment
* Elixir & Erlang versions (elixir --version):
```
$ elixir --version
Erlang/OTP 26 [erts-14.0.2] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:1] [jit:ns]
Elixir 1…
-
I have this setup where I'm hosting an app in Fly.io and I have a Grafana Agent deployed and it is only accessible through an IPv6-only domain. So I set `OTEL_EXPORTER_OTLP_TRACES_ENDPOINT = "http://m…
-
I have an Elixir project where I am using `opencensus-erlang` for the first time. I have a helper function for wrapping pieces of my code in spans:
```
def span(name, attributes, func) do
pare…
-
From the meeting notes where this action item was created:
- Lower level Telemetry.Metrics interface in Erlang
- Currently using Structs and Protocols, so hard to convert to Erlang
- Docs mig…
-
Something I've seen come up a few times is: "How do I unit test that I'm adding the right attributes to a span?"
You can't test this with the tracing API because it doesn't give you access to this …
-
**Describe the bug**
When running an "IEx Mix" run configuration in debug mode, the application errors and stops when the `opentelemetry_exporter` application is present as a started application.
…
-
## Problems
Currently package name, application name, and module name are mixed between API and SDK.
| Component | Package | Application | Module |…
-
Currently the specification defines the following [merge strategy](https://github.com/open-telemetry/opentelemetry-specification/blob/9352c2524ac03b31f4b845323b351d32ab3adb43/specification/resource/sd…
-
[`attach` takes a `map()`](https://github.com/open-telemetry/opentelemetry-erlang/blob/bd96c1b1d11099bd23206026728d99e9376f90d7/apps/opentelemetry_api/src/otel_ctx.erl#L122) but that doesn't match the…
-
### What happened?
The metrics sent to OpenTelemetry collectors do not have any dimensions/attributes. This makes it difficult to identify which cluster the metric has originated from, as there maybe…