| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
7f07a5d24b |
MT#55283 move stats struct defs to kernel module
These will be shared between userspace and kernel space and so the definitions must be part of the kernel includes. Change-Id: Iabf7a4ecff3638ea1765a6d7341bb24e9955b509 |
2 years ago |
|
|
fbf7550f86 |
MT#55283 collect sampled interface stats
Change-Id: I3884a75469b463a1287a77c9b8a3b408246652e6 |
3 years ago |
|
|
1cb7e0e05a |
MT#55283 split up gauge stats bookkeeping
Distinguish between two different types of "gauge" type metrics: Actual gauges which (at least conceptually) have a single continuous value, and metrics which are comprised of discretely sampled values, possibly from multiple sources. Real gauges with continuous values don't have mean/average/deviation values directly associated with them, as calculating these requires sampling or some other analysis. Sampled metrics on the other hand do have these associated values. Clarify which function does what and where each value comes from. Change-Id: Iff5dd844b70ff70979b1b8c84dc7734d44b3da20 |
3 years ago |