Open
Description
Shouldn't name/labels use SmartString
inside? Almost all dynamic label values in my production fit in 23 bytes. Also, values of u64
also fit in 23 bytes. IPv4+port also fits into 23 bytes.
metrics
already have custom Cow
implementation, what about altering the Owned
type to SmartString
?