Documentation
¶
Index ¶
Constants ¶
View Source
const ( // OverviewEndpoint path OverviewEndpoint = "/api/overview" // NodesEndpoint path NodesEndpoint = "/api/nodes" // QueuesEndpoint path QueuesEndpoint = "/api/queues" // ExchangesEndpoint path ExchangesEndpoint = "/api/exchanges" // VhostsEndpoint path VhostsEndpoint = "/api/vhosts" // ConnectionsEndpoint path ConnectionsEndpoint = "/api/connections" // BindingsEndpoint path BindingsEndpoint = "/api/bindings" // AlivenessTestEndpoint path, this is formatted with the vhost name AlivenessTestEndpoint = "/api/aliveness-test/%s" // HealthCheckEndpoint path, this is formatted with the node name HealthCheckEndpoint = "/api/healthchecks/node/%s" )
Variables ¶
This section is empty.
Functions ¶
func CollectEndpoint ¶
CollectEndpoint calls the endpoint and populates its response into result
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.