Skip to content

agent-plugin-logging / Exports / ILoggingPluginStats

Interface: ILoggingPluginStats

Logging plugin statistics

Hierarchy

  • IPluginStats

    ILoggingPluginStats

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


logsWritten

logsWritten: number

Total number of logs written

Defined in

agent-plugin-logging/src/types.ts:80


failedWrites

failedWrites: number

Number of failed log writes

Defined in

agent-plugin-logging/src/types.ts:82


currentLevel

currentLevel: TLogLevel

Current log level

Defined in

agent-plugin-logging/src/types.ts:84


strategy

strategy: TLoggingStrategy

Storage strategy in use

Defined in

agent-plugin-logging/src/types.ts:86


lastFlushTime

Optional lastFlushTime: Date

Last flush timestamp

Defined in

agent-plugin-logging/src/types.ts:88

Released under the MIT License.