com.appsflyer.otelawsmetrics.MetricStrategy Maven / Gradle / Ivy
package com.appsflyer.otelawsmetrics;
import io.opentelemetry.api.common.Attributes;
import software.amazon.awssdk.metrics.MetricRecord;
@FunctionalInterface
public interface MetricStrategy {
void record(MetricRecord> metricRecord, Attributes attributes);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy