Uses of Class
com.nmontytskyi.monitoring.starter.client.dto.MetricPushRequest
Packages that use MetricPushRequest
Package
Description
-
Uses of MetricPushRequest in com.nmontytskyi.monitoring.starter.buffer
Methods in com.nmontytskyi.monitoring.starter.buffer with parameters of type MetricPushRequestModifier and TypeMethodDescriptionvoidMetricsBuffer.add(MetricPushRequest request) Adds a metric to the buffer. -
Uses of MetricPushRequest in com.nmontytskyi.monitoring.starter.client
Methods in com.nmontytskyi.monitoring.starter.client with parameters of type MetricPushRequestModifier and TypeMethodDescriptionvoidMonitoringServerClient.pushMetric(MetricPushRequest request) Pushes a single metric snapshot (used by@MonitoredEndpointpath).Method parameters in com.nmontytskyi.monitoring.starter.client with type arguments of type MetricPushRequestModifier and TypeMethodDescriptionvoidMonitoringServerClient.pushMetricBatch(List<MetricPushRequest> batch) Pushes a batch of metric snapshots in a single HTTP call.