JFinal
OpenTelemetry Java agent instrumentation
This instrumentation enriches HTTP server spans with route information, and enables controller spans for JFinal controller methods (controller spans are disabled by default).
- Name:
jfinal-3.2 - Scope:
io.opentelemetry.jfinal-3.2 - Target versions:
com.jfinal:jfinal:[3.2,) - Library: https://github.com/jfinal/jfinal
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. |