Skip to main content
zerotal

Documentation


Documentation / @zerotal/monitor / MonitorSnapshot

Interface: MonitorSnapshot

Defined in: monitor/src/store/types.ts:497

Properties

range

range: MonitorRange

Defined in: monitor/src/store/types.ts:498


alerts

alerts: Alert[]

Defined in: monitor/src/store/types.ts:499


deploys

deploys: Deploy[]

Defined in: monitor/src/store/types.ts:500


pulse

pulse: PulseStats

Defined in: monitor/src/store/types.ts:503


statCards

statCards: StatCard[]

Defined in: monitor/src/store/types.ts:506


percentiles

percentiles: Percentile[]

Defined in: monitor/src/store/types.ts:507


apdex

apdex: number

Defined in: monitor/src/store/types.ts:508


throughput

throughput: number[]

Defined in: monitor/src/store/types.ts:509


jobsSeries

jobsSeries: number[]

Defined in: monitor/src/store/types.ts:510


slowRoutes

slowRoutes: RouteStat[]

Defined in: monitor/src/store/types.ts:511


outgoingHttp

outgoingHttp: OutgoingHttp[]

Defined in: monitor/src/store/types.ts:512


queueStats

queueStats: QueueMetric[]

Defined in: monitor/src/store/types.ts:515


workers

workers: Worker[]

Defined in: monitor/src/store/types.ts:516


queues

queues: QueueRow[]

Defined in: monitor/src/store/types.ts:517


jobTags

jobTags: string[]

Defined in: monitor/src/store/types.ts:518


failedJobs

failedJobs: FailedJob[]

Defined in: monitor/src/store/types.ts:519


scheduledJobs

scheduledJobs: ScheduledJob[]

Defined in: monitor/src/store/types.ts:520


deadLetter

deadLetter: DeadJob[]

Defined in: monitor/src/store/types.ts:521


requests

requests: RequestEntry[]

Defined in: monitor/src/store/types.ts:524


slowRequests

slowRequests: RequestEntry[]

Defined in: monitor/src/store/types.ts:525


topUsers

topUsers: UserUsage[]

Defined in: monitor/src/store/types.ts:526


topMemory

topMemory: MemoryRoute[]

Defined in: monitor/src/store/types.ts:527


exceptions

exceptions: ExceptionGroup[]

Defined in: monitor/src/store/types.ts:530


dbStats

dbStats: DbStat[]

Defined in: monitor/src/store/types.ts:533


slowQueries

slowQueries: SlowQuery[]

Defined in: monitor/src/store/types.ts:534


transactions

transactions: TxStats

Defined in: monitor/src/store/types.ts:535


migrations

migrations: MigrationEntry[]

Defined in: monitor/src/store/types.ts:536


nplusOnes

nplusOnes: NPlusOne[]

Defined in: monitor/src/store/types.ts:537


security

security: FeedEvent[]

Defined in: monitor/src/store/types.ts:540


alertHistory

alertHistory: AlertEntry[]

Defined in: monitor/src/store/types.ts:543


logs

logs: FeedEvent[]

Defined in: monitor/src/store/types.ts:546


realtime

realtime: RealtimeStats

Defined in: monitor/src/store/types.ts:549


scheduledRuns

scheduledRuns: FeedEvent[]

Defined in: monitor/src/store/types.ts:552


slowJobs

slowJobs: JobEntry[]

Defined in: monitor/src/store/types.ts:553


cache

cache: CacheStats

Defined in: monitor/src/store/types.ts:556


mail

mail: MailEntry[]

Defined in: monitor/src/store/types.ts:559


notifications

notifications: NotificationEntry[]

Defined in: monitor/src/store/types.ts:562


commands

commands: CommandEntry[]

Defined in: monitor/src/store/types.ts:565


models

models: ModelStat[]

Defined in: monitor/src/store/types.ts:568


recentModels

recentModels: ModelEvent[]

Defined in: monitor/src/store/types.ts:571


health

health: HealthEntry[]

Defined in: monitor/src/store/types.ts:574


gauges

gauges: Gauge[]

Defined in: monitor/src/store/types.ts:575


uptimeChecks

uptimeChecks: UptimeCheck[]

Defined in: monitor/src/store/types.ts:576


checkins

checkins: CheckIn[]

Defined in: monitor/src/store/types.ts:577


storage

storage: StorageInfo

Defined in: monitor/src/store/types.ts:578


meta

meta: SystemMeta

Defined in: monitor/src/store/types.ts:579