Interface HierarchicalNameMapper


public interface HierarchicalNameMapper
Defines the mapping between a combination of name + dimensional tags and a hierarchical name.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static HierarchicalNameMapper DEFAULT
    Sort tags alphabetically by key and append tag key values to the name with '.', e.g.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toHierarchicalName​(Meter.Id id, NamingConvention convention)  
  • Field Details

    • DEFAULT

      static final HierarchicalNameMapper DEFAULT
      Sort tags alphabetically by key and append tag key values to the name with '.', e.g. http_server_requests.response.200.method.GET
  • Method Details