@tsloughter that reflects our evaluations as well. By the way, Brian Troutwine (creator of cernan) has been advising us on Vector. I'm not sure if you worked with him at Postmates:
- fluentbit: Buggy. They've since fixed their broken JSON handling but there's probably other issues
The JSON issues! For a little bit of context, and to not repeat it here, see:
https://github.com/timberio/vector/issues/727#issuecomment-561004676
Fluentbit reached 1.1 with those issues đź‘€.
That was fixed quite a while ago, so I suspect this experience is a bit old
@PettitWesley we are still able to produce JSON parsing issues, but I agree, the major ones are fixed!
OpenTelemetry captures metrics, distributed traces, resource metadata, and logs (logging support is incubating now)
from https://opentelemetry.io/about/ . Where can I find documentation on the incubation work being done? Is there an example of a Go implementation of this? Does OpenTelemetry act like a wrapper around log
in the case of Go or does it provide it's own solution like logrus
or Uber's zap
?