public.realtimeadaptermonitordata

public.realtimeadaptermonitordata

Columns

Name Type Default Nullable Children Parents Comment
keyid varchar(100) false
servicename varchar(100) true
status varchar(50) true
isrunning boolean true
eventsprocessed bigint true
errorcount bigint true
activeconnections integer true
totalwebsockets integer true
activeconversations integer true
staleconversationcount integer true
oldeststaleconversationageseconds integer true
acwpendingcount integer true
staleacwcount integer true
lastactivityutc timestamp without time zone true
lastconversationnotificationutc timestamp without time zone true
lastconversationhealthcheckutc timestamp without time zone true
lastconversationverifiedactiveutc timestamp without time zone true
updated timestamp without time zone true
notes varchar(400) true

Constraints

Name Type Definition
realtimeadaptermonitordata_key PRIMARY KEY PRIMARY KEY (keyid)

Indexes

Name Definition
realtimeadaptermonitordata_key CREATE UNIQUE INDEX realtimeadaptermonitordata_key ON public.realtimeadaptermonitordata USING btree (keyid)