open-telemetry / opentelemetry-dotnet-contrib

This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
https://opentelemetry.io
Apache License 2.0
421 stars 251 forks source link

Adding rpc.system for AWS SDK specifications as per Semantic Conventions #1857

Closed birojnayak closed 2 weeks ago

birojnayak commented 3 weeks ago

Component

OpenTelemetry.Instrumentation.AWS

Is your feature request related to a problem?

No, this is not a problem, but a feature request for internal service to work. This feature is available in other languages like java, python, we are bringing in .net.

What is the expected behavior?

rpc.system should be populated based on the schema mentioned here

Which alternative solutions or features have you considered?

n/a

Additional context

this is required for us to give same experience to our customers across all programming languages.

yiran29 commented 3 weeks ago

Will work to update span tag based on Semantic Conventions: https://opentelemetry.io/docs/specs/semconv/cloud-providers/aws-sdk/