Crate stats_traits

source ·

Modules

  • Provides dynamic versions of the thread local stats. Dynamic here means that the name of the counter is being decided in runtime. If you use the define_stats! to define a dynamic stat then the pattern that is used to format the key and the arguments used in that pattern are statically checked.
  • Provides struct field versions of the thread local stats.