You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the DevEx SIG (https://github.com/open-telemetry/sig-developer-experience/) we are doing a survey of languages and their differences from the spec along with what users are asking for. I can fill in discrepancies and extra convienciences but realized I should actually open this up to the community in case I miss any requested features and things you like from other telemetry projects in Erlang/Elixir:
differences from upstream spec:
discrepancies - why?
extra convenience
most requested features
API
SDK
Instrumentations/semantic conventions
things to consider from other telemetry projects in Erlang/Elixir
The text was updated successfully, but these errors were encountered:
I'm working on a project where we already collect some in-memory metrics in LiveDashboard and would like to start storing them somewhere to report on over time. Spans and traces would be a good later step for us.
The metrics API, found in apps/opentelemetry_experimental_api of the opentelemetry-erlang repository, is currently unstable, documentation TBA.
The logs API, found in apps/opentelemetry_experimental_api of the opentelemetry-erlang repository, is currently unstable, documentation TBA.
I'd really like otel to be our solution for shipping all three things to a backend. Bonus if there were support for DataDog - I know not everyone likes it, but it's a favorite tool for our infra team, and we already ship our logs there (via other means).
@nathanl sorry, the survey wasn't clear about "most requested", this is actually about things requested that are outside the spec.
Metrics will be reviewed by the Technical Committee so they can go stable and moved into the main API/SDK applications (opentelemetry/opentelemetry_api) as soon as I have time to write up some docs/getting started so they have a starting place to do a review.
For the DevEx SIG (https://github.com/open-telemetry/sig-developer-experience/) we are doing a survey of languages and their differences from the spec along with what users are asking for. I can fill in discrepancies and extra convienciences but realized I should actually open this up to the community in case I miss any requested features and things you like from other telemetry projects in Erlang/Elixir:
The text was updated successfully, but these errors were encountered: