-
Hi there, I see PR to add SDK metrics / spans was merged last week and it is a part of the latest release #2798 Just would like to clarify a few things:
Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
They were added for every service. You were likely looking at one of the development PRs that only re-generated the s3 client. In terms of enabling them -- they're technically on right now, but the trace and meter providers default to no-op implementations. We separately released concrete OTEL SDK adapters you can hook up to clients, which is going to be the easiest way to actually capture traces/metrics and send them somewhere, I'm planning on getting an announcement post out with more detailed instructions on how to do this tomorrow.
In advance of a formal announcement, the package docs for each of these have example code that shows how they're used. |
Beta Was this translation helpful? Give feedback.
-
(consolidated my response, see above) |
Beta Was this translation helpful? Give feedback.
-
awesome, thank you so much! looking forward to the announcement too |
Beta Was this translation helpful? Give feedback.
They were added for every service. You were likely looking at one of the development PRs that only re-generated the s3 client.
In terms of enabling them -- they're technically on right now, but the trace and meter providers default to no-op implementations.
We separately released concrete OTEL SDK adapters you can hook up to clients, which is going to be the easiest way to actually capture traces/metrics and send them somewhere, I'm planning on getting an announcement post out with more detailed instructions on how to do this tomorrow.
In advance of…