axiom-honeycomb-proxy
A log forwarder/multiplexer for Axiom and Honeycomb. (by axiomhq)
natchez
functional tracing for cats (by typelevel)
axiom-honeycomb-proxy | natchez | |
---|---|---|
1 | 2 | |
8 | 327 | |
- | 0.0% | |
6.1 | 8.8 | |
19 days ago | 2 days ago | |
Go | Scala | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
axiom-honeycomb-proxy
Posts with mentions or reviews of axiom-honeycomb-proxy.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Show HN: Scuba-like observability for non-Facebook engineers
We are familiar with honeycomb and we also have a honeycomb->axiom multiplexer, so you can use their great tools, to forward to use and compare side by side.
https://github.com/axiomhq/axiom-honeycomb-proxy
natchez
Posts with mentions or reviews of natchez.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-01.
-
The wonder of context functions
Regarding real-world uses of this concept, I used it today to put natchez tracing in my http4s project. While the project is still small, I was shocked at the lack of invasiveness of this approach compared to usage of Kleisli to achieve the same effect.
-
Question on implementing open tracing with Scala Futures
It's never going to work with a ThreadLocal-based implementation because Future (and other Scala async stuff like cats.effect.IO) hop from thread to thread in an unpredictable way. The only way to do it is to jettison the magical "current span" thing and pass the span explicitly. You can hide this in the plumbing if you program with abstract effects (this is what Natchez Trace does) but with Future I think you're going to have to pass everything around in the open.
What are some alternatives?
When comparing axiom-honeycomb-proxy and natchez you can also consider the following projects:
gha-buildevents - Trace GitHub Action workflows with Honeycomb
pencil - Simple smtp client
axiom-demo - Take a look at Axiom on your local machine.
cats-effect-testing - Integration between cats-effect and test frameworks
honeycomb - An extensible honeypot framework
toolkit - A Scala 3, lightweight and functional non-intrusive library to build typed and declarative Scala application with managed resources and dependencies
axiom-go - Official Go bindings for the Axiom API
wiringbits-scala-newbie-warts - A collection of WartRemover warts for Scala newbies used by Wiringbits