honeycombio / husky

a library for translating other data types to Honeycomb-format data structures
Apache License 2.0
2 stars 10 forks source link

OSS Lifecycle Build Status

Husky

A place to store translation modules to convert custom wire formats to Honeycomb formatted data structures.

IMPORTANT NOTE: most consumers of husky will probably want to use a backwards-compatible version of the opentelemetry protobufs. If this applies to you, add the following to your go.mod file:

replace go.opentelemetry.io/proto/otlp => github.com/honeycombio/opentelemetry-proto-go/otlp v0.19.0