opentelemetry-erlang-contrib
opentelemetry-erlang-contrib copied to clipboard
HTTPoision: use atoms for span keys
The other HTTP client implementations use atoms for span keys. Update the HTTPoison integration for consistency.
This shouldn't have any impact other than in testing.
This consistency is useful in that I'm working on a small suite of tests where I generate the same tests for each HTTP client and ensure they produce similar spans.