diff options
author | Eric Holk <eholk@google.com> | 2021-02-17 12:48:53 -0800 |
---|---|---|
committer | Treehugger Robot <treehugger-gerrit@google.com> | 2021-03-04 16:39:03 +0000 |
commit | 39d529f45bad3ecf2bd6b376a049fde6cb0c21b4 (patch) | |
tree | 79cc268c360fb4f054bf242c8f4d35d7a90f30ee /openjdkjvmti | |
parent | 4e7b3c78854d9639758e2519ae29f86a6799857b (diff) |
Revert^2 "[metrics] Add StatsdBackend"
Adds a new backend that allows reporting ART's metrics to statsd, where
they can then be uploaded to Westworld.
Manual Testing Instructions:
Run the following commands.
m statsd_testdrive
adb shell setprop dalvik.vm.extra-opts \
-Xwrite-metrics-to-statsd\\\ \
-Xwrite-metrics-to-log\\\ \
-Xmetrics-reporting-period=10
adb shell stop && adb shell start
statsd_testdrive 332
After about a minute, you should see several atoms logged from ART.
This reverts commit dbad1ef673140c66cdbcbbf40424674ae8e2b4c8.
Reason for revert: Added statsd apex to prebuilts
Bug: 178236337
Test: Manual, see above
Test: see instructions on https://r.android.com/1591932
Change-Id: I2071983c04c51efe88df6a56c59fc418fe6e9424
Diffstat (limited to 'openjdkjvmti')
-rw-r--r-- | openjdkjvmti/ti_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openjdkjvmti/ti_thread.cc b/openjdkjvmti/ti_thread.cc index c9e58094c4..bb8fa3b694 100644 --- a/openjdkjvmti/ti_thread.cc +++ b/openjdkjvmti/ti_thread.cc @@ -45,7 +45,7 @@ #include "gc/system_weak.h" #include "gc_root-inl.h" #include "jni/jni_internal.h" -#include "metrics_reporter.h" +#include "metrics/reporter.h" #include "mirror/class.h" #include "mirror/object-inl.h" #include "mirror/string.h" |