• Kelvin Fichter's avatar
    fix(cmn): proper snake case for metric names · 5ae15042
    Kelvin Fichter authored
    Fixes the snake case function for metric names to properly account for
    strings which include "L1" or "L2". Normally these would be split into
    "L_1" and "L_2" respectively, but we want to join these since they're
    quite common and "L_1" looks silly.
    5ae15042
Name
Last commit
Last update
..
common-ts Loading commit data...
contracts Loading commit data...
core-utils Loading commit data...
data-transport-layer Loading commit data...
message-relayer Loading commit data...
replica-healthcheck Loading commit data...
sdk Loading commit data...
smock Loading commit data...