README.md in aspecto-opentelemetry-instrumentation-aws_sdk-0.3.0 vs README.md in aspecto-opentelemetry-instrumentation-aws_sdk-0.4.1
- old
+ new
@@ -18,10 +18,11 @@
```ruby
OpenTelemetry::SDK.configure do |c|
c.use 'OpenTelemetry::Instrumentation::AwsSdk', {
inject_messaging_context: true,
+ extract_messaging_context: true,
suppress_internal_instrumentation: true
}
end
```
@@ -56,9 +57,10 @@
Apache 2.0 license. See [LICENSE][license-github] for more information.
[aws-sdk-home]: https://github.com/aws/aws-sdk-ruby
[bundler-home]: https://bundler.io
[repo-github]: https://github.com/open-telemetry/opentelemetry-ruby
-[license-github]: https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/LICENSE
+[license-github]: https://github.com/open-telemetry/opentelemetry-ruby/blob/main/LICENSE
[ruby-sig]: https://github.com/open-telemetry/community#ruby-sig
[community-meetings]: https://github.com/open-telemetry/community#community-meetings
[discussions-url]: https://github.com/open-telemetry/opentelemetry-ruby/discussions
+