Package io.sentry.metrics
Class LocalMetricsAggregator
java.lang.Object
io.sentry.metrics.LocalMetricsAggregator
Correlates metrics to spans. See the RFC
for more details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(@NotNull String bucketKey, @NotNull MetricType type, @NotNull String key, double value, @Nullable MeasurementUnit unit, @Nullable Map<String, String> tags) @NotNull Map<String,
List<MetricSummary>>
-
Constructor Details
-
LocalMetricsAggregator
public LocalMetricsAggregator()
-
-
Method Details
-
add
public void add(@NotNull @NotNull String bucketKey, @NotNull @NotNull MetricType type, @NotNull @NotNull String key, double value, @Nullable @Nullable MeasurementUnit unit, @Nullable @Nullable Map<String, String> tags) -
getSummaries
-