We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a834976 commit 9e4cd94Copy full SHA for 9e4cd94
agent-plugins/agent-cpu-plugin/src/main/java/cloud/erda/agent/plugin/cpu/ProcessCPUUsageProvider.java
@@ -24,7 +24,7 @@
24
25
public class ProcessCPUUsageProvider implements CPUDefaultProvider {
26
27
- private static final String METRIC_NAME = "process_cpu_usage";
+ private static final String METRIC_NAME = "jvm_process_cpu_usage";
28
private final ThreadMXBean threadBean;
29
boolean isFirst = true;
30
private long preNanoTime = System.nanoTime();
0 commit comments