Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Observability - Coroot

Install

task observability:coroot-install

Visit http://coroot.127.0.0.1.nip.io

Deploy OTel Collector for Traces and Profiling Telemetry (for Clickhouse)

⚠️ OTel Operator MUST BE installed

## Deploy Sidecar OTel Collector 
kubectl apply -f observability/coroot/otelcol.sidecar.yml

## Deploy Instrumentation Object
kubectl apply -f observability/coroot/otel.inst.yml

## Deploy Example Workload
kubectl apply -f observability/coroot/hello.deploy.yml

Visit this URL to generate Traces http://hello-coroot.127.0.0.1.nip.io/hello/Kevin

Uninstall

task observability:coroot-uninstall

kubectl delete -f observability/coroot/otelcol.sidecar.yml
kubectl delete -f observability/coroot/otel.inst.yml
kubectl delete -f observability/coroot/hello.deploy.yml

Resources