JLJeffrey Lean Wei Fonginjefftechhub.hashnode.dev·Apr 29, 2023 · 7 min readOpenTelemetry, the standardized observability framework for everyoneTL;DR Recently I’ve been assigned to work on a project where I need to integrate with datadog for observability. The project itself already uses jaeger for distributed tracing, and due to some reason, we need to integrate with datadog as well. The wh...00
JLJeffrey Lean Wei Fonginjefftechhub.hashnode.dev·Aug 28, 2021 · 13 min readgRPC, the alternative to REST APITL;DR REST is always the go-to architecture when somebody wants to build an HTTP API for communications, in particular with a file format called JSON. This is the new norm, "trending" and common approach, nothing wrong with it. But just because every...00