From 64d20f30d6515af79983958ca5d0c6d421f02b36 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 19 Dec 2024 17:52:52 -0800 Subject: [PATCH] up --- docs/attributes-registry/README.md | 6 +++--- docs/attributes-registry/db.md | 2 +- docs/attributes-registry/dns.md | 2 +- templates/registry/markdown/weaver.yaml | 2 ++ 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/attributes-registry/README.md b/docs/attributes-registry/README.md index f8be3b149a..9f40561d47 100644 --- a/docs/attributes-registry/README.md +++ b/docs/attributes-registry/README.md @@ -16,7 +16,7 @@ The attributes registry is the place where attributes are defined. An attribute - a `brief` description of the attribute and optionally a longer `note` - example values -Attributes defined in the registry can be used in different semantic conventions. Attributes should be included in this registry before they are used in semantic conventions. Semantic conventions may override all the properties of an attribute except for the `id`, `type`, and `stability` in case it's required for a particular context. In addition, semantic conventions specify the requirement level of an attribute in the corresponding context. +Attributes defined in the registry can be used in different semantic conventions. Attributes should be included in this registry before they are used in semantic conventions. Semantic conventions may override all the properties of an attribute except for the `id`, `type` and `stability` in case it's required for a particular context. In addition, semantic conventions specify the requirement level of an attribute in the corresponding context. A definition of an attribute in the registry doesn't necessarily imply that the attribute is used in any of the semantic conventions. @@ -46,12 +46,12 @@ Currently, the following namespaces exist: - [Code](code.md) - [Container](container.md) - [CPU](cpu.md) -- [Db](db.md) +- [DB](db.md) - [Deployment](deployment.md) - [Destination](destination.md) - [Device](device.md) - [Disk](disk.md) -- [Dns](dns.md) +- [DNS](dns.md) - [Dotnet](dotnet.md) - [Enduser](enduser.md) - [Error](error.md) diff --git a/docs/attributes-registry/db.md b/docs/attributes-registry/db.md index 381ead2fda..bf50ab2184 100644 --- a/docs/attributes-registry/db.md +++ b/docs/attributes-registry/db.md @@ -4,7 +4,7 @@ -# Db +# DB - [General Database Attributes](#general-database-attributes) - [Cassandra Attributes](#cassandra-attributes) diff --git a/docs/attributes-registry/dns.md b/docs/attributes-registry/dns.md index b694e02b3e..688b652025 100644 --- a/docs/attributes-registry/dns.md +++ b/docs/attributes-registry/dns.md @@ -4,7 +4,7 @@ -# Dns +# DNS ## DNS Attributes diff --git a/templates/registry/markdown/weaver.yaml b/templates/registry/markdown/weaver.yaml index 104823f184..cbe61f30e3 100644 --- a/templates/registry/markdown/weaver.yaml +++ b/templates/registry/markdown/weaver.yaml @@ -14,6 +14,8 @@ acronyms: - CLR - CPU - CSI + - DB + - DNS - DynamoDB - ECS - EKS