package stats
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
              Visibility
              
        - Public
- All
Type Members
- 
      
      
      
        
      
    
      
        
        trait
      
      
        Metrics extends MetricReporter with AppLogging
      
      
      A trait that provides metric reporting feature for kamon A trait that provides metric reporting feature for kamon OverviewThe trait can be used for kamon since it extends kamon.MetricReporter. 
- 
      
      
      
        
      
    
      
        final 
        case class
      
      
        MetricsKey(key: String, tenant: Option[Tenant]) extends Product with Serializable
      
      
      A metrics key A metrics key - key
- An underlying value which represents the key of the metric. 
- tenant
- Somefor tenant-specific values,- Nonefor system-common values
 
- 
      
      
      
        
      
    
      
        final 
        case class
      
      
        MetricsValue(value: String) extends AnyVal with Product with Serializable
      
      
      A metrics value A metrics value - value
- An underlying value which represents the value of the metric. 
 
Value Members
- 
      
      
      
        
      
    
      
        
        object
      
      
        Metrics
      
      
      An object that provides metrics reporting features for kamon 
- 
      
      
      
        
      
    
      
        
        object
      
      
        MetricsMultiTenantSupport
      
      
      An object that provides extension methods related to multi-tenant features