[fix]: fix the missing quotation mark (#8380)

This commit is contained in:
Eric Shen 2023-04-27 20:36:17 +08:00 committed by GitHub
parent 8d2cc91a2c
commit b4191fa82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. |