Otel Semantic Conventions

Hex.pmHexdocs.pmLicense: Unlicense

Pure Elixir implementation of OpenTelemetry Semantic Conventions

Requirements

Compatibility

Package Semantic Conventions
0.1.xv1.40.0

Note: Generates stable attributes and metrics only.

Installation

Add the dependency to your mix.exs:

def deps do
  [
    {:otel_semantic_conventions, "~> 0.1"}
  ]
end

Quick Example

iex> Otel.SemConv.Attributes.HTTP.http_request_method()
"http.request.method"

iex> Otel.SemConv.Attributes.HTTP.http_request_method_values()[:post]
"POST"

License

Released into the public domain under the Unlicense.