from otel community, provided opentelemetry-operator , which allows us to add annotations to the application YAML, and the operator will inject sidecars into our pods and automatically enhance the tracing data push to otel collector.
install otel operator in kubenetes(maybe integrate it into our helm cahrt)
we can use kubectl to add annotations for already deployed apps, and add annotations in deploy YAML for ready to deploy apps.
Lastly, we are ready to receive tracing data within tricorder/promescale connector
from otel community, provided opentelemetry-operator , which allows us to add annotations to the application YAML, and the operator will inject sidecars into our pods and automatically enhance the tracing data push to otel collector.
kubectl
to add annotations for already deployed apps, and add annotations in deploy YAML for ready to deploy apps.tricorder/promescale connector