Skip to content

ctrlShiftBryan/OpenTelemetry

 
 

Repository files navigation

Monitoring Microservices application using OpenTelemetry

Reference Documentation: https://opentelemetry.io/docs/

Deploy All Components

To deploy all components (Microservices Application, OpenTelemetry Collector, Jaeger, Prometheus, and Grafana) at once, run:

./deploy.sh

Alternatively, you can use the following kubectl command:

kubectl apply -f ./opentelemetry-app -f ./opentelemetry-collector -f ./jaeger -f ./prometheus -f ./grafana

Port Forwarding

You can port-forward to access the application UIs

k port-forward svc/opentelemetry-demo-frontendproxy 8080:8080
k port-forward svc/opentelemetry-demo-prometheus-server 9090:9090

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%