Skip to content

agent-plugin-error-handling / Exports / IErrorHandlingPluginStats

Interface: IErrorHandlingPluginStats

Error handling plugin statistics

Hierarchy

  • IPluginStats

    IErrorHandlingPluginStats

Table of contents

Properties

Properties

enabled

enabled: boolean

Inherited from

IPluginStats.enabled

Defined in

agent-core/dist/node/index.d.ts:1004


calls

calls: number

Inherited from

IPluginStats.calls

Defined in

agent-core/dist/node/index.d.ts:1005


errors

errors: number

Inherited from

IPluginStats.errors

Defined in

agent-core/dist/node/index.d.ts:1006


lastActivity

Optional lastActivity: Date

Inherited from

IPluginStats.lastActivity

Defined in

agent-core/dist/node/index.d.ts:1007


moduleEventsReceived

Optional moduleEventsReceived: number

Inherited from

IPluginStats.moduleEventsReceived

Defined in

agent-core/dist/node/index.d.ts:1008


failureCount

failureCount: number

Defined in

agent-plugin-error-handling/src/types.ts:65


circuitBreakerOpen

circuitBreakerOpen: boolean

Defined in

agent-plugin-error-handling/src/types.ts:66


lastFailureTime

lastFailureTime: number

Defined in

agent-plugin-error-handling/src/types.ts:67


totalRetries

totalRetries: number

Defined in

agent-plugin-error-handling/src/types.ts:68


successfulRecoveries

successfulRecoveries: number

Defined in

agent-plugin-error-handling/src/types.ts:69

Released under the MIT License.