Package io.opentelemetry.instrumentation.api.instrumenter.net
-
Interface Summary Interface Description NetClientAttributesGetter<REQUEST,RESPONSE> An interface for getting client-based network attributes.NetServerAttributesGetter<REQUEST> An interface for getting server-based network attributes. -
Class Summary Class Description InetSocketAddressNetClientAttributesGetter<REQUEST,RESPONSE> Extractor of Network attributes from aInetSocketAddress.InetSocketAddressNetServerAttributesGetter<REQUEST> Extractor of Network attributes from aInetSocketAddress.NetClientAttributesExtractor<REQUEST,RESPONSE> Extractor of Network attributes.NetServerAttributesExtractor<REQUEST,RESPONSE> Extractor of Network attributes.