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

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

There is a newer version: 2.0.1.0-RC1
Show newest version
/*
 * Copyright The OpenTelemetry Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package io.opentelemetry.api.metrics;

/**
 * Super interface for observing measurements.
 *
 * @see ObservableLongMeasurement
 * @see ObservableDoubleMeasurement
 * @since 1.15.0
 */
public interface ObservableMeasurement {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy