solana/metrics/src
Michael Vines 3f4731b37f Standardize thread names
Tenets:
1. Limit thread names to 15 characters
2. Prefix all Solana-controlled threads with "sol"
3. Use Camel case. It's more character dense than Snake or Kebab case
2022-08-20 07:49:39 -07:00
..
counter.rs metric optimization: simply data structure used for metric datapoints and counter storage (#24447) 2022-04-27 09:11:29 -05:00
datapoint.rs Allow metric tag values to be runtime configurable (#25615) 2022-06-06 12:14:38 -05:00
lib.rs metric optimization: simply data structure used for metric datapoints and counter storage (#24447) 2022-04-27 09:11:29 -05:00
metrics.rs Standardize thread names 2022-08-20 07:49:39 -07:00
poh_timing_point.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00