System Logging and Monitoring

Adeptia Connect supports the centralized logging to track and visualise the system level logs generated by each micro-service from a single unified place. All the Microservices in Adeptia Connect writes its logs to standard output and standard error streams which ensures that the logs can be collected from a central location and can be visualised by any external logging solutions like EFK stack.

Adeptia Connect also supports the centralised monitoring to track and monitor the system level health and statuses. You can use Prometheus and Grafana for monitoring the Adeptia Connect resources. Adeptia also provides the following ready to use dashboards that can be imported directly to Grafana UI.

  1. JVM: Provides information about:
    1. JVM memory

    2. Process memory (provided by micrometer-jvm-extras)

    3. CPU-Usage, Load, Threads, Thread States, File Descriptors, Log Events

    4. JVM Memory Pools (Heap, Non-Heap)

    5. Garbage Collection

    6. Classloading

  2. Kubernetes Nodes: Dashboard to get an overview of one kubernetes node.Kubernetes dashboard to track node specific metrics: Idle CPU, System load, Memory Usage, Disk I/O, Disk space usage, Network received/transmitted
  3. Kubernetes Persistent Volumes usage: Gives insight of PV usage.
  4. Database Connection Pool: Provides information about pool size, active connections and idle connections from backend and log database per micro-service instance.
  5. Thread Info: Provides information about live thread count, peak thread count, dead lock thread count and thread states per micro-service instance.