Open andrewhr opened 1 year ago
Worth noting this PR is a bit old, done when ServiceMetadata struct was a thing. Given metadata is now just a plain Map, an alternative is to include the action_name
as part of the metadata.
@andrewhr Sorry to dig this up as this seems to have fallen between chairs. Any chance you can rebase and pick this up so we can get it back into a mergeable state? 👍
This extra bit of information is useful in the context of telemetry, specifically OpenTelemetry, as it allow us to adhere to Semantic Attributes for AWS.
To reduce coordination efforts, this change will only affect aws-elixir. A further patch can address aws-erlang to achieve parity.