Package io.sentry.metrics
Class CounterMetric
java.lang.Object
io.sentry.metrics.Metric
io.sentry.metrics.CounterMetric
Counters track a value that can only be incremented.
-
Constructor Summary
ConstructorDescriptionCounterMetric
(@NotNull String key, double value, @Nullable MeasurementUnit unit, @Nullable Map<String, String> tags) -
Method Summary
-
Constructor Details
-
CounterMetric
public CounterMetric(@NotNull @NotNull String key, double value, @Nullable @Nullable MeasurementUnit unit, @Nullable @Nullable Map<String, String> tags)
-
-
Method Details