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

Views either need to be stored in an ETS table that survives a crash of the MeterProvider (see #428) or must be part of initialization so that they are part...

enhancement
language-erlang
metrics

As it is if the MeterProvider, `otel_meter_server`, crashes then the metric reader tables are lost.

A MeterProvider (`otel_meter_server`) can have many MetricReaders (`otel_metric_reader). Right now they are started in the MeterProvider with `start_monitor`. Instead there should likely be a MetricReader supervisor. The meter reader is...

enhancement
language-erlang
metrics

After #425 is implemented then the Elixir API must be added for the observable instrments.

enhancement
spec
language-elixir
metrics

There needs to be an Elixir API in the experimental api application that covers the Metrics API -- creation and usage of the sync instruments Counter, ExplicitHistogram and UpDownCounter.

language-elixir
metrics

Each `_aggregation` record (see `otel_metrics.hrl`) contains a key, which is the name and the attributes of the metric: ``` key :: {term(), opentelemetry:attributes_map()} ``` When attribute filtering is used (see...

enhancement
language-erlang
metrics

Views need to support listing the keys of attributes to keep for each measurement that matches its criteria. Any other attributes in the measurement are dropped. More details in the...

enhancement
language-erlang
metrics

Opening as a draft because it only has SimpleFixed reservoir and it has no configuration for whether to use exemplars and how to filter. Only the drop and simple fixed...

language-erlang

Create following the BREAKINGs of OTEL spec https://github.com/open-telemetry/opentelemetry-specification/blob/main/CHANGELOG.md

language-elixir
language-erlang

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...