Fork me on GitHub
#clojure-europe
<
2021-01-12
>
ordnungswidrig09:01:58

I have limited experience with datadog and what I like is the snappiness of the interface.

javahippie09:01:25

Have googled a little bit yesterday, and started experimenting with honeycomb. It’s really straightforward, I guess I will write a blog post about the integration soon

javahippie09:01:32

With the LibHoney Java lib, this is for now all that’s needed to send events, which should be easily integrated into a Ring Middleware. Creating spans over HTTP and Database Calls is next

ordnungswidrig09:01:59

That looks simple enough. What about opentracing etc?

javahippie09:01:35

They also support OpenTelemetry, which would make it easier to switch to another provider later. But after reading docs about the OpenTelemetry Java lib, I was not looking forward to this:

ordnungswidrig09:01:04

hehe. looks like the AWS java sdk style

ordnungswidrig09:01:11

(Or maybe “modern” java?)

😢 3
javahippie09:01:11

Will give it a shot when I have more peace of mind for it 😁

💡 3