MetricType

public enum MetricType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case asgaveragecpuutilization = "ASGAverageCPUUtilization"
  • Undocumented

    Declaration

    Swift

    case asgaveragenetworkin = "ASGAverageNetworkIn"
  • Undocumented

    Declaration

    Swift

    case asgaveragenetworkout = "ASGAverageNetworkOut"
  • Undocumented

    Declaration

    Swift

    case albrequestcountpertarget = "ALBRequestCountPerTarget"
  • Declaration

    Swift

    public var description: String { get }