Reference Documentation: https://opentelemetry.io/docs/
cd opentelemetry-app
kubectl create namespace otel-demo
kubectl apply -f .
This will collect traces from application and captures at the collector port.
cd opentelemetry-collector
kubectl apply -f .
cd jaeger
kubectl apply -f .
cd prometheus
kubectl apply -f .
cd grafana
kubectl apply -f .