Browse Source

Fix flag type in README.md (#10158)

Lauri Tulmin 1 year ago
parent
commit
c251a28654

+ 6 - 6
instrumentation/elasticsearch/README.md

@@ -2,12 +2,12 @@
 
 ## Settings for the [Elasticsearch Java API Client](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/index.html) instrumentation
 
-| System property                                           | Type     | Default | Description                                                                                                                |
-| --------------------------------------------------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------- |
-| `otel.instrumentation.elasticsearch.capture-search-query` | `Boolean | `false` | Enable the capture of search query bodies. Attention: Elasticsearch queries may contain personal or sensitive information. |
+| System property                                           | Type    | Default | Description                                                                                                                |
+| --------------------------------------------------------- | ------- | ------- | -------------------------------------------------------------------------------------------------------------------------- |
+| `otel.instrumentation.elasticsearch.capture-search-query` | Boolean | `false` | Enable the capture of search query bodies. Attention: Elasticsearch queries may contain personal or sensitive information. |
 
 ## Settings for the [Elasticsearch Transport Client](https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/index.html) instrumentation
 
-| System property                                                   | Type     | Default | Description                                         |
-| ----------------------------------------------------------------- | -------- | ------- | --------------------------------------------------- |
-| `otel.instrumentation.elasticsearch.experimental-span-attributes` | `Boolean | `false` | Enable the capture of experimental span attributes. |
+| System property                                                   | Type    | Default | Description                                         |
+| ----------------------------------------------------------------- | ------- | ------- | --------------------------------------------------- |
+| `otel.instrumentation.elasticsearch.experimental-span-attributes` | Boolean | `false` | Enable the capture of experimental span attributes. |

+ 3 - 3
instrumentation/opensearch/README.md

@@ -1,5 +1,5 @@
 # Settings for the OpenSearch instrumentation
 
-| System property                                                | Type      | Default | Description                                         |
-| -------------------------------------------------------------- | --------- | ------- | --------------------------------------------------- |
-| `otel.instrumentation.opensearch.experimental-span-attributes` | `Boolean` | `false` | Enable the capture of experimental span attributes. |
+| System property                                                | Type    | Default | Description                                         |
+| -------------------------------------------------------------- | ------- | ------- | --------------------------------------------------- |
+| `otel.instrumentation.opensearch.experimental-span-attributes` | Boolean | `false` | Enable the capture of experimental span attributes. |

+ 3 - 3
instrumentation/pulsar/pulsar-2.8/README.md

@@ -1,5 +1,5 @@
 # Settings for the Apache Pulsar instrumentation
 
-| System property                                            | Type      | Default | Description                                         |
-| ---------------------------------------------------------- | --------- | ------- | --------------------------------------------------- |
-| `otel.instrumentation.pulsar.experimental-span-attributes` | `Boolean` | `false` | Enable the capture of experimental span attributes. |
+| System property                                            | Type    | Default | Description                                         |
+| ---------------------------------------------------------- | ------- | ------- | --------------------------------------------------- |
+| `otel.instrumentation.pulsar.experimental-span-attributes` | Boolean | `false` | Enable the capture of experimental span attributes. |