avito-tech / bioyino

High performance and high-precision multithreaded StatsD server
The Unlicense
228 stars 22 forks source link

Feature request: allow change naming scheme for compability with different statsd implementations #38

Closed msaf1980 closed 4 years ago

msaf1980 commented 5 years ago

Different realization of StatsD has different naming scheme

Add option for rename some names with regex or simple string pattern, like

{ "^percentile." = "p", "^min$" = "lower", "^max$" = "upper" }

ihard commented 4 years ago
+ 100500
Albibek commented 4 years ago

This is solved in 0.6.0. See config.toml or CHANGELOG for details