“Is it still hard to install an APM agent (New Relic, Data Dog, OpenTelemetry) with Buildpacks?” That’s the question we were asked a lot at the Cloud Foundry booth during KubeCon Paris 2024. The answer is "no."
In this video, I will show how to install OpenTelemetry for a Python app containerized thanks to Buildpack. It’s now super easy to install a monitoring/logging/tracing agent on your Cloud Native Buildpacks.
Github repo: https://github.com/sylvainkalache/sam...
Article version of this video: [TNS LINK]
0:00 Introduction
1:15 What you need for this tutorial
2:02 Get a Python app
3:13 Add OpenTelemetry tracing to the Python app
5:31 Getting Buildpacks to install OpenTelemetry
7:08 Containerize the application using pack CLI
9:01 Testing it
11:09 Conclusion