This repository contains the files required for the participants of Cisco Live 2024 workshop DEVWKS-2713: Prometheus, Jaeger, and OpenTelemetry Walk Into an Astronomy Shop.
In this workshop, we'll explore how OpenTelemetry can help you gain valuable insights into the performance and behavior of your software in complex, distributed environments.
OpenTelemetry is an open-source project that provides a standardized way to collect traces and metrics from your applications. It's designed to be language-agnostic, scalable, and compatible with various observability backends, offering flexibility and ease of integration.
In the era of microservices and cloud-native architectures, understanding how different components of your application interact and perform is crucial. OpenTelemetry makes this task easier by providing a unified set of APIs and libraries for instrumenting your code, allowing you to trace requests and collect metrics seamlessly.
In this workshop we will deploy The OpenTelemetry Astronomy Shop Demo which is an excellent resource for showcasing the value of OpenTelemetry in a tangible and relatable context.
- Kubernetes - https://kubernetes.io
- OpenTelemetry Demo - https://github.com/open-telemetry/opentelemetry-demo
- OpenTelemetry Demo Documentation - https://opentelemetry.io/docs/demo/
deploy/values.yaml - HELM values.yaml
workshop - Content used in the workshop