From b8480d3dc965fa97d4b2ba202fd58099a2c13f17 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Wed, 5 Jun 2024 12:56:18 -0700 Subject: [PATCH] lint --- docs/messaging/messaging-metrics.md | 3 +++ docs/messaging/messaging-spans.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/messaging/messaging-metrics.md b/docs/messaging/messaging-metrics.md index d5f681656c..bf949f9e39 100644 --- a/docs/messaging/messaging-metrics.md +++ b/docs/messaging/messaging-metrics.md @@ -251,6 +251,7 @@ the broker doesn't have such notion, the destination name SHOULD uniquely identi | `gcp_pubsub` | Google Cloud Pub/Sub | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `jms` | Java Message Service | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `kafka` | Apache Kafka | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `pulsar` | Apache Pulsar | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `rabbitmq` | RabbitMQ | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `rocketmq` | Apache RocketMQ | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `servicebus` | Azure Service Bus | ![Experimental](https://img.shields.io/badge/-experimental-blue) | @@ -361,6 +362,7 @@ the broker doesn't have such notion, the destination name SHOULD uniquely identi | `gcp_pubsub` | Google Cloud Pub/Sub | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `jms` | Java Message Service | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `kafka` | Apache Kafka | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `pulsar` | Apache Pulsar | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `rabbitmq` | RabbitMQ | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `rocketmq` | Apache RocketMQ | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `servicebus` | Azure Service Bus | ![Experimental](https://img.shields.io/badge/-experimental-blue) | @@ -474,6 +476,7 @@ the broker doesn't have such notion, the destination name SHOULD uniquely identi | `gcp_pubsub` | Google Cloud Pub/Sub | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `jms` | Java Message Service | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `kafka` | Apache Kafka | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `pulsar` | Apache Pulsar | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `rabbitmq` | RabbitMQ | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `rocketmq` | Apache RocketMQ | ![Experimental](https://img.shields.io/badge/-experimental-blue) | | `servicebus` | Azure Service Bus | ![Experimental](https://img.shields.io/badge/-experimental-blue) | diff --git a/docs/messaging/messaging-spans.md b/docs/messaging/messaging-spans.md index 3fcaba09d3..48b6743e9b 100644 --- a/docs/messaging/messaging-spans.md +++ b/docs/messaging/messaging-spans.md @@ -167,7 +167,7 @@ and SHOULD adhere to one of the following values, provided they are accessible: 1. `messaging.destination.template` SHOULD be used when it is available. 2. `messaging.destination.name` SHOULD be used when the destination is known to be neither [temporary nor anonymous](#temporary-and-anonymous-destinations). -3. `server.address:server.port` SHOULD be used for operations not targeting any specific destination(s). +3. `server.address:server.port` SHOULD be used only for operations not targeting any specific destination(s). If a corresponding `{destination}` value is not available for a specific operation, the instrumentation SHOULD omit the `{destination}`.