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 24 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
6 changes: 5 additions & 1 deletion semantic_conventions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ The YAML descriptions of semantic convention contained in this directory are int
be used by the various OpenTelemetry language implementations to aid in automatic
generation of semantics-related code.

## Writing semantic conventions

Refer to the [syntax](./syntax.md) for how to write the YAML files for semantic conventions.

## Generation

These YAML files are used by the make target `table-generation` to generate consistently
formattted Markdown tables for all semantic conventions in the specification. Run it from the root of this repository using the command
formatted Markdown tables for all semantic conventions in the specification. Run it from the root of this repository using the command

```
make table-generation
Expand Down
Loading