Commit 03df0ce
Add tokio runtime and task metrics to stats API (#20985)
* Add tokio runtime and task metrics to stats
Signed-off-by: Ajay Raj Nelapudi <ajnelapu@amazon.com>
* Expose limited fields from tokio-metrics
Signed-off-by: Ajay Raj Nelapudi <ajnelapu@amazon.com>
* Move from proto to long[] for returning metrics across JNI
Signed-off-by: Ajay Raj Nelapudi <ajnelapu@amazon.com>
* Remove unused proto dependencies
Signed-off-by: Ajay Raj Nelapudi <ajnelapu@amazon.com>
---------
Signed-off-by: Ajay Raj Nelapudi <ajnelapu@amazon.com>
Co-authored-by: Ajay Raj Nelapudi <ajnelapu@amazon.com>1 parent 0ca3069 commit 03df0ce
43 files changed
Lines changed: 1930 additions & 77 deletions
File tree
- libs/vectorized-exec-spi
- src
- main/java/org/opensearch/vectorized/execution/metrics
- test/java/org/opensearch/vectorized/execution/metrics
- plugins/engine-datafusion
- jni
- src
- licenses
- src/main
- java/org/opensearch/datafusion
- core
- jni
- resources/META-INF/services
- server
- src
- main/java/org/opensearch
- action/admin/cluster
- node/stats
- stats
- common/cache
- node
- plugins
- test/java/org/opensearch
- action/admin/cluster
- node/stats
- stats
- cluster
- common/cache
- test/framework/src/main/java/org/opensearch
- cluster
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
| 41 | + | |
33 | 42 | | |
Lines changed: 68 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
0 commit comments