Categorygithub.com/tetratelabs/telemetry
repositorypackage
0.8.2
Repository: https://github.com/tetratelabs/telemetry.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Telemetry

CI codecov

This package provides a set of Telemetry interfaces allowing you to completely decouple your libraries and packages from Logging and Metrics instrumentation implementations.

For more information on the interfaces, see: https://pkg.go.dev/github.com/tetratelabs/telemetry

Implementations

Below you can find a list of known interface implementations. As a consumer of this package, you might want to select existing implementations to use in your application binaries. If looking to write your own, take a look at existing ones for inspiration.

If you have an OSS implementation you want to share, feel free to submit a PR to this file so it may be included in this list.

repositorysupported interfacesnotes
tetratelabs/telemetry-gokit-logLoggerGo kit log bridge
tetratelabs/logLoggerScoped structured/unstructured logger bridge
tetratelabs/telemetry-opencensusMetricsOpenCensus metrics bridge
tetratelabs/telemetry-opentelemetryMetricsOpenTelemetry metrics bridge