Package io.micrometer.dynatrace.types
Interface DynatraceSummarySnapshotSupport
- All Known Implementing Classes:
DynatraceDistributionSummary,DynatraceTimer
public interface DynatraceSummarySnapshotSupport
Interface for retrieving a
DynatraceSummarySnapshot.- Since:
- 1.9.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.since 1.9.8.takeSummarySnapshot(TimeUnit unit)
-
Method Details
-
hasValues
Deprecated.since 1.9.8. This method might lead to problems with a race condition if values are added to the summary after reading the number of values already recorded. Take a snapshot and useDynatraceSummarySnapshot.getCount()instead. -
takeSummarySnapshot
DynatraceSummarySnapshot takeSummarySnapshot() -
takeSummarySnapshot
-
takeSummarySnapshotAndReset
DynatraceSummarySnapshot takeSummarySnapshotAndReset() -
takeSummarySnapshotAndReset
-