Skip to content

Commit

Permalink
Mention pod metrics in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed May 3, 2024
1 parent d9e5042 commit d07186c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ AppSignal for Kubernetes will start sending Kubernetes automatically.

## Metrics

AppSignal for Kubernetes extracts metrics for all nodes running in a cluster every minute.
AppSignal for Kubernetes extracts metrics for all nodes and pods running in a cluster every minute.

It extracts the following metrics from the `/api/v1/nodes/<NODE>/proxy/stats/summary` endpoint:

### Node metrics

- node_cpu_usage_nano_cores
- node_cpu_usage_core_nano_seconds
- node_memory_usage_bytes
Expand All @@ -41,6 +43,14 @@ It extracts the following metrics from the `/api/v1/nodes/<NODE>/proxy/stats/sum
- node_swap_available_bytes
- node_swap_usage_bytes

### Pod metrics

- pod_cpu_usage_nano_cores
- pod_cpu_usage_core_nano_seconds
- pod_memory_working_set_bytes
- pod_swap_available_bytes
- pod_swap_usage_bytes

## Automated Dashboard

After installing AppSignal for Kubernetes into a cluster, an Automated Dashboard automatically appears on AppSignal showing you an overview of the nodes in your Kubernetes cluster.
Expand Down

0 comments on commit d07186c

Please sign in to comment.