Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartEntry ¶
type ChartLegendEntry ¶
type ChartLegendEntry struct {
Name string `json:"name"`
}
type Consumer ¶
type Consumer struct {
Component `json:",inline"`
MessagesPerSecond *float64 `json:"messagesPerSecond"`
PayloadPerSecond *float64 `json:"payloadPerSecond"`
MessagesHistory *[]HistoryEntry `json:"messagesHistory"`
}
type HistoryEntry ¶ added in v0.1.2
type Producer ¶
type Producer struct {
Component `json:",inline"`
Protocol string `json:"protocol"`
DevicesPerInstance int `json:"devicesPerInstance"`
MessagesPerSecondConfigured *float64 `json:"messagesPerSecondConfigured"`
MessagesPerSecondScheduled *float64 `json:"messagesPerSecondScheduled"`
MessagesPerSecondSent *float64 `json:"messagesPerSecondSent"`
MessagesPerSecondFailed *float64 `json:"messagesPerSecondFailed"`
MessagesPerSecondErrored *float64 `json:"messagesPerSecondErrored"`
ConnectionsConfigured *float64 `json:"connectionsConfigured"`
ConnectionsEstablished *float64 `json:"connectionsEstablished"`
RoundTripTime *float64 `json:"roundTripTime"`
ChartData []ChartEntry `json:"chartData"`
ChartLegend []ChartLegendEntry `json:"chartLegend"`
}
Click to show internal directories.
Click to hide internal directories.