hs-opentelemetry-otlp: OpenTelemetry protocol buffer modules generated for the OTLP protocol by the proto-lens package

[ bsd3, library, opentelemetry ] [ Propose Tags ] [ Report a vulnerability ]
Versions [RSS] 0.0.1.0, 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), proto-lens-runtime [details]
License BSD-3-Clause
Copyright 2024 Ian Duncan, Mercury Technologies
Author Ian Duncan, Jade Lovelace
Maintainer ian@iankduncan.com
Category OpenTelemetry
Home page https://github.com/iand675/hs-opentelemetry#readme
Bug tracker https://github.com/iand675/hs-opentelemetry/issues
Source repo head: git clone https://github.com/iand675/hs-opentelemetry
Uploaded by michaelpj at 2024-11-24T20:29:31Z
Distributions NixOS:0.0.1.0
Reverse Dependencies 1 direct, 11 indirect [details]
Downloads 751 total (56 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-11-25 [all 1 reports]

Readme for hs-opentelemetry-otlp-0.1.0.0

[back to package description]

otlp

A package containing .hs files with data types generated from the Protobuf definitions (i.e.: .proto files) of the OpenTelemetry protocol (OTLP).

Auto-generation Instructions

To generate .hs files from a new version of OTLP, you need to take the corresponding Git tag from the opentelemetry-proto repository [1], write it into the OTLP_VERSION file, and run the ./scripts/generate-modules.sh script.

Auto-generated files can be found in the src directory.

[1] https://github.com/open-telemetry/opentelemetry-proto