소스 검색

Fix flag type in README.md (#10158)

Lauri Tulmin 1 년 전
부모
커밋
c251a28654
3개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 6 6
      instrumentation/elasticsearch/README.md
  2. 3 3
      instrumentation/opensearch/README.md
  3. 3 3
      instrumentation/pulsar/pulsar-2.8/README.md

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