Uses of Class
com.nmontytskyi.monitoring.server.dto.request.MetricSnapshotRequest
Packages that use MetricSnapshotRequest
Package
Description
-
Uses of MetricSnapshotRequest in com.nmontytskyi.monitoring.server.controller
Methods in com.nmontytskyi.monitoring.server.controller with parameters of type MetricSnapshotRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MetricRecordResponse> MetricsController.pushSnapshot(@Valid MetricSnapshotRequest request) Method parameters in com.nmontytskyi.monitoring.server.controller with type arguments of type MetricSnapshotRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<MetricRecordResponse>> MetricsController.pushBatch(@Valid List<@Valid MetricSnapshotRequest> batch) -
Uses of MetricSnapshotRequest in com.nmontytskyi.monitoring.server.service
Methods in com.nmontytskyi.monitoring.server.service with parameters of type MetricSnapshotRequestModifier and TypeMethodDescriptionMetricsPersistenceService.saveEndpointSnapshot(MetricSnapshotRequest request) MetricsPersistenceService.saveEndpointSnapshot(MetricSnapshotRequest request, MetricRecordEntity.MetricSource source) Method parameters in com.nmontytskyi.monitoring.server.service with type arguments of type MetricSnapshotRequestModifier and TypeMethodDescriptionMetricsPersistenceService.saveBatch(List<MetricSnapshotRequest> requests) Saves a batch of metric snapshots in a single transaction.