Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include action on REST calls #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewhr
Copy link

@andrewhr andrewhr commented Dec 1, 2022

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.

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][1].

To reduce coordination efforts, this change will only affect aws-elixir.
A further patch can address aws-erlang to achieve parity.

[1]: https://github.com/open-telemetry/opentelemetry-specification/blob/0a4c6656d1ac1261cfe426b964fd63b1c302877d/specification/trace/semantic_conventions/instrumentation/aws-sdk.md
@andrewhr
Copy link
Author

andrewhr commented Dec 1, 2022

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.

@onno-vos-dev
Copy link
Member

@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? 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants