https://github.com/eaze/tracing-honeycomb
Fork of https://github.com/inanna-malick/tracing-honeycomb
https://github.com/eaze/tracing-honeycomb
Last synced: 8 months ago
JSON representation
Fork of https://github.com/inanna-malick/tracing-honeycomb
- Host: GitHub
- URL: https://github.com/eaze/tracing-honeycomb
- Owner: eaze
- License: mit
- Created: 2021-02-16T23:45:16.000Z (over 5 years ago)
- Default Branch: latest
- Last Pushed: 2022-02-01T22:24:13.000Z (over 4 years ago)
- Last Synced: 2025-11-11T02:49:10.712Z (9 months ago)
- Language: Rust
- Size: 357 KB
- Stars: 17
- Watchers: 7
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://crates.io/crates/tracing-honeycomb)
[](https://docs.rs/tracing-honeycomb/)
[](../LICENSE)
# tracing-honeycomb
This repo contains the source code for:
- [`tracing-distributed`](tracing-distributed/README.md), which contains generic machinery for publishing distributed trace telemetry to arbitrary backends
- [`tracing-honeycomb`](tracing-honeycomb/README.md), which contains a concrete implementation that uses [honeycomb.io](https://honeycomb.io) as a backend
## Usage
See [`tracing-honeycomb`](tracing-honeycomb/README.md) for examples.
## Credits
The `tracing-honeycomb` and `tracing-distributed` crates originate from [inanna-malick/tracing-honeycomb](https://github.com/inanna-malick/tracing-honeycomb),
where the original author, [Inanna Malick](https://github.com/inanna-malick), did great work getting these crates in usable condition.
This repository is now the authoritative source of these two crates.
## License
Licensed under the [MIT License](LICENSE.md)