Open
Description
Component
OpenTelemetry.Instrumentation.ElasticsearchClient
Is your feature request related to a problem?
Network semantic convention uses deprecated attributes.
Its need to be updated to the latest one.
What is the expected behavior?
Instrumentation is using new semantic convention for network attributes. It is related to net.peer.ip
, net.peer.port
, and net.peer.name
. All of them should be replaced by network.peer.port
and network.peer.address
.
For the reference see https://github.com/open-telemetry/semantic-conventions/blob/v1.28.0/docs/database/database-spans.md
Code:
Which alternative solutions or features have you considered?
N/A
Additional context
No response