From 8a3a92b1e4abd7ebe76301adc5a0d868503e761e Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Fri, 17 May 2024 11:27:14 +0300 Subject: [PATCH] docs: also apply to new instrumentation kafkajs --- plugins/node/instrumentation-kafkajs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/node/instrumentation-kafkajs/package.json b/plugins/node/instrumentation-kafkajs/package.json index 7e6ff384e1..52dffe870a 100644 --- a/plugins/node/instrumentation-kafkajs/package.json +++ b/plugins/node/instrumentation-kafkajs/package.json @@ -1,7 +1,7 @@ { "name": "@opentelemetry/instrumentation-kafkajs", "version": "0.0.1", - "description": "OpenTelemetry automatic instrumentation package for kafkajs", + "description": "OpenTelemetry instrumentation for `kafkajs` messaging client for Apache Kafka", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": "open-telemetry/opentelemetry-js-contrib",