From 8c918fb0462f466f86dd910d6de5b92d7599ddb3 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Tue, 6 Aug 2024 01:41:37 +0900 Subject: [PATCH] [editorial] remove 'full' options from markdown snippets, remove unused tags (#1303) Co-authored-by: Alexandra Konrad --- docs/database/cassandra.md | 2 +- docs/database/cosmosdb.md | 2 +- docs/database/couchdb.md | 2 +- docs/database/database-metrics.md | 20 ++++----- docs/database/database-spans.md | 2 +- docs/database/elasticsearch.md | 2 +- docs/database/hbase.md | 2 +- docs/database/mongodb.md | 2 +- docs/database/mssql.md | 2 +- docs/database/redis.md | 2 +- docs/database/sql.md | 2 +- docs/dns/dns-metrics.md | 2 +- docs/dotnet/dotnet-aspnetcore-metrics.md | 14 +++--- docs/dotnet/dotnet-kestrel-metrics.md | 16 +++---- docs/dotnet/dotnet-signalr-metrics.md | 4 +- docs/faas/faas-metrics.md | 18 ++++---- docs/faas/faas-spans.md | 6 +-- docs/gen-ai/gen-ai-metrics.md | 10 ++--- docs/general/attributes.md | 4 +- docs/general/logs.md | 2 +- docs/general/trace-compatibility.md | 2 +- docs/graphql/graphql-spans.md | 2 +- docs/http/http-metrics.md | 22 +++++----- docs/http/http-spans.md | 8 ++-- docs/messaging/gcp-pubsub.md | 2 +- docs/messaging/kafka.md | 2 +- docs/messaging/messaging-metrics.md | 8 ++-- docs/messaging/messaging-spans.md | 2 +- docs/messaging/rabbitmq.md | 2 +- docs/messaging/rocketmq.md | 2 +- docs/mobile/events.md | 2 +- docs/resource/README.md | 2 +- docs/resource/cloud-provider/aws/ecs.md | 2 +- docs/resource/cloud.md | 2 +- docs/resource/host.md | 2 +- docs/resource/os.md | 2 +- docs/rpc/connect-rpc.md | 2 +- docs/rpc/grpc.md | 2 +- docs/rpc/json-rpc.md | 2 +- docs/rpc/rpc-metrics.md | 2 +- docs/rpc/rpc-spans.md | 6 +-- docs/runtime/go-metrics.md | 18 ++++---- docs/runtime/jvm-metrics.md | 36 +++++++-------- docs/runtime/nodejs-metrics.md | 16 +++---- docs/runtime/v8js-metrics.md | 10 ++--- docs/system/container-metrics.md | 8 ++-- docs/system/process-metrics.md | 20 ++++----- docs/system/system-metrics.md | 56 ++++++++++++------------ model/registry/messaging.yaml | 1 - 49 files changed, 179 insertions(+), 180 deletions(-) diff --git a/docs/database/cassandra.md b/docs/database/cassandra.md index be65ba773e..18940ece55 100644 --- a/docs/database/cassandra.md +++ b/docs/database/cassandra.md @@ -12,7 +12,7 @@ The Semantic Conventions for [Cassandra](https://cassandra.apache.org/) extend a ## Attributes - + diff --git a/docs/database/cosmosdb.md b/docs/database/cosmosdb.md index 593d42fb42..5b597c30ef 100644 --- a/docs/database/cosmosdb.md +++ b/docs/database/cosmosdb.md @@ -15,7 +15,7 @@ extend and override the [Database Semantic Conventions](database-spans.md). Cosmos DB instrumentation includes call-level (public API) surface spans and network spans. Depending on the connection mode (Gateway or Direct), network-level spans may also be created. - + diff --git a/docs/database/couchdb.md b/docs/database/couchdb.md index f72458104b..6e2bf13444 100644 --- a/docs/database/couchdb.md +++ b/docs/database/couchdb.md @@ -12,7 +12,7 @@ The Semantic Conventions for [CouchDB](https://couchdb.apache.org/) extend and o ## Attributes - + diff --git a/docs/database/database-metrics.md b/docs/database/database-metrics.md index 3338313db9..7587bf0f1e 100644 --- a/docs/database/database-metrics.md +++ b/docs/database/database-metrics.md @@ -91,7 +91,7 @@ of `[ 0.001, 0.005, 0.01, 0.05, 0.1, 0.5, 1, 5, 10 ]`. - + @@ -234,7 +234,7 @@ This metric is [required][MetricRequired]. - + @@ -280,7 +280,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -318,7 +318,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -356,7 +356,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -394,7 +394,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -432,7 +432,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -470,7 +470,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -508,7 +508,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -546,7 +546,7 @@ This metric is [recommended][MetricRecommended]. - + diff --git a/docs/database/database-spans.md b/docs/database/database-spans.md index 847a0f5428..66e1b3c297 100644 --- a/docs/database/database-spans.md +++ b/docs/database/database-spans.md @@ -81,7 +81,7 @@ For example, for an operation describing SQL query on an anonymous table like `S These attributes will usually be the same for all operations performed over the same database connection. - + diff --git a/docs/database/elasticsearch.md b/docs/database/elasticsearch.md index 8ebadbaa4d..3fc7cae64c 100644 --- a/docs/database/elasticsearch.md +++ b/docs/database/elasticsearch.md @@ -16,7 +16,7 @@ The **span name** follows the [general database span name guidelines](database-s ## Attributes - + diff --git a/docs/database/hbase.md b/docs/database/hbase.md index 1fc8c19d91..c6cac4340f 100644 --- a/docs/database/hbase.md +++ b/docs/database/hbase.md @@ -12,7 +12,7 @@ The Semantic Conventions for [HBase](https://hbase.apache.org/) extend and overr ## Attributes - + diff --git a/docs/database/mongodb.md b/docs/database/mongodb.md index ff514fc0fe..6063a4678a 100644 --- a/docs/database/mongodb.md +++ b/docs/database/mongodb.md @@ -12,7 +12,7 @@ The Semantic Conventions for [MongoDB](https://www.mongodb.com/) extend and over ## Attributes - + diff --git a/docs/database/mssql.md b/docs/database/mssql.md index 50460220d2..75ba20ccdf 100644 --- a/docs/database/mssql.md +++ b/docs/database/mssql.md @@ -12,7 +12,7 @@ The Semantic Conventions for the *Microsoft SQL Server* extend and override the ## Attributes - + diff --git a/docs/database/redis.md b/docs/database/redis.md index 501a239ed5..f6441b7d8c 100644 --- a/docs/database/redis.md +++ b/docs/database/redis.md @@ -12,7 +12,7 @@ The Semantic Conventions for [Redis](https://redis.com/) extend and override the ## Attributes - + diff --git a/docs/database/sql.md b/docs/database/sql.md index 7a2b57f3e0..bca96789ce 100644 --- a/docs/database/sql.md +++ b/docs/database/sql.md @@ -36,7 +36,7 @@ Instrumentations applied to generic SQL drivers SHOULD adhere to SQL semantic co ## Attributes - + diff --git a/docs/dns/dns-metrics.md b/docs/dns/dns-metrics.md index 321abb8bf2..8674fe5127 100644 --- a/docs/dns/dns-metrics.md +++ b/docs/dns/dns-metrics.md @@ -44,7 +44,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + diff --git a/docs/dotnet/dotnet-aspnetcore-metrics.md b/docs/dotnet/dotnet-aspnetcore-metrics.md index 97670b2209..31ddd6d35e 100644 --- a/docs/dotnet/dotnet-aspnetcore-metrics.md +++ b/docs/dotnet/dotnet-aspnetcore-metrics.md @@ -53,7 +53,7 @@ All routing metrics are reported by the `Microsoft.AspNetCore.Routing` meter. - + @@ -112,7 +112,7 @@ Exceptions Metric is reported by the `Microsoft.AspNetCore.Diagnostics` meter. - + @@ -199,7 +199,7 @@ All rate-limiting metrics are reported by the `Microsoft.AspNetCore.RateLimiting - + @@ -247,7 +247,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + @@ -291,7 +291,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + @@ -339,7 +339,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + @@ -399,7 +399,7 @@ Meter name: `Microsoft.AspNetCore.RateLimiting`; Added in: ASP.NET Core 8.0 - + diff --git a/docs/dotnet/dotnet-kestrel-metrics.md b/docs/dotnet/dotnet-kestrel-metrics.md index 8135deddf7..d1503e3ccb 100644 --- a/docs/dotnet/dotnet-kestrel-metrics.md +++ b/docs/dotnet/dotnet-kestrel-metrics.md @@ -53,7 +53,7 @@ In case instrumentation does not recognize `EndPoint` implementation, it sets th - + @@ -133,7 +133,7 @@ of `[ 0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 10, 30, 60, 120, 300 ]`. - + @@ -227,7 +227,7 @@ Meter name: `Microsoft.AspNetCore.Server.Kestrel`; Added in: ASP.NET Core 8.0 - + @@ -303,7 +303,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345. - + @@ -379,7 +379,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345. - + @@ -463,7 +463,7 @@ Meter name: `Microsoft.AspNetCore.Server.Kestrel`; Added in: ASP.NET Core 8.0 - + @@ -543,7 +543,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + @@ -630,7 +630,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345. - + diff --git a/docs/dotnet/dotnet-signalr-metrics.md b/docs/dotnet/dotnet-signalr-metrics.md index d73605e843..65b1177694 100644 --- a/docs/dotnet/dotnet-signalr-metrics.md +++ b/docs/dotnet/dotnet-signalr-metrics.md @@ -42,7 +42,7 @@ of `[ 0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 10, 30, 60, 120, 300 ]`. - + @@ -101,7 +101,7 @@ of `[ 0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 10, 30, 60, 120, 300 ]`. - + diff --git a/docs/faas/faas-metrics.md b/docs/faas/faas-metrics.md index cd36f53026..ca12e9f410 100644 --- a/docs/faas/faas-metrics.md +++ b/docs/faas/faas-metrics.md @@ -66,7 +66,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + @@ -119,7 +119,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + @@ -168,7 +168,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -217,7 +217,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -266,7 +266,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -315,7 +315,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -364,7 +364,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -417,7 +417,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + @@ -466,7 +466,7 @@ This metric is [recommended][MetricRecommended]. - + diff --git a/docs/faas/faas-spans.md b/docs/faas/faas-spans.md index d7003732a8..0feaa47af0 100644 --- a/docs/faas/faas-spans.md +++ b/docs/faas/faas-spans.md @@ -38,7 +38,7 @@ Span `name` should be set to the function name being executed. Depending on the If Spans following this convention are produced, a Resource of type `faas` MUST exist following the [Resource semantic convention](../resource/faas.md). - + @@ -196,7 +196,7 @@ The values reported by the client for the attributes listed below SHOULD be equa the corresponding [FaaS resource attributes][] and [Cloud resource attributes][], which the invoked FaaS instance reports about itself, if it's instrumented. - + @@ -248,7 +248,7 @@ This section describes how to handle the span creation and additional attributes A datasource function is triggered as a response to some data source operation such as a database or filesystem read/write. FaaS instrumentations that produce `faas` spans with trigger `datasource`, SHOULD use the following set of attributes. - + diff --git a/docs/gen-ai/gen-ai-metrics.md b/docs/gen-ai/gen-ai-metrics.md index d680380b16..ca2de8ba31 100644 --- a/docs/gen-ai/gen-ai-metrics.md +++ b/docs/gen-ai/gen-ai-metrics.md @@ -62,7 +62,7 @@ This metric SHOULD be specified with [ExplicitBucketBoundaries] of [1, 4, 16, 64 - + @@ -152,7 +152,7 @@ This metric SHOULD be specified with [ExplicitBucketBoundaries] of [ 0.01, 0.02, - + @@ -252,7 +252,7 @@ This metric SHOULD be specified with [ExplicitBucketBoundaries] of - + @@ -352,7 +352,7 @@ This metric SHOULD be specified with [ExplicitBucketBoundaries] of - + @@ -439,7 +439,7 @@ This metric SHOULD be specified with [ExplicitBucketBoundaries] of - + diff --git a/docs/general/attributes.md b/docs/general/attributes.md index cb3f3360ca..a1ce082ad6 100644 --- a/docs/general/attributes.md +++ b/docs/general/attributes.md @@ -208,7 +208,7 @@ Destination fields capture details about the receiver of a network exchange/pack Once the HTTP semantic conventions are declared stable, changes to the attributes in this section will only be allowed if they do not cause breaking changes to HTTP semantic conventions. - + @@ -306,7 +306,7 @@ Note that `network.local.*` attributes are not included in these examples since #### Network connection and carrier attributes - + diff --git a/docs/general/logs.md b/docs/general/logs.md index e96129e123..b43357fdaf 100644 --- a/docs/general/logs.md +++ b/docs/general/logs.md @@ -96,7 +96,7 @@ As such, these should be recorded as Log Record attributes when applicable. They **Description:** The I/O stream to which the log was emitted. - + diff --git a/docs/general/trace-compatibility.md b/docs/general/trace-compatibility.md index be01272f81..2aa617fc8f 100644 --- a/docs/general/trace-compatibility.md +++ b/docs/general/trace-compatibility.md @@ -24,7 +24,7 @@ with one of the accepted values, describing the direct causal relationships between a child Span and a parent Span, as defined by [OpenTracing](https://github.com/opentracing/specification/blob/master/specification.md). - + diff --git a/docs/graphql/graphql-spans.md b/docs/graphql/graphql-spans.md index ade0325cfc..ed193571b3 100644 --- a/docs/graphql/graphql-spans.md +++ b/docs/graphql/graphql-spans.md @@ -14,7 +14,7 @@ The **span name** MUST be of the format ` `. When `` is not available, `GraphQL Operation` MAY be used as span name. - + diff --git a/docs/http/http-metrics.md b/docs/http/http-metrics.md index f5c8f1b963..1a00e406cf 100644 --- a/docs/http/http-metrics.md +++ b/docs/http/http-metrics.md @@ -85,7 +85,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + @@ -209,7 +209,7 @@ This metric is optional. - + @@ -297,7 +297,7 @@ This metric is optional. - + @@ -425,7 +425,7 @@ This metric is optional. - + @@ -557,7 +557,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + @@ -654,7 +654,7 @@ If the request has completed successfully, instrumentations SHOULD NOT set `erro Instrumentations MAY allow users to enable additional experimental attributes. - + @@ -700,7 +700,7 @@ This metric is optional. - + @@ -819,7 +819,7 @@ This metric is optional. - + @@ -934,7 +934,7 @@ This metric is optional. - + @@ -997,7 +997,7 @@ This metric is optional. - + @@ -1049,7 +1049,7 @@ This metric is optional. - + diff --git a/docs/http/http-spans.md b/docs/http/http-spans.md index 11d8aa4611..8ad95e8097 100644 --- a/docs/http/http-spans.md +++ b/docs/http/http-spans.md @@ -133,7 +133,7 @@ This span type represents an outbound HTTP request. There are two ways this can For an HTTP client span, `SpanKind` MUST be `Client`. - + @@ -276,7 +276,7 @@ and SHOULD be provided **at span creation time** (if provided at all): Instrumentations MAY allow users to enable additional experimental attributes. - + @@ -381,7 +381,7 @@ This span type represents an inbound HTTP request. For an HTTP server span, `SpanKind` MUST be `Server`. - + @@ -543,7 +543,7 @@ and SHOULD be provided **at span creation time** (if provided at all): Instrumentations MAY allow users to enable additional experimental attributes. - + diff --git a/docs/messaging/gcp-pubsub.md b/docs/messaging/gcp-pubsub.md index c9286a02b6..8077d03b5c 100644 --- a/docs/messaging/gcp-pubsub.md +++ b/docs/messaging/gcp-pubsub.md @@ -14,7 +14,7 @@ The Semantic Conventions for [Google Cloud Pub/Sub](https://cloud.google.com/pub For Google Cloud Pub/Sub, the following additional attributes are defined: - + diff --git a/docs/messaging/kafka.md b/docs/messaging/kafka.md index 2964be5d02..5890dcac3f 100644 --- a/docs/messaging/kafka.md +++ b/docs/messaging/kafka.md @@ -22,7 +22,7 @@ The Semantic Conventions for [Apache Kafka](https://kafka.apache.org/) extend an For Apache Kafka, the following additional attributes are defined: - + diff --git a/docs/messaging/messaging-metrics.md b/docs/messaging/messaging-metrics.md index f65d3540a8..25c6a275ef 100644 --- a/docs/messaging/messaging-metrics.md +++ b/docs/messaging/messaging-metrics.md @@ -56,7 +56,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + @@ -186,7 +186,7 @@ This metric is [required][MetricRequired]. - + @@ -297,7 +297,7 @@ The metric SHOULD be reported once per message delivery. For example, if receivi - + @@ -417,7 +417,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 - + diff --git a/docs/messaging/messaging-spans.md b/docs/messaging/messaging-spans.md index 2053c826ca..7f5b431983 100644 --- a/docs/messaging/messaging-spans.md +++ b/docs/messaging/messaging-spans.md @@ -286,7 +286,7 @@ Messaging attributes are organized into the following namespaces: Messaging system-specific attributes MUST be defined in the corresponding `messaging.{system}` namespace. - + diff --git a/docs/messaging/rabbitmq.md b/docs/messaging/rabbitmq.md index 3648280e3e..20ad57d91c 100644 --- a/docs/messaging/rabbitmq.md +++ b/docs/messaging/rabbitmq.md @@ -15,7 +15,7 @@ The Semantic Conventions for [RabbitMQ](https://www.rabbitmq.com/) extend and ov In RabbitMQ, the destination is defined by an *exchange* and a *routing key*. `messaging.destination.name` MUST be set to the name of the exchange. This will be an empty string if the default exchange is used. - + diff --git a/docs/messaging/rocketmq.md b/docs/messaging/rocketmq.md index 6317f0cc3c..48741ebd08 100644 --- a/docs/messaging/rocketmq.md +++ b/docs/messaging/rocketmq.md @@ -14,7 +14,7 @@ The Semantic Conventions for [Apache RocketMQ](https://rocketmq.apache.org/) ext Specific attributes for Apache RocketMQ are defined below. - + diff --git a/docs/mobile/events.md b/docs/mobile/events.md index 32b8a9313f..55fa24d735 100644 --- a/docs/mobile/events.md +++ b/docs/mobile/events.md @@ -29,7 +29,7 @@ NOT be used together, each field MUST be used with its corresponding ### Event details - + diff --git a/docs/resource/README.md b/docs/resource/README.md index 245f66d0c2..78770202e6 100644 --- a/docs/resource/README.md +++ b/docs/resource/README.md @@ -180,7 +180,7 @@ service.name = Shop.shoppingcart **Description:** The telemetry SDK used to capture data recorded by the instrumentation libraries. - + diff --git a/docs/resource/cloud-provider/aws/ecs.md b/docs/resource/cloud-provider/aws/ecs.md index d0d7add6b1..df00ed8fad 100644 --- a/docs/resource/cloud-provider/aws/ecs.md +++ b/docs/resource/cloud-provider/aws/ecs.md @@ -6,7 +6,7 @@ **Description:** Resources used by AWS Elastic Container Service (ECS). - + diff --git a/docs/resource/cloud.md b/docs/resource/cloud.md index 8575d47771..4af0bb8176 100644 --- a/docs/resource/cloud.md +++ b/docs/resource/cloud.md @@ -6,7 +6,7 @@ **Description:** A cloud infrastructure (e.g. GCP, Azure, AWS). - + diff --git a/docs/resource/host.md b/docs/resource/host.md index 135700eec9..77689d5ca1 100644 --- a/docs/resource/host.md +++ b/docs/resource/host.md @@ -9,7 +9,7 @@ The `host.*` namespace SHOULD be exclusively used to capture resource attributes. To report host metrics, the `system.*` namespace SHOULD be used. - + diff --git a/docs/resource/os.md b/docs/resource/os.md index 59ebd6f077..ec10c53b5e 100644 --- a/docs/resource/os.md +++ b/docs/resource/os.md @@ -8,7 +8,7 @@ In case of virtualized environments, this is the operating system as it is observed by the process, i.e., the virtualized guest rather than the underlying host. - + diff --git a/docs/rpc/connect-rpc.md b/docs/rpc/connect-rpc.md index 1832afff47..9cef88eba1 100644 --- a/docs/rpc/connect-rpc.md +++ b/docs/rpc/connect-rpc.md @@ -16,7 +16,7 @@ described on this page. Below is a table of attributes that SHOULD be included on client and server Connect RPC measurements. - + diff --git a/docs/rpc/grpc.md b/docs/rpc/grpc.md index 84d25b0927..258f19ddea 100644 --- a/docs/rpc/grpc.md +++ b/docs/rpc/grpc.md @@ -16,7 +16,7 @@ described on this page. Below is a table of attributes that SHOULD be included on client and server gRPC measurements. - + diff --git a/docs/rpc/json-rpc.md b/docs/rpc/json-rpc.md index 18788fd715..152c87bdba 100644 --- a/docs/rpc/json-rpc.md +++ b/docs/rpc/json-rpc.md @@ -14,7 +14,7 @@ described on this page. `rpc.system` MUST be set to `"jsonrpc"`. - + diff --git a/docs/rpc/rpc-metrics.md b/docs/rpc/rpc-metrics.md index f0037083bc..054ac58e9a 100644 --- a/docs/rpc/rpc-metrics.md +++ b/docs/rpc/rpc-metrics.md @@ -346,7 +346,7 @@ This metric is [recommended][MetricRecommended]. Below is a table of attributes that SHOULD be included on client and server RPC measurements. - + diff --git a/docs/rpc/rpc-spans.md b/docs/rpc/rpc-spans.md index 11e3c33915..c6ea777e00 100644 --- a/docs/rpc/rpc-spans.md +++ b/docs/rpc/rpc-spans.md @@ -94,7 +94,7 @@ Generally, a user SHOULD NOT set `peer.service` to a fully qualified RPC service ### Client attributes - + @@ -171,7 +171,7 @@ different processes could be listening on TCP port 12345 and UDP port 12345. ### Server attributes - + @@ -258,7 +258,7 @@ In the lifetime of an RPC stream, an event for each message sent/received on client and server spans SHOULD be created. In case of unary calls only one sent and one received message will be recorded for both client and server spans. - + diff --git a/docs/runtime/go-metrics.md b/docs/runtime/go-metrics.md index f39ec75aa9..a3c077dc6e 100644 --- a/docs/runtime/go-metrics.md +++ b/docs/runtime/go-metrics.md @@ -60,7 +60,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -114,7 +114,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -152,7 +152,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -190,7 +190,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -232,7 +232,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -274,7 +274,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -316,7 +316,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -358,7 +358,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -400,7 +400,7 @@ This metric is [recommended][MetricRecommended]. - + diff --git a/docs/runtime/jvm-metrics.md b/docs/runtime/jvm-metrics.md index 5b111aad90..5355deee9e 100644 --- a/docs/runtime/jvm-metrics.md +++ b/docs/runtime/jvm-metrics.md @@ -67,7 +67,7 @@ This metric is obtained from [`MemoryPoolMXBean#getUsage()`](https://docs.oracle - + @@ -119,7 +119,7 @@ This metric is obtained from [`MemoryPoolMXBean#getUsage()`](https://docs.oracle - + @@ -171,7 +171,7 @@ This metric is obtained from [`MemoryPoolMXBean#getUsage()`](https://docs.oracle - + @@ -223,7 +223,7 @@ This metric is obtained from [`MemoryPoolMXBean#getCollectionUsage()`](https://d - + @@ -286,7 +286,7 @@ of `[ 0.01, 0.1, 1, 10 ]`. - + @@ -345,7 +345,7 @@ Note that this is the number of platform threads (as opposed to virtual threads) - + @@ -403,7 +403,7 @@ This metric is obtained from [`ClassLoadingMXBean#getTotalLoadedClassCount()`](h - + @@ -438,7 +438,7 @@ This metric is obtained from [`ClassLoadingMXBean#getUnloadedClassCount()`](http - + @@ -473,7 +473,7 @@ This metric is obtained from [`ClassLoadingMXBean#getLoadedClassCount()`](https: - + @@ -516,7 +516,7 @@ and [`com.ibm.lang.management.OperatingSystemMXBean#getProcessCpuTime()`](https: - + @@ -552,7 +552,7 @@ Note that this is always an integer value (i.e. fractional or millicores are not - + @@ -593,7 +593,7 @@ Note that the JVM does not provide a definition of what "recent" means. - + @@ -634,7 +634,7 @@ This metric is obtained from [`MemoryPoolMXBean#getUsage()`](https://docs.oracle - + @@ -691,7 +691,7 @@ and [`com.ibm.lang.management.OperatingSystemMXBean#getSystemCpuLoad()`](https:/ - + @@ -730,7 +730,7 @@ This metric is obtained from [`OperatingSystemMXBean#getSystemLoadAverage()`](ht - + @@ -765,7 +765,7 @@ This metric is obtained from [`BufferPoolMXBean#getMemoryUsed()`](https://docs.o - + @@ -808,7 +808,7 @@ This metric is obtained from [`BufferPoolMXBean#getTotalCapacity()`](https://doc - + @@ -851,7 +851,7 @@ This metric is obtained from [`BufferPoolMXBean#getCount()`](https://docs.oracle - + diff --git a/docs/runtime/nodejs-metrics.md b/docs/runtime/nodejs-metrics.md index 60fcd283af..5d01a28341 100644 --- a/docs/runtime/nodejs-metrics.md +++ b/docs/runtime/nodejs-metrics.md @@ -59,7 +59,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -97,7 +97,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -135,7 +135,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -173,7 +173,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -211,7 +211,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -249,7 +249,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -287,7 +287,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -325,7 +325,7 @@ This metric is [recommended][MetricRecommended]. - + diff --git a/docs/runtime/v8js-metrics.md b/docs/runtime/v8js-metrics.md index d8b4e07a65..32cf995059 100644 --- a/docs/runtime/v8js-metrics.md +++ b/docs/runtime/v8js-metrics.md @@ -56,7 +56,7 @@ of `[ 0.01, 0.1, 1, 10 ]`. - + @@ -108,7 +108,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -165,7 +165,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -222,7 +222,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -279,7 +279,7 @@ This metric is [recommended][MetricRecommended]. - + diff --git a/docs/system/container-metrics.md b/docs/system/container-metrics.md index c9843f6995..c9c6a4b2c7 100644 --- a/docs/system/container-metrics.md +++ b/docs/system/container-metrics.md @@ -37,7 +37,7 @@ This metric is [opt-in][MetricOptIn]. - + @@ -161,7 +161,7 @@ This metric is [opt-in][MetricOptIn]. - + @@ -199,7 +199,7 @@ This metric is [opt-in][MetricOptIn]. - + @@ -250,7 +250,7 @@ This metric is [opt-in][MetricOptIn]. - + diff --git a/docs/system/process-metrics.md b/docs/system/process-metrics.md index 6912ec1a93..4f9dfc41e9 100644 --- a/docs/system/process-metrics.md +++ b/docs/system/process-metrics.md @@ -67,7 +67,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -123,7 +123,7 @@ This metric is [opt-in][MetricOptIn]. - + @@ -179,7 +179,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -213,7 +213,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -247,7 +247,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -293,7 +293,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -339,7 +339,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -373,7 +373,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -407,7 +407,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -453,7 +453,7 @@ This metric is [recommended][MetricRecommended]. - + diff --git a/docs/system/system-metrics.md b/docs/system/system-metrics.md index cb11264f6e..a2c8633899 100644 --- a/docs/system/system-metrics.md +++ b/docs/system/system-metrics.md @@ -96,7 +96,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -153,7 +153,7 @@ This metric is [opt-in][MetricOptIn]. - + @@ -210,7 +210,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -244,7 +244,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -278,7 +278,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -326,7 +326,7 @@ available on the system, that is `system.memory.limit`. - + @@ -378,7 +378,7 @@ This metric is [opt-in][MetricOptIn]. - + @@ -417,7 +417,7 @@ This metric is [opt-in][MetricOptIn]. - + @@ -451,7 +451,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -503,7 +503,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -549,7 +549,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -595,7 +595,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -641,7 +641,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -700,7 +700,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -747,7 +747,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -803,7 +803,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -848,7 +848,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -895,7 +895,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -946,7 +946,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -1009,7 +1009,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -1084,7 +1084,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -1131,7 +1131,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -1186,7 +1186,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -1233,7 +1233,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -1280,7 +1280,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -1361,7 +1361,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -1409,7 +1409,7 @@ This metric is [recommended][MetricRecommended]. - + @@ -1508,7 +1508,7 @@ See also the [Slab allocator](https://blogs.oracle.com/linux/post/understanding- - + diff --git a/model/registry/messaging.yaml b/model/registry/messaging.yaml index e57cd0f5ef..1bbfdf70a8 100644 --- a/model/registry/messaging.yaml +++ b/model/registry/messaging.yaml @@ -36,7 +36,6 @@ groups: Destination name SHOULD uniquely identify a specific queue, topic or other entity within the broker. If the broker doesn't have such notion, the destination name SHOULD uniquely identify the broker. examples: ['MyQueue', 'MyTopic'] - tag: messaging-generic - id: messaging.destination.subscription.name type: string stability: experimental