All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentelemetry.api.metrics.ObservableMeasurement Maven / Gradle / Ivy

/*
 * Copyright The OpenTelemetry Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package io.opentelemetry.api.metrics;

/**
 * A mechanism for observing measurments.
 *
 * 

see {@link ObservableDoubleMeasurement} or {@link ObservableLongMeasurement}. */ public interface ObservableMeasurement {}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy