ObserveNow
...
Integrations
Applications
OpenTelemetry Operator for Kubernetes
when installing the opsverse agent https //docs opsverse io/install the opsverse agent#veqxm onto your kubernetes cluster, we also give the option to install the opentelemetry operator for kubernetes https //github com/open telemetry/opentelemetry operator with the operator on your cluster, it will auto instrument your kubernetes apps by injecting the opentelemetry instrumentation libraries into your app container this auto instrumentation (via annotations) allow you enable traces without changing application code auto instrumenting via the opentelemetry operator install the opsverse agent ( steps here https //docs opsverse io/install the opsverse agent#veqxm ) with the following flag enabled in your values yaml file oteloperator enabled true if you've already installed the agent, please uninstall it first helm uninstall n devopsnow devopsnow agent and then re install the otel operator chart installs crds, and helm ( out of best practice ) only installs crds at install time; they are ignored during helm upgrade after the agent is installed, simply add the following annotation to your pod (depending on the language of your app) java instrumentation opentelemetry io/inject java devopsnow/devopsnow agent otel operator instrumentation nodejs instrumentation opentelemetry io/inject nodejs devopsnow/devopsnow agent otel operator instrumentation python instrumentation opentelemetry io/inject python devopsnow/devopsnow agent otel operator instrumentation only the key changes per language the value is the same (an instrumentation spec which was created during step (1) pointing to your opentelemetry collector) for example , a sample nodejs app may have the following annotation apiversion apps/v1 kind deployment metadata spec template metadata annotations instrumentation opentelemetry io/inject nodejs "devopsnow/devopsnow agent otel operator instrumentation" once rolled out, you'll begin seeing traces come into grafana explore under the traces data source you can also use the apm insights dashboard in grafana to get high level insights into your application traces