/plushcap/analysis/datadog/auto-instrument-kubernetes-tracing-with-datadog

Use library injection to auto-instrument and trace your Kubernetes applications with Datadog APM

What's this blog post about?

Organizations often use distributed tracing in Datadog APM to monitor the performance of their Kubernetes applications. However, as teams grow and new applications are added, manual configuration becomes impractical. To address this issue, a workflow has been developed that automates instrumentation, allowing for the configuration of tracing for Kubernetes applications without changing or rebuilding the application image. This is achieved by injecting Java, Node.js, and Python tracing libraries directly into the pod at runtime via the Datadog Admission Controller, which only requires writing a single annotation in the application's YAML file. This method does not require altering application code or pushing new container images, thus avoiding the CI/CD pipeline that would otherwise be necessary for building and deploying a new image. As a result, tracing can be set up quickly without any downtime.

Company
Datadog

Date published
Jan. 30, 2023

Author(s)
Bowen Chen, Hunsung (Eddy) Lee

Word count
888

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.