Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Health ¶
type Health []struct { Host string `json:"host"` UtcTime time.Time `json:"utc_time"` Grpc struct { Connections struct { Total int `json:"total"` EventsSenders int `json:"events_senders"` EventsStreamSenders int `json:"events_stream_senders"` EventsReceivers int `json:"events_receivers"` EventsStoreReceivers int `json:"events_store_receivers"` RequestsSenders int `json:"requests_senders"` ResponsesSenders int `json:"responses_senders"` CommandsReceivers int `json:"commands_receivers"` QueriesReceivers int `json:"queries_receivers"` } `json:"connections"` Traffic struct { SentEvents int `json:"sent_events"` ReceivedEvents int `json:"received_events"` SentRequests int `json:"sent_requests"` SentError int `json:"sent_error"` SentResponses int `json:"sent_responses"` ReceivedRequests int `json:"received_requests"` SentEventsVol int `json:"sent_events_vol"` ReceivedEventsVol int `json:"received_events_vol"` SentRequestsVol int `json:"sent_requests_vol"` SentErrorsVol int `json:"sent_errors_vol"` SentResponsesVol int `json:"sent_responses_vol"` ReceivedRequestsVol int `json:"received_requests_vol"` TotalMessages int `json:"total_messages"` TotalVolume int `json:"total_volume"` } `json:"traffic"` } `json:"grpc"` Rest struct { Connections struct { Total int `json:"total"` EventsSenders int `json:"events_senders"` EventsStreamSenders int `json:"events_stream_senders"` EventsReceivers int `json:"events_receivers"` EventsStoreReceivers int `json:"events_store_receivers"` RequestsSenders int `json:"requests_senders"` ResponsesSenders int `json:"responses_senders"` CommandsReceivers int `json:"commands_receivers"` QueriesReceivers int `json:"queries_receivers"` } `json:"connections"` Traffic struct { SentEvents int `json:"sent_events"` ReceivedEvents int `json:"received_events"` SentRequests int `json:"sent_requests"` SentError int `json:"sent_error"` SentResponses int `json:"sent_responses"` ReceivedRequests int `json:"received_requests"` SentEventsVol int `json:"sent_events_vol"` ReceivedEventsVol int `json:"received_events_vol"` SentRequestsVol int `json:"sent_requests_vol"` SentErrorsVol int `json:"sent_errors_vol"` SentResponsesVol int `json:"sent_responses_vol"` ReceivedRequestsVol int `json:"received_requests_vol"` TotalMessages int `json:"total_messages"` TotalVolume int `json:"total_volume"` } `json:"traffic"` } `json:"rest"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.