Parcourir la source

Fix aws readme formatting (#10111)

Lauri Tulmin il y a 1 an
Parent
commit
fa0914354e
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      instrumentation/aws-sdk/README.md

+ 4 - 4
instrumentation/aws-sdk/README.md

@@ -5,8 +5,8 @@ For more information, see the respective public setters in the `AwsSdkTelemetryB
 - [SDK v1](./aws-sdk-1.11/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v1_11/AwsSdkTelemetryBuilder.java)
 - [SDK v2](./aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkTelemetryBuilder.java)
 
-| System property                                                          | Type    | Default | Description                                                                                 |
-|--------------------------------------------------------------------------| ------- | ------- |---------------------------------------------------------------------------------------------|
-| `otel.instrumentation.aws-sdk.experimental-span-attributes`              | Boolean | `false` | Enable the capture of experimental span attributes.                                         |
+| System property                                                          | Type    | Default | Description                                                                                                                           |
+|--------------------------------------------------------------------------| ------- | ------- |---------------------------------------------------------------------------------------------------------------------------------------|
+| `otel.instrumentation.aws-sdk.experimental-span-attributes`              | Boolean | `false` | Enable the capture of experimental span attributes.                                                                                   |
 | `otel.instrumentation.aws-sdk.experimental-use-propagator-for-messaging` | Boolean | `false` | v2 only, inject into SNS/SQS attributes with configured propagator: See [v2 README](aws-sdk-2.2/library/README.md#trace-propagation). |
-| `otel.instrumentation.aws-sdk.experimental-record-individual-http-error` | Boolean | `false` | v2 only, record errors returned by each individual HTTP request as events for the SDK span. |
+| `otel.instrumentation.aws-sdk.experimental-record-individual-http-error` | Boolean | `false` | v2 only, record errors returned by each individual HTTP request as events for the SDK span.                                           |