Uses of Class
jline.streaming.SSAMetricPoint

Packages that use SSAMetricPoint
Package
Description
 
  • Uses of SSAMetricPoint in jline.streaming

    Methods in jline.streaming that return SSAMetricPoint
    Modifier and Type
    Method
    Description
    SSAMetricPoint.arrivalRate(int station, int jobClass, double value, long timestampNanos)
    Create an arrival rate metric point.
    SSAMetricPoint.arrivalRate(int station, int jobClass, String stationName, String className, double value, long timestampNanos)
    Create an arrival rate metric point with station/class names.
    SSAMetricPoint.queueLength(int station, int jobClass, double value, long timestampNanos)
    Create a queue length metric point.
    SSAMetricPoint.queueLength(int station, int jobClass, String stationName, String className, double value, long timestampNanos)
    Create a queue length metric point with station/class names.
    SSAMetricPoint.responseTime(int station, int jobClass, double value, long timestampNanos)
    Create a response time metric point.
    SSAMetricPoint.responseTime(int station, int jobClass, String stationName, String className, double value, long timestampNanos)
    Create a response time metric point with station/class names.
    SSAMetricPoint.throughput(int station, int jobClass, double value, long timestampNanos)
    Create a throughput metric point.
    SSAMetricPoint.throughput(int station, int jobClass, String stationName, String className, double value, long timestampNanos)
    Create a throughput metric point with station/class names.
    SSAMetricPoint.utilization(int station, int jobClass, double value, long timestampNanos)
    Create a utilization metric point.
    SSAMetricPoint.utilization(int station, int jobClass, String stationName, String className, double value, long timestampNanos)
    Create a utilization metric point with station/class names.
    Method parameters in jline.streaming with type arguments of type SSAMetricPoint
    Modifier and Type
    Method
    Description
    boolean
    HttpMetricsClient.sendMetrics(List<SSAMetricPoint> metrics)
    Send a batch of metrics to the HTTP receiver.
    boolean
    OtlpMetricsClient.sendMetrics(List<SSAMetricPoint> metrics)
    Send a batch of metrics to the OTLP receiver.