Install the agent
latest URL always resolves to the current release. Pin a version in production if
you want reproducible builds.
Configure
Run
In a container
Custom spans
The agent covers framework and library calls. Add spans by hand only for business operations worth naming.Depend on
opentelemetry-api only. The agent supplies the implementation at runtime —
adding the SDK as well gives you two providers and no data.