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

com.azure.core.util.TelemetryAttributes Maven / Gradle / Ivy

There is a newer version: 1.54.1
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.core.util;

import com.azure.core.annotation.Immutable;

/**
 * Generic attribute collection applicable to metrics, tracing and logging implementations.
 * Implementation is capable of handling different attribute types, caching and optimizing the internal representation.
 */
@Immutable
public interface TelemetryAttributes {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy