MutexStats

    Proto representation of the statistics collected upon absl::Mutex contention, if Envoy is run under . For more information, see the absl::Mutex [docs]().

    NB: The wait cycles below are measured by absl::base_internal::CycleClock, and may not correspond to core clock frequency. For more information, see the CycleClock [docs](https://github.com/abseil/abseil-cpp/blob/master/absl/base/internal/cycleclock.h).

    () The number of individual mutex contentions which have occurred since startup.

    current_wait_cycles

    lifetime_wait_cycles

    (uint64) The lifetime total of all contention wait cycles.