-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Note
Update from Powertools for AWS Team: We are happy to announce that we are considering this feature and have published an RFC to ask your feedback. Please head over to #90 and let us know what you think!
OpenTelemetry provides open source APIs, libraries, and agents to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) of distributed applications.
Because there is a few overlap between the lambda power tools and OpenTelemetry, it would be nice to see how the layer provided can be reused or merged:
https://github.com/open-telemetry/opentelemetry-lambda/tree/main/python
Another important aspect, although it has not been fully finalized yet, is to follow the Log Data Model defined in the OpenTelemetry spec so that the context can be later related to both metric and trace.