Add span name attribute to span rate limiter

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Networking & Observability
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      This will allow us to get stats for rate limiting, and in general how many spans were created (not rate limited) on a per-span basis. The main tricky thing with this is that the list of span names is not known at compile time do to commands being registered at static initialization time, so we either need dynamic attributes or a way to hold off on creating the counter until spans are registered.

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

              Created:
              Updated: