Package io.opentelemetry.instrumentation.api.semconv.network
@ParametersAreNonnullByDefault
package io.opentelemetry.instrumentation.api.semconv.network
This module contains the implementation of the
OpenTelemetry server, client and shared network attributes semantic conventions.
-
ClassDescriptionClientAttributesExtractor<REQUEST,
RESPONSE> Extractor of client attributes.ClientAttributesGetter<REQUEST>An interface for getting attributes describing a network client.NetworkAttributesExtractor<REQUEST,RESPONSE> Extractor of network attributes.NetworkAttributesGetter<REQUEST,RESPONSE> An interface for getting network attributes.ServerAttributesExtractor<REQUEST,RESPONSE> Extractor of server attributes.ServerAttributesGetter<REQUEST>An interface for getting attributes describing a network server.