com.azure.core.util.TelemetryAttributes Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.core.util;
/**
* Generic attribute collection applicable to metrics, tracing and logging implementations.
* Implementation is capable of handling different attribute types, caching and optimizing the internal representation.
*/
public interface TelemetryAttributes {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy