Installation
To start reporting Kubernetes cluster metrics to AppSignal:Store your AppSignal API key in a secret
Create a secret in your Kubernetes cluster containing your AppSignal app-specific push API key:Deploy to your cluster
Once you’ve created the AppSignal API key secret, add the AppSignal for Kubernetes deployment to your cluster:appsignal namespace and deploy AppSignal for Kubernetes in that namespace.
Alternatively, install AppSignal for Kubernetes through its Helm chart:
Bash
Cluster Metrics
In AppSignal, the Host Metrics page will now be replaced with a Cluster Metrics page to show information about pods and nodes in your cluster. You will be able to see graphs representing useful metrics over time, such as:- CPU Usage: CPU usage stats per node or pod
- Memory Usage: memory usage statistics, comparing the used memory to what’s available per node or pod
- Swap Usage: swap usage statistics, comparing the used swap to what’s available per node or pod
- Disk Usage: disk usage statistics, comparing the used disk space to what’s available per node
- Network usage: network usage, split by received and transmitted bytes, per node