@hackage hs-opentelemetry-otlp1.0.0.0
OTLP protocol buffer modules for OpenTelemetry, generated via proto-lens
Installation
Dependencies (2)
- base >=4.7 && <5
- proto-lens-runtime Show all…
Dependents (2)
@hackage/hs-opentelemetry-exporter-otlp, @hackage/eventlog-live-otelcol
hs-opentelemetry-otlp
A package containing .hs files with data types generated from the Protobuf definitions (i.e.: .proto files) of the OpenTelemetry protocol (OTLP).
Code Generation Instructions
To generate .hs files from a new version of OTLP, you need to take the corresponding Git tag from the opentelemetry-proto repository1, write it into the OTLP_VERSION file, and run the ./scripts/generate-modules.sh script.
Generated files can be found in the src directory.