Store metric name key as StringData instead of std::string in MetricsService

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Networking & Observability
    • N&O 2026-04-13, N&O 2026-04-27
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The metric name is always a static StringData from metric_names.h so it is guaranteed to survive for the lifetime of the program. Thus, we can use it as the key to the map of metrics stored in MetricsService which would simplify the code a little and prevent some needless string copies.

            Assignee:
            Unassigned
            Reporter:
            Michael Nugent
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: