From b4191fa82f81b889b9d85a8ae769a784d9d3274e Mon Sep 17 00:00:00 2001 From: Eric Shen Date: Thu, 27 Apr 2023 20:36:17 +0800 Subject: [PATCH] [fix]: fix the missing quotation mark (#8380) --- instrumentation/pulsar/pulsar-2.8/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/pulsar/pulsar-2.8/README.md b/instrumentation/pulsar/pulsar-2.8/README.md index 8c7d5f25c2..50278457c8 100644 --- a/instrumentation/pulsar/pulsar-2.8/README.md +++ b/instrumentation/pulsar/pulsar-2.8/README.md @@ -2,4 +2,4 @@ | System property | Type | Default | Description | |---|---|---|---| -| `otel.instrumentation.pulsar.experimental-span-attributes` | `Boolean | `false` | Enable the capture of experimental span attributes. | +| `otel.instrumentation.pulsar.experimental-span-attributes` | `Boolean` | `false` | Enable the capture of experimental span attributes. |