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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry#readme


[Skip to Readme]

Properties

Versions 0.0.1.0, 0.1.0.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-24T19:19:22Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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