Astradot
  • Home
  • Release Notes
  • Security and Privacy
  • System Agent
    • Installation on Linux
    • Datadog Agent Integration
    • Installation on Kubernetes
    • Datadog Agent Integration
    • Environment Variables
    • Config File
    • AWS Integration
  • Application Agent
    • Java Agent
  • Infrastructure Integrations
    • Apache
    • AWS ElasticCache
    • AWS RDS
    • HAProxy
    • MongoDB
    • MySQL
    • Nginx
    • PgBouncer
    • PostgreSQL
    • RabbitMQ
    • Redis
    • Consul
    • Etcd
    • Oracle
Powered by GitBook
On this page
  • Integration Installation
  • Metrics

Was this helpful?

  1. Infrastructure Integrations

Consul

Integration Installation

  1. Install the Astradot Infra Agent on your server

  2. Edit /etc/astradot-infra/integrations/consul.toml

    #For every consul instance to monitor, add an [[instance]] block
    [[instance]]
    url = "http://localhost:8500"
  3. Restart astradot-infra agent

    service astradot-infra restart

Metrics

Metric
Description

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

PreviousRedisNextEtcd

Last updated 2 years ago

Was this helpful?