Skip to content

Commit

Permalink
Add Kubernetes CPU metric to JVM metric guide and dashboard
Browse files Browse the repository at this point in the history
Closes #1042

Signed-off-by: Michal Hajas <[email protected]>
  • Loading branch information
mhajas authored and pruivo committed Nov 14, 2024
1 parent 2304531 commit a8a06fe
Show file tree
Hide file tree
Showing 2 changed files with 877 additions and 822 deletions.
11 changes: 11 additions & 0 deletions doc/kubernetes/modules/ROOT/pages/running/metrics/jvm_metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,14 @@ m| jvm_gc_overhead
|===

Additional information on the {project_name} `metrics` endpoint can be found https://www.keycloak.org/server/configuration-metrics[here].

== CPU Usage in Kubernetes

|===
|Metric |Description

m| container_cpu_usage_seconds_total

| Cumulative cpu time consumed by the container in core-seconds.

|===
Loading

0 comments on commit a8a06fe

Please sign in to comment.