Uses of Class
jline.streaming.SSAMetricPoint
Packages that use SSAMetricPoint
-
Uses of SSAMetricPoint in jline.streaming
Methods in jline.streaming that return SSAMetricPointModifier and TypeMethodDescriptionstatic SSAMetricPointSSAMetricPoint.arrivalRate(int station, int jobClass, double value, long timestampNanos) Create an arrival rate metric point.static SSAMetricPointSSAMetricPoint.arrivalRate(int station, int jobClass, String stationName, String className, double value, long timestampNanos) Create an arrival rate metric point with station/class names.static SSAMetricPointSSAMetricPoint.queueLength(int station, int jobClass, double value, long timestampNanos) Create a queue length metric point.static SSAMetricPointSSAMetricPoint.queueLength(int station, int jobClass, String stationName, String className, double value, long timestampNanos) Create a queue length metric point with station/class names.static SSAMetricPointSSAMetricPoint.responseTime(int station, int jobClass, double value, long timestampNanos) Create a response time metric point.static SSAMetricPointSSAMetricPoint.responseTime(int station, int jobClass, String stationName, String className, double value, long timestampNanos) Create a response time metric point with station/class names.static SSAMetricPointSSAMetricPoint.throughput(int station, int jobClass, double value, long timestampNanos) Create a throughput metric point.static SSAMetricPointSSAMetricPoint.throughput(int station, int jobClass, String stationName, String className, double value, long timestampNanos) Create a throughput metric point with station/class names.static SSAMetricPointSSAMetricPoint.utilization(int station, int jobClass, double value, long timestampNanos) Create a utilization metric point.static SSAMetricPointSSAMetricPoint.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 SSAMetricPointModifier and TypeMethodDescriptionbooleanHttpMetricsClient.sendMetrics(List<SSAMetricPoint> metrics) Send a batch of metrics to the HTTP receiver.booleanOtlpMetricsClient.sendMetrics(List<SSAMetricPoint> metrics) Send a batch of metrics to the OTLP receiver.