You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great documentation to get started with Open Telemetry on AWS. However I've noticed few bits of the documentation being slightly outdated.
Hello !
Thanks for the great documentation to get started with Open Telemetry on AWS. However I've noticed few bits of the documentation being slightly outdated.
Go context missing
The first example is missing
context.Context
as the first argument. https://aws-otel.github.io/docs/getting-started/go-sdk#installation-and-configurationPackages path
The ECS, and EKS detectors in the sections here and here are using a package which has been moved from:
go.opentelemetry.io/contrib/detectors/ecs
to I believego.opentelemetry.io/contrib/detectors/aws/ecs
go.opentelemetry.io/contrib/detectors/eks
to I believego.opentelemetry.io/contrib/detectors/aws/eks
Thanks
The text was updated successfully, but these errors were encountered: