Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix Metrics Names in Reader #536

Open
khushbr opened this issue Dec 12, 2020 · 0 comments
Open

Fix Metrics Names in Reader #536

khushbr opened this issue Dec 12, 2020 · 0 comments

Comments

@khushbr
Copy link
Contributor

khushbr commented Dec 12, 2020

  1. StatExceptionCode Class
-  JVM_THREAD_ID_NO_LONGER_EXISTS("JVM_THREAD_ID_NO_LONGER_EXISTS"),
-  ES_REQUEST_INTERCEPTOR_ERROR("ES_REQUEST_INTERCEPTOR_ERROR"),
+  JVM_THREAD_ID_NO_LONGER_EXISTS("JVMThreadIdNoLongerExists"),
+  ES_REQUEST_INTERCEPTOR_ERROR("EsRequestInterceptorError"),
  1. RcaVerticesMetrics Class
   NUM_OLD_GEN_RCA_TRIGGERED(
-      "YoungGenRcaCount", "count", Collections.singletonList(Statistics.COUNT)),
+      "OldGenRcaCount", "count", Collections.singletonList(Statistics.COUNT)),
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant