README.md in aspecto-opentelemetry-instrumentation-aws_sdk-0.1.8 vs README.md in aspecto-opentelemetry-instrumentation-aws_sdk-0.3.0
- old
+ new
@@ -17,11 +17,10 @@
To install the instrumentation, call `use` with the name of the instrumentation.
```ruby
OpenTelemetry::SDK.configure do |c|
c.use 'OpenTelemetry::Instrumentation::AwsSdk', {
- extract_messaging_context: true,
inject_messaging_context: true,
suppress_internal_instrumentation: true
}
end
```
@@ -57,10 +56,9 @@
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/blob/main/LICENSE
+[license-github]: https://github.com/open-telemetry/opentelemetry-ruby-contrib/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
-