From 72df08386ec4a6e0209529f6e57053431c135e17 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 7 Jul 2023 06:12:07 -0400 Subject: [PATCH 1/2] Fix titles and add Hugo front matter --- docs/README.md | 16 +++++++++++++++- docs/cloud-providers/README.md | 9 ++++++++- docs/cloud-providers/aws-sdk.md | 6 +++++- docs/cloudevents/README.md | 9 ++++++++- docs/cloudevents/cloudevents-spans.md | 6 +++++- docs/database/README.md | 9 ++++++++- docs/database/cassandra.md | 4 ++++ docs/database/cosmosdb.md | 4 ++++ docs/database/couchdb.md | 4 ++++ docs/database/database-metrics.md | 2 +- docs/database/database-spans.md | 6 +++++- docs/database/dynamodb.md | 4 ++++ docs/database/elasticsearch.md | 6 +++++- docs/database/graphql.md | 6 +++++- docs/database/hbase.md | 4 ++++ docs/database/mongodb.md | 4 ++++ docs/database/mssql.md | 4 ++++ docs/database/redis.md | 4 ++++ docs/database/sql.md | 6 +++++- docs/exceptions/README.md | 9 ++++++++- docs/exceptions/exceptions-logs.md | 4 ++++ docs/exceptions/exceptions-spans.md | 4 ++++ docs/faas/README.md | 9 ++++++++- docs/faas/faas-metrics.md | 2 +- docs/faas/faas-spans.md | 6 +++++- docs/feature-flags/README.md | 9 ++++++++- docs/feature-flags/feature-flags-logs.md | 4 ++++ docs/feature-flags/feature-flags-spans.md | 6 +++++- docs/general/README.md | 8 ++++++++ docs/general/events-general.md | 6 +++++- docs/general/general-attributes.md | 6 +++++- docs/general/logs-general.md | 6 +++++- docs/general/metrics-general.md | 4 ++++ docs/general/trace-compatibility.md | 6 +++++- docs/general/trace-general.md | 4 ++++ docs/http/README.md | 9 ++++++++- docs/http/http-metrics.md | 2 +- docs/http/http-spans.md | 6 +++++- docs/messaging/README.md | 9 ++++++++- docs/messaging/messaging-spans.md | 2 +- docs/messaging/rabbitmq.md | 4 ++++ docs/messaging/rocketmq.md | 4 ++++ docs/object-stores/README.md | 9 ++++++++- docs/object-stores/s3.md | 4 ++++ docs/resource/README.md | 7 +++++++ docs/resource/cloud-provider/aws/README.md | 7 +++++++ docs/resource/cloud-provider/gcp/README.md | 7 +++++++ docs/resource/process.md | 2 +- docs/rpc/README.md | 9 ++++++++- docs/rpc/connect-rpc.md | 4 ++++ docs/rpc/grpc.md | 4 ++++ docs/rpc/json-rpc.md | 4 ++++ docs/rpc/rpc-metrics.md | 4 ++-- docs/rpc/rpc-spans.md | 6 +++++- docs/system/README.md | 9 ++++++++- 55 files changed, 285 insertions(+), 33 deletions(-) diff --git a/docs/README.md b/docs/README.md index fe9c908ff0..ffbe02816a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,17 @@ + + # OpenTelemetry Semantic Conventions The Semantic Conventions define a common set of (semantic) attributes which provide meaning to data when collecting, producing and consuming it. @@ -7,8 +21,8 @@ The benefit to using Semantic Conventions is in following a common naming scheme Semantic Conventions are defined for the following areas: * **[General](general/README.md): General Semantic Conventions**. -* [CloudEvents](cloudevents/README.md): Semantic Conventions for the CloudEvents specification. * [Cloud Providers](cloud-providers/README.md): Semantic Conventions for cloud providers libraries. +* [CloudEvents](cloudevents/README.md): Semantic Conventions for the CloudEvents specification. * [Database](database/README.md): Semantic Conventions for database operations. * [Exceptions](exceptions/README.md): Semantic Conventions for exceptions. * [FaaS](faas/README.md): Semantic Conventions for Function as a Service (FaaS) operations. diff --git a/docs/cloud-providers/README.md b/docs/cloud-providers/README.md index effa10a97b..c9d4c89615 100644 --- a/docs/cloud-providers/README.md +++ b/docs/cloud-providers/README.md @@ -1,4 +1,11 @@ -# Semantic conventions for cloud providers + + +# Semantic Conventions for Cloud Providers **Status**: [Experimental][DocumentStatus] diff --git a/docs/cloud-providers/aws-sdk.md b/docs/cloud-providers/aws-sdk.md index 08e06ae87b..674ba60797 100644 --- a/docs/cloud-providers/aws-sdk.md +++ b/docs/cloud-providers/aws-sdk.md @@ -1,4 +1,8 @@ -# Semantic conventions for AWS SDK + + +# Semantic Conventions for AWS SDK **Status**: [Experimental][DocumentStatus] diff --git a/docs/cloudevents/README.md b/docs/cloudevents/README.md index 769151c5d5..44dcacedb8 100644 --- a/docs/cloudevents/README.md +++ b/docs/cloudevents/README.md @@ -1,4 +1,11 @@ -# Semantic conventions for CloudEvents + + +# Semantic Conventions for CloudEvents **Status**: [Experimental][DocumentStatus] diff --git a/docs/cloudevents/cloudevents-spans.md b/docs/cloudevents/cloudevents-spans.md index 830ffbd4d0..72851a62db 100644 --- a/docs/cloudevents/cloudevents-spans.md +++ b/docs/cloudevents/cloudevents-spans.md @@ -1,4 +1,8 @@ -# Semantic conventions for CloudEvents spans + + +# Semantic Conventions for CloudEvents Spans **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/README.md b/docs/database/README.md index 9d44975d32..07206bd7fc 100644 --- a/docs/database/README.md +++ b/docs/database/README.md @@ -1,4 +1,11 @@ -# Semantic conventions for database calls and systems + + +# Semantic Conventions for Database Calls and Systems **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/cassandra.md b/docs/database/cassandra.md index 3468ea8f22..ef36f2e06a 100644 --- a/docs/database/cassandra.md +++ b/docs/database/cassandra.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for Cassandra **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/cosmosdb.md b/docs/database/cosmosdb.md index 3f5f34d589..2b51f89e76 100644 --- a/docs/database/cosmosdb.md +++ b/docs/database/cosmosdb.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for Microsoft Cosmos DB **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/couchdb.md b/docs/database/couchdb.md index 4c6411b48e..846c436b25 100644 --- a/docs/database/couchdb.md +++ b/docs/database/couchdb.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for CouchDB **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/database-metrics.md b/docs/database/database-metrics.md index c47b82143b..1387be5792 100644 --- a/docs/database/database-metrics.md +++ b/docs/database/database-metrics.md @@ -1,5 +1,5 @@ # Semantic Conventions for Database Metrics diff --git a/docs/database/database-spans.md b/docs/database/database-spans.md index bae1d7e1d5..c6a8726372 100644 --- a/docs/database/database-spans.md +++ b/docs/database/database-spans.md @@ -1,4 +1,8 @@ -# Semantic conventions for database client calls + + +# Semantic Conventions for Database Client Calls **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/dynamodb.md b/docs/database/dynamodb.md index bc3792e66f..cd4944140b 100644 --- a/docs/database/dynamodb.md +++ b/docs/database/dynamodb.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for AWS DynamoDB **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/elasticsearch.md b/docs/database/elasticsearch.md index 3a5c6bcaf5..184397409b 100644 --- a/docs/database/elasticsearch.md +++ b/docs/database/elasticsearch.md @@ -1,4 +1,8 @@ -# Semantic conventions for Elasticsearch + + +# Semantic Conventions for Elasticsearch **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/graphql.md b/docs/database/graphql.md index 547f4b956a..f36883c8de 100644 --- a/docs/database/graphql.md +++ b/docs/database/graphql.md @@ -1,4 +1,8 @@ -# Semantic conventions for GraphQL Server + + +# Semantic Conventions for GraphQL Server **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/hbase.md b/docs/database/hbase.md index d7e77a6cc1..b1940aa479 100644 --- a/docs/database/hbase.md +++ b/docs/database/hbase.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for HBase **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/mongodb.md b/docs/database/mongodb.md index cc81ff9276..8e69ecacad 100644 --- a/docs/database/mongodb.md +++ b/docs/database/mongodb.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for MongoDB **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/mssql.md b/docs/database/mssql.md index acab76f577..2eab1fa942 100644 --- a/docs/database/mssql.md +++ b/docs/database/mssql.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for MSSQL **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/redis.md b/docs/database/redis.md index 693e03d6ff..dc80906551 100644 --- a/docs/database/redis.md +++ b/docs/database/redis.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for Redis **Status**: [Experimental][DocumentStatus] diff --git a/docs/database/sql.md b/docs/database/sql.md index bf13c08103..f6cb792e23 100644 --- a/docs/database/sql.md +++ b/docs/database/sql.md @@ -1,4 +1,8 @@ -# Semantic Conventions for SQL databases + + +# Semantic Conventions for SQL Databases **Status**: [Experimental][DocumentStatus] diff --git a/docs/exceptions/README.md b/docs/exceptions/README.md index 2f0a2f9097..248f61d98b 100644 --- a/docs/exceptions/README.md +++ b/docs/exceptions/README.md @@ -1,4 +1,11 @@ -# Semantic conventions for Exceptions + + +# Semantic Conventions for Exceptions **Status**: [Experimental][DocumentStatus] diff --git a/docs/exceptions/exceptions-logs.md b/docs/exceptions/exceptions-logs.md index 28c26d1bb7..d9a8ef228d 100644 --- a/docs/exceptions/exceptions-logs.md +++ b/docs/exceptions/exceptions-logs.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for Exceptions in Logs **Status**: [Experimental][DocumentStatus] diff --git a/docs/exceptions/exceptions-spans.md b/docs/exceptions/exceptions-spans.md index 91476ab9d4..46e73db77d 100644 --- a/docs/exceptions/exceptions-spans.md +++ b/docs/exceptions/exceptions-spans.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for Exceptions on Spans **Status**: [Experimental][DocumentStatus] diff --git a/docs/faas/README.md b/docs/faas/README.md index f25eb48a9c..fce5377c6e 100644 --- a/docs/faas/README.md +++ b/docs/faas/README.md @@ -1,4 +1,11 @@ -# Semantic conventions for FaaS + + +# Semantic Conventions for Function-as-a-Service **Status**: [Experimental][DocumentStatus] diff --git a/docs/faas/faas-metrics.md b/docs/faas/faas-metrics.md index a2958e9e66..4ec721ded0 100644 --- a/docs/faas/faas-metrics.md +++ b/docs/faas/faas-metrics.md @@ -1,5 +1,5 @@ # Semantic Conventions for FaaS Metrics diff --git a/docs/faas/faas-spans.md b/docs/faas/faas-spans.md index 28847e3da7..ef01b86083 100644 --- a/docs/faas/faas-spans.md +++ b/docs/faas/faas-spans.md @@ -1,4 +1,8 @@ -# Semantic conventions for FaaS spans + + +# Semantic Conventions for FaaS Spans **Status**: [Experimental][DocumentStatus] diff --git a/docs/feature-flags/README.md b/docs/feature-flags/README.md index 249b82fa57..e80a9de018 100644 --- a/docs/feature-flags/README.md +++ b/docs/feature-flags/README.md @@ -1,4 +1,11 @@ -# Semantic conventions for Feature Flags + + +# Semantic Conventions for Feature Flags **Status**: [Experimental][DocumentStatus] diff --git a/docs/feature-flags/feature-flags-logs.md b/docs/feature-flags/feature-flags-logs.md index 3fc86fa2d3..71eb813cf2 100644 --- a/docs/feature-flags/feature-flags-logs.md +++ b/docs/feature-flags/feature-flags-logs.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for Feature Flags in Logs **Status**: [Experimental][DocumentStatus] diff --git a/docs/feature-flags/feature-flags-spans.md b/docs/feature-flags/feature-flags-spans.md index a40a8d8cf1..72bd3ef28f 100644 --- a/docs/feature-flags/feature-flags-spans.md +++ b/docs/feature-flags/feature-flags-spans.md @@ -1,4 +1,8 @@ -# Semantic conventions for Feature Flags in Spans + + +# Semantic Conventions for Feature Flags in Spans **Status**: [Experimental][DocumentStatus] diff --git a/docs/general/README.md b/docs/general/README.md index 2a925a95bf..06f1511e40 100644 --- a/docs/general/README.md +++ b/docs/general/README.md @@ -1,3 +1,11 @@ + + # General Semantic Conventions This document defines general Semantic Conventions for spans, metrics, logs and events. diff --git a/docs/general/events-general.md b/docs/general/events-general.md index a245cbdfa0..4991f586a4 100644 --- a/docs/general/events-general.md +++ b/docs/general/events-general.md @@ -1,4 +1,8 @@ -# Semantic Convention for event attributes + + +# Semantic Conventions for Event Attributes **Status**: [Experimental][DocumentStatus] diff --git a/docs/general/general-attributes.md b/docs/general/general-attributes.md index 427cffed4b..1c031cd057 100644 --- a/docs/general/general-attributes.md +++ b/docs/general/general-attributes.md @@ -1,4 +1,8 @@ -# General attributes + + +# General Attributes **Status**: [Experimental][DocumentStatus] diff --git a/docs/general/logs-general.md b/docs/general/logs-general.md index 1cd603ca9a..22796ec2ef 100644 --- a/docs/general/logs-general.md +++ b/docs/general/logs-general.md @@ -1,4 +1,8 @@ -# General logs attributes + + +# General Logs Attributes **Status**: [Experimental][DocumentStatus] diff --git a/docs/general/metrics-general.md b/docs/general/metrics-general.md index 23135a8151..9c92afdaf4 100644 --- a/docs/general/metrics-general.md +++ b/docs/general/metrics-general.md @@ -1,3 +1,7 @@ + + # Metrics Semantic Conventions **Status**: [Mixed][DocumentStatus] diff --git a/docs/general/trace-compatibility.md b/docs/general/trace-compatibility.md index 4e6d9371b7..677faf6b95 100644 --- a/docs/general/trace-compatibility.md +++ b/docs/general/trace-compatibility.md @@ -1,4 +1,8 @@ -# Semantic conventions for tracing Compatibility components + + +# Semantic Conventions for Tracing Compatibility Components **Status**: [Experimental][DocumentStatus] diff --git a/docs/general/trace-general.md b/docs/general/trace-general.md index 71d1b110d5..6a4d011715 100644 --- a/docs/general/trace-general.md +++ b/docs/general/trace-general.md @@ -1,3 +1,7 @@ + + # Trace Semantic Conventions **Status**: [Experimental][DocumentStatus] diff --git a/docs/http/README.md b/docs/http/README.md index a3ca562d5b..4b0b6c05e3 100644 --- a/docs/http/README.md +++ b/docs/http/README.md @@ -1,4 +1,11 @@ -# Semantic conventions for HTTP + + +# Semantic Conventions for HTTP **Status**: [Experimental, Feature-freeze][DocumentStatus] diff --git a/docs/http/http-metrics.md b/docs/http/http-metrics.md index c4b7231803..77b062b48b 100644 --- a/docs/http/http-metrics.md +++ b/docs/http/http-metrics.md @@ -1,5 +1,5 @@ # Semantic Conventions for HTTP Metrics diff --git a/docs/http/http-spans.md b/docs/http/http-spans.md index 0be977dba8..e333320895 100644 --- a/docs/http/http-spans.md +++ b/docs/http/http-spans.md @@ -1,4 +1,8 @@ -# Semantic conventions for HTTP spans + + +# Semantic Conventions for HTTP Spans **Status**: [Experimental, Feature-freeze][DocumentStatus] diff --git a/docs/messaging/README.md b/docs/messaging/README.md index f92de2501d..46c2838bfd 100644 --- a/docs/messaging/README.md +++ b/docs/messaging/README.md @@ -1,4 +1,11 @@ -# Semantic conventions for Messaging systems + + +# Semantic Conventions for Messaging Systems **Status**: [Experimental][DocumentStatus] diff --git a/docs/messaging/messaging-spans.md b/docs/messaging/messaging-spans.md index 14f63ffada..e85ea2ea23 100644 --- a/docs/messaging/messaging-spans.md +++ b/docs/messaging/messaging-spans.md @@ -1,4 +1,4 @@ -# Messaging systems +# Messaging Systems **Status**: [Experimental][DocumentStatus] diff --git a/docs/messaging/rabbitmq.md b/docs/messaging/rabbitmq.md index d3b0b3dec3..1f66215b16 100644 --- a/docs/messaging/rabbitmq.md +++ b/docs/messaging/rabbitmq.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for RabbitMQ **Status**: [Experimental][DocumentStatus] diff --git a/docs/messaging/rocketmq.md b/docs/messaging/rocketmq.md index a758fb0c9b..35d40d2231 100644 --- a/docs/messaging/rocketmq.md +++ b/docs/messaging/rocketmq.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for RocketMQ **Status**: [Experimental][DocumentStatus] diff --git a/docs/object-stores/README.md b/docs/object-stores/README.md index 074e0e940a..ec048f793b 100644 --- a/docs/object-stores/README.md +++ b/docs/object-stores/README.md @@ -1,4 +1,11 @@ -# Semantic conventions for Object Stores + + +# Semantic Conventions for Object Stores **Status**: [Experimental, Feature-freeze][DocumentStatus] diff --git a/docs/object-stores/s3.md b/docs/object-stores/s3.md index 501f07f4ba..f3ba8c4d0b 100644 --- a/docs/object-stores/s3.md +++ b/docs/object-stores/s3.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for AWS S3 **Status**: [Experimental][DocumentStatus] diff --git a/docs/resource/README.md b/docs/resource/README.md index 3ab4e9c9ac..82433c0997 100644 --- a/docs/resource/README.md +++ b/docs/resource/README.md @@ -1,3 +1,10 @@ + + # Resource Semantic Conventions **Status**: [Mixed][DocumentStatus] diff --git a/docs/resource/cloud-provider/aws/README.md b/docs/resource/cloud-provider/aws/README.md index 56032980ef..f1830108b3 100644 --- a/docs/resource/cloud-provider/aws/README.md +++ b/docs/resource/cloud-provider/aws/README.md @@ -1,3 +1,10 @@ + + # AWS Semantic Conventions **Status**: [Experimental][DocumentStatus] diff --git a/docs/resource/cloud-provider/gcp/README.md b/docs/resource/cloud-provider/gcp/README.md index 6bf3a4a150..b732842061 100644 --- a/docs/resource/cloud-provider/gcp/README.md +++ b/docs/resource/cloud-provider/gcp/README.md @@ -1,3 +1,10 @@ + + # GCP Semantic Conventions **Status**: [Experimental][DocumentStatus] diff --git a/docs/resource/process.md b/docs/resource/process.md index b8da718e97..9b0b4a7362 100644 --- a/docs/resource/process.md +++ b/docs/resource/process.md @@ -1,4 +1,4 @@ -# Process and process runtime resources +# Process and Process Runtime Resources **Status**: [Experimental][DocumentStatus] diff --git a/docs/rpc/README.md b/docs/rpc/README.md index 35458ce3cd..5cc1fe593c 100644 --- a/docs/rpc/README.md +++ b/docs/rpc/README.md @@ -1,4 +1,11 @@ -# Semantic conventions for RPC + + +# Semantic Conventions for RPC **Status**: [Experimental][DocumentStatus] diff --git a/docs/rpc/connect-rpc.md b/docs/rpc/connect-rpc.md index 135c73fa2a..2e98ceba54 100644 --- a/docs/rpc/connect-rpc.md +++ b/docs/rpc/connect-rpc.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for Connect RPC **Status**: [Experimental][DocumentStatus] diff --git a/docs/rpc/grpc.md b/docs/rpc/grpc.md index 16b41f06fb..bbcb2f9932 100644 --- a/docs/rpc/grpc.md +++ b/docs/rpc/grpc.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for gRPC **Status**: [Experimental][DocumentStatus] diff --git a/docs/rpc/json-rpc.md b/docs/rpc/json-rpc.md index b87b888b62..82c5461f0b 100644 --- a/docs/rpc/json-rpc.md +++ b/docs/rpc/json-rpc.md @@ -1,3 +1,7 @@ + + # Semantic Conventions for JSON-RPC **Status**: [Experimental][DocumentStatus] diff --git a/docs/rpc/rpc-metrics.md b/docs/rpc/rpc-metrics.md index 7afbe316d3..49e067bbba 100644 --- a/docs/rpc/rpc-metrics.md +++ b/docs/rpc/rpc-metrics.md @@ -1,8 +1,8 @@ -# Semantic conventions for RPC metrics +# Semantic Conventions for RPC Metrics **Status**: [Experimental][DocumentStatus] diff --git a/docs/rpc/rpc-spans.md b/docs/rpc/rpc-spans.md index 66f7c62daa..422c7768f8 100644 --- a/docs/rpc/rpc-spans.md +++ b/docs/rpc/rpc-spans.md @@ -1,4 +1,8 @@ -# Semantic conventions for RPC spans + + +# Semantic Conventions for RPC Spans **Status**: [Experimental][DocumentStatus] diff --git a/docs/system/README.md b/docs/system/README.md index d8ac2c55d5..197a616730 100644 --- a/docs/system/README.md +++ b/docs/system/README.md @@ -1,4 +1,11 @@ -# System semantic conventions + + +# System Semantic Conventions **Status**: [Experimental][DocumentStatus] From 29ea735185126d75f6f03410633ee52b0d15d6b3 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 7 Jul 2023 11:17:51 -0400 Subject: [PATCH 2/2] Post-rebase updates --- docs/resource/cloud-provider/README.md | 5 ++++- docs/resource/cloud-provider/aws/README.md | 4 ++-- docs/resource/cloud-provider/gcp/README.md | 4 ++-- docs/url/README.md | 9 ++++++++- docs/url/url.md | 6 +++++- 5 files changed, 21 insertions(+), 7 deletions(-) diff --git a/docs/resource/cloud-provider/README.md b/docs/resource/cloud-provider/README.md index 40b11dc068..e32de4b5b3 100644 --- a/docs/resource/cloud-provider/README.md +++ b/docs/resource/cloud-provider/README.md @@ -1,5 +1,8 @@ # Resource Cloud Provider Semantic Conventions diff --git a/docs/resource/cloud-provider/aws/README.md b/docs/resource/cloud-provider/aws/README.md index f1830108b3..936d808ddc 100644 --- a/docs/resource/cloud-provider/aws/README.md +++ b/docs/resource/cloud-provider/aws/README.md @@ -1,8 +1,8 @@ # AWS Semantic Conventions diff --git a/docs/resource/cloud-provider/gcp/README.md b/docs/resource/cloud-provider/gcp/README.md index b732842061..ccaa39697a 100644 --- a/docs/resource/cloud-provider/gcp/README.md +++ b/docs/resource/cloud-provider/gcp/README.md @@ -1,8 +1,8 @@ # GCP Semantic Conventions diff --git a/docs/url/README.md b/docs/url/README.md index f3e3dc7c2c..ced1171890 100644 --- a/docs/url/README.md +++ b/docs/url/README.md @@ -1,4 +1,11 @@ -# URL semantic conventions + + +# URL Semantic Conventions **Status**: [Experimental][DocumentStatus] diff --git a/docs/url/url.md b/docs/url/url.md index 99ba2af01c..c9f0cbbbaa 100644 --- a/docs/url/url.md +++ b/docs/url/url.md @@ -1,4 +1,8 @@ -# Semantic conventions for URL + + +# Semantic Conventions for URL **Status**: [Experimental][DocumentStatus]