Open
Description
Describe the bug
While working on #1737, I noticed that some sqlMetrics has trailing whitespaces.
It will be nice to trim those names with minimum number of operations. In other words, we don't want to call trim everytime we access a sqlMetric. Instead, we should make sure that it happens only once.