Consul
Integration Installation
Install the Astradot Infra Agent on your server
Edit
/etc/astradot-infra/integrations/consul.toml
Restart astradot-infra agent
Metrics
Peers
Number of peers in the peer set
Nodes Critical
Number of nodes with service status critical
from those registered
Nodes Passing
Number of nodes with service status passing
from those registered
Nodes Up
Number of nodes
Nodes Warning
Number of nodes with service status warning
from those registered
Services Critical
Total critical services on nodes
Services Passing
Total passing services on nodes
Services Up
Total services registered on nodes
Services Warning
Total warning services on nodes
Go Routines
Number of running go routines
Alloc Bytes
Current bytes allocated by the Consul process
Heap Objects
Number of objects allocated on the heap
Sys Bytes
Total size of the virtual address space reserved by the Go runtime
Malloc Count
Cumulative count of heap objects allocated
Free Count
Cumulative count of heap objects freed
Total GC pause ns
Cumulative nanoseconds in GC stop-the-world pauses since Consul started
Total GC runs
Number of completed GC cycles
Last updated
Was this helpful?