Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS SDK common and dynamodb conventions #1422

Merged
merged 37 commits into from
Mar 30, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
7f8fe28
Add semantic conventions for the AWS SDK.
Oct 15, 2020
b124776
Lint
Oct 15, 2020
1410a31
Initial MD -> YML
Oct 26, 2020
aa3b3b3
Fix
Oct 26, 2020
efcea38
Merge branch 'main' of github.com:open-telemetry/opentelemetry-specif…
Feb 10, 2021
e3e93a2
DynamoDB only
Feb 10, 2021
83b378c
Fix
Feb 10, 2021
faaad26
Update semantic_conventions/trace/instrumentation/aws-sdk.yml
anuraaga Feb 10, 2021
499a123
ref: aws.dynamodb
Feb 15, 2021
f801d4c
Update README
Feb 15, 2021
08bdd8e
Fix
Feb 15, 2021
81dc236
Copy brief
Feb 15, 2021
3a4e092
Inlined so don't need to show shared attributes
Feb 15, 2021
5f5fcbf
Update semantic_conventions/trace/instrumentation/aws-sdk.yml
anuraaga Feb 17, 2021
5e8db59
Shorten some names and no db.name
Feb 24, 2021
1777f83
Merge branch 'aws-sdk-conventions' of github.com:anuraaga/opentelemet…
Feb 24, 2021
28a9dc0
A duck is a duck
Feb 24, 2021
89446e9
Wording tweaks, rpc.system
Feb 24, 2021
9639b24
Don't lose the required
Feb 24, 2021
fe38bb2
Name
Feb 26, 2021
c65b660
Merge branch 'main' of github.com:open-telemetry/opentelemetry-specif…
Mar 4, 2021
1cfae0a
db.system / operation
Mar 4, 2021
4875126
Fix db.system
Mar 15, 2021
bf88561
Required
Mar 15, 2021
cce890b
Merge branch 'main' of github.com:open-telemetry/opentelemetry-specif…
Mar 19, 2021
edbab95
Update
Mar 19, 2021
01a9f62
Merge branch 'main' into aws-sdk-conventions
carlosalberto Mar 23, 2021
0a1860d
Merge branch 'main' of github.com:open-telemetry/opentelemetry-specif…
Mar 24, 2021
9896037
CHANGELOG
Mar 24, 2021
bdae745
Merge branch 'aws-sdk-conventions' of github.com:anuraaga/opentelemet…
Mar 24, 2021
dcae457
Merge branch 'main' of github.com:open-telemetry/opentelemetry-specif…
Mar 25, 2021
193755f
README
Mar 25, 2021
1b5cb8a
Consistency
Mar 25, 2021
582e065
Update CHANGELOG.md
Mar 26, 2021
2b10583
Fix table_name
Mar 27, 2021
4c78487
Merge branch 'aws-sdk-conventions' of github.com:anuraaga/opentelemet…
Mar 27, 2021
c38800c
Merge branch 'main' into aws-sdk-conventions
arminru Mar 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ release.

### Semantic Conventions

- Add semantic conventions for the AWS operations and DynamoDB([#1442](https://github.com/open-telemetry/opentelemetry-specification/pull/1422))
- Add semantic conventions for AWS SDK operations and DynamoDB ([#1442](https://github.com/open-telemetry/opentelemetry-specification/pull/1422))
anuraaga marked this conversation as resolved.
Show resolved Hide resolved
- Add details for filling semantic conventions for AWS Lambda ([#1442](https://github.com/open-telemetry/opentelemetry-specification/pull/1442))
- Update semantic conventions to distinguish between int and double ([#1550](https://github.com/open-telemetry/opentelemetry-specification/pull/1550))

### Compatibility
Expand Down
6 changes: 5 additions & 1 deletion specification/trace/semantic_conventions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ The following semantic conventions for spans are defined:
* [RPC/RMI](rpc.md): Spans for remote procedure calls (e.g., gRPC).
* [Messaging](messaging.md): Spans for interaction with messaging systems (queues, publish/subscribe, etc.).
* [FaaS](faas.md): Spans for Function as a Service (e.g., AWS Lambda).
* [AWS Lambda](instrumentation/aws-lambda.md): Details on populating attributes for AWS Lambda.
* [Exceptions](exceptions.md): Attributes for recording exceptions associated with a span.

The following instrumentation-specific semantic conventions are defined:
arminru marked this conversation as resolved.
Show resolved Hide resolved

* [AWS Lambda](instrumentation/aws-lambda.md): AWS Lambda
* [AWS SDK](instrumentation/aws-sdk.md): AWS SDK

Apart from semantic conventions for traces and [metrics](../../metrics/semantic_conventions/README.md),
OpenTelemetry also defines the concept of overarching [Resources](../../resource/sdk.md) with their own
[Resource Semantic Conventions](../../resource/semantic_conventions/README.md).