Netflix Hystrix
OpenTelemetry Java agent instrumentation
This instrumentation enables spans for Hystrix command executions and fallbacks.
- Name:
hystrix-1.4 - Scope:
io.opentelemetry.hystrix-1.4 - Target versions:
com.netflix.hystrix:hystrix-core:[1.4.0,) - Library: https://github.com/Netflix/Hystrix
Telemetry
- Span attributes:
hystrix.circuit_open,hystrix.command,hystrix.group
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
otel.instrumentation.hystrix.experimental-span-attributes | boolean | false | Enables capturing the experimental hystrix.command, hystrix.circuit_open and hystrix.group span attributes. |