Skip to main content

NOTICE

Otel
Copyright (c) 2026 yangbancode and contributors

This software is licensed under the MIT License (see LICENSE).

================================================================================
Acknowledgements
================================================================================

This implementation builds on prior work by The OpenTelemetry Authors,
licensed under the Apache License, Version 2.0
(https://www.apache.org/licenses/LICENSE-2.0):

  * The wire format is implemented from the OpenTelemetry Protocol
    (OTLP) `.proto` schemas in
    https://github.com/open-telemetry/opentelemetry-proto.
    Schemas under `lib/otel/otlp/proto/` were generated locally with
    `protoc`.

  * Behaviour is verified against the OpenTelemetry Specification
    (https://github.com/open-telemetry/opentelemetry-specification).
    The Erlang reference implementation
    (https://github.com/open-telemetry/opentelemetry-erlang) is
    consulted as a cross-check.