TelemetryEventType extension type
Type of telemetry event emitted by retry_plus.
- on
Constructors
- TelemetryEventType(String name)
-
const
Constants
- circuitClosed → const TelemetryEventType
- Circuit breaker closed.
- circuitHalfOpened → const TelemetryEventType
- Circuit breaker moved to half-open.
- circuitOpened → const TelemetryEventType
- Circuit breaker opened.
- circuitRejected → const TelemetryEventType
- Circuit breaker rejected execution.
- fallbackApplied → const TelemetryEventType
- Fallback produced a result.
- fallbackFailed → const TelemetryEventType
- Fallback callback failed.
- fallbackHandling → const TelemetryEventType
- Fallback handling started.
- hedgingOutcome → const TelemetryEventType
- A hedged action produced an outcome.
- hedgingScheduled → const TelemetryEventType
- A hedged action was scheduled.
- hedgingSelected → const TelemetryEventType
- A hedging outcome was selected.
- injectionBehavior → const TelemetryEventType
- A behavior injection was triggered.
- injectionDelay → const TelemetryEventType
- A delay injection was triggered.
- injectionResult → const TelemetryEventType
- A result injection was triggered.
- injectionThrow → const TelemetryEventType
- A throw injection was triggered.
- pipelineCancelled → const TelemetryEventType
- Pipeline execution was cancelled.
- pipelineFailed → const TelemetryEventType
- Pipeline execution failed.
- pipelineStarted → const TelemetryEventType
- Pipeline execution started.
- pipelineSucceeded → const TelemetryEventType
- Pipeline execution completed successfully.
- rateLimiterRejected → const TelemetryEventType
- Rate limiter rejected execution.
- retryAttempt → const TelemetryEventType
- A retry attempt completed.
- retryGiveUp → const TelemetryEventType
- Retry gave up.
- retryScheduled → const TelemetryEventType
- A retry will be scheduled.
- timeoutTimedOut → const TelemetryEventType
- Timeout occurred.