Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
The keys in the map returned my MetricGroup#getAllVariables are no longer surrounded by brackets, e.g., <job_id> is now stored as job_id.
Description
Internally, variable keys are stored with brackets, e.g., <job_id>.
In practice all reporters will filter these characters in one way or the other, and it overall is a subtle trap that we keep running into without providing any benefit.
We should get rid of them.