Package org.eclipse.microprofile.metrics
Interface Sampling
public interface Sampling
An object which samples values.
- 
Method Summary
 
- 
Method Details
- 
getSnapshot
Snapshot getSnapshot()Returns a snapshot of the values.- Returns:
 - a snapshot of the values
 
 
 -