Finatra
OpenTelemetry Java agent instrumentation
This instrumentation enriches HTTP server spans with route information, and enables controller spans for the Finatra web framework (controller spans are disabled by default).
- Name:
finatra-2.9 - Scope:
io.opentelemetry.finatra-2.9 - Target versions:
com.twitter:finatra-http_2.11:[2.9.0,],com.twitter:finatra-http_2.12:[2.9.0,] - Library: https://github.com/twitter/finatra
Telemetry
- Span attributes:
code.function,code.namespace
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
otel.instrumentation.common.experimental.controller-telemetry.enabled | boolean | false | Enables the creation of experimental controller spans. |