ex-aws / ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir
https://hex.pm/packages/ex_aws
MIT License
1.26k stars 521 forks source link

Add operation name to telemetry metadata closes #930 #933

Closed juancgalvis closed 1 year ago

juancgalvis commented 1 year ago

Improve telemetry events with name of the operation, the new events will look like:

%{
  attempt: 1,
  options: [],
  result: :ok,
  service: :secretsmanager,
  operation: "secretsmanager.GetSecretValue"
  telemetry_span_context: #Reference<0.3450093779.1724645383.45512>
}
bernardd commented 1 year ago

Thanks @juancgalvis - would you be able to run mix format over this, then we'll get it merged. Cheers!

juancgalvis commented 1 year ago

Thanks @juancgalvis - would you be able to run mix format over this, then we'll get it merged. Cheers!

I'm sorry for the mistake, I have already formatted it.

bernardd commented 1 year ago

No worries at all - thanks very much!