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

Update semantic-conventions to c6efa4b, and drop normalization step #2998

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion content-modules/semantic-conventions
Submodule semantic-conventions updated 58 files
+17 −3 docs/README.md
+8 −1 docs/cloud-providers/README.md
+5 −1 docs/cloud-providers/aws-sdk.md
+8 −1 docs/cloudevents/README.md
+5 −1 docs/cloudevents/cloudevents-spans.md
+8 −1 docs/database/README.md
+4 −0 docs/database/cassandra.md
+4 −0 docs/database/cosmosdb.md
+4 −0 docs/database/couchdb.md
+1 −1 docs/database/database-metrics.md
+5 −1 docs/database/database-spans.md
+4 −0 docs/database/dynamodb.md
+5 −1 docs/database/elasticsearch.md
+5 −1 docs/database/graphql.md
+4 −0 docs/database/hbase.md
+4 −0 docs/database/mongodb.md
+4 −0 docs/database/mssql.md
+4 −0 docs/database/redis.md
+5 −1 docs/database/sql.md
+8 −1 docs/exceptions/README.md
+4 −0 docs/exceptions/exceptions-logs.md
+4 −0 docs/exceptions/exceptions-spans.md
+8 −1 docs/faas/README.md
+1 −1 docs/faas/faas-metrics.md
+7 −3 docs/faas/faas-spans.md
+8 −1 docs/feature-flags/README.md
+4 −0 docs/feature-flags/feature-flags-logs.md
+5 −1 docs/feature-flags/feature-flags-spans.md
+8 −0 docs/general/README.md
+5 −1 docs/general/events-general.md
+5 −1 docs/general/general-attributes.md
+5 −1 docs/general/logs-general.md
+4 −0 docs/general/metrics-general.md
+5 −1 docs/general/trace-compatibility.md
+4 −0 docs/general/trace-general.md
+8 −1 docs/http/README.md
+1 −1 docs/http/http-metrics.md
+5 −1 docs/http/http-spans.md
+8 −1 docs/messaging/README.md
+1 −1 docs/messaging/messaging-spans.md
+4 −0 docs/messaging/rabbitmq.md
+4 −0 docs/messaging/rocketmq.md
+8 −1 docs/object-stores/README.md
+4 −0 docs/object-stores/s3.md
+7 −0 docs/resource/README.md
+4 −1 docs/resource/cloud-provider/README.md
+7 −0 docs/resource/cloud-provider/aws/README.md
+7 −0 docs/resource/cloud-provider/gcp/README.md
+1 −1 docs/resource/process.md
+8 −1 docs/rpc/README.md
+4 −0 docs/rpc/connect-rpc.md
+4 −0 docs/rpc/grpc.md
+4 −0 docs/rpc/json-rpc.md
+2 −2 docs/rpc/rpc-metrics.md
+5 −1 docs/rpc/rpc-spans.md
+8 −1 docs/system/README.md
+8 −1 docs/url/README.md
+5 −1 docs/url/url.md
1 change: 0 additions & 1 deletion scripts/content-modules/cp-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ find $DEST/ -name "README.md" -exec sh -c 'f="{}"; mv -- "$f" "${f%README.md}_in
# To exclude a file use, e.g.: -not -path '*/specification/_index.md'
FILES=$(find $DEST -name "*.md")

$SCRIPT_DIR/normalize-titles.pl $FILES
$SCRIPT_DIR/adjust-pages.pl $FILES

echo "SEM CONV pages: copied and processed"
Expand Down