Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ken RowlandKen RowlandReporter
Ken RowlandKen RowlandPriority
LowFix versions
Pull Request URL
Details
Details
Assignee
Ken Rowland
Ken RowlandReporter
Ken Rowland
Ken RowlandPriority
Fix versions
Pull Request URL
Created January 6, 2025 at 8:37 PM
Updated January 14, 2025 at 6:18 PM
Resolved January 14, 2025 at 6:18 PM
During a metric report, sinks must build a unique name for each metric based on the base name, metadata and a units string This currently has to be done on each report for each metric. Since this information is immutable for each metric, it is extra processing that is redundant. While reports are not that often, if 100s of metrics are reported, the time to regenerate metric report names for each metric on each report will add up. Adding a unique ID to each metric allows sinks to build the report names, and other per metric values, a single time and reuse them.