Open
Description
They are internally concatenated to a plain metric name. The protobuf, which is always mentioned as the canonical representation of a metric, doesn't support it either. It's also an arbitrary hierarchy that's not generally applicable.
We essentially instrument at a higher abstraction level than we can ever get out the instrumentation. It's just overhead for developers and makes it hard to search code for metrics.
If users want the convenience strings.Join(hierarchry, "_")
is something everyone can write their own helper for.