Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 905a85c

Browse files
authored
add sqs doc link
1 parent cf34568 commit 905a85c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/plugin-aws-sdk/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,10 @@ awsPluginConfig = {
7373
### Specific Service Logic
7474
AWS contains dozens of services accessible with the JS SDK. For many services, the default attributes specified above are enough, but other services have specific [trace semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/trace/semantic_conventions), or need to inject/extract intra-process context, or set intra-process context correctly.
7575

76+
Specific service logic currently implemented for:
77+
* [SQS](./docs/sqs.md)
78+
79+
---
80+
7681
This plugin is a work in progress. We implemented some of the specific trace semantics for some of the services, and strive to support more services and extend the already supported services in the future. You can [Open an Issue](https://github.com/aspecto-io/opentelemetry-ext-js/issues), or [Submit a Pull Request](https://github.com/aspecto-io/opentelemetry-ext-js/pulls) if you want to contribute.
7782

0 commit comments

Comments
 (0)