Instrument a service
The eBPF sensor gives you the service map for free. Add an OTLP SDK where you
want in-process detail — database statements, business attributes, custom
spans.
-
Add the OpenTelemetry SDK / auto-instrumentation for your language (see Integrations).
-
Point the exporter at the gateway:
export OTEL_EXPORTER_OTLP_ENDPOINT=http://avuruobs-gateway:4318 -
Redeploy. Your spans now nest inside the eBPF-discovered traces.
:::note This page is expanding A full worked example with a sample app is on the way. :::