Skip to content

Commit

Permalink
Add missing configuration options to grpc readme (#10113)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Dec 22, 2023
1 parent a5a3290 commit 1ee51e4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions instrumentation/grpc-1.6/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Settings for the gRPC instrumentation

| System property | Type | Default | Description |
| -------------------------------------------------------- | ------- | ------- | --------------------------------------------------- |
| `otel.instrumentation.grpc.experimental-span-attributes` | Boolean | `false` | Enable the capture of experimental span attributes. |
| System property | Type | Default | Description |
|-------------------------------------------------------------|---------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `otel.instrumentation.grpc.experimental-span-attributes` | Boolean | `false` | Enable the capture of experimental span attributes. |
| `otel.instrumentation.grpc.capture-metadata.client.request` | String | | A comma-separated list of request metadata keys. gRPC client instrumentation will capture metadata values corresponding to configured keys as span attributes. |
| `otel.instrumentation.grpc.capture-metadata.server.request` | String | | A comma-separated list of request metadata keys. gRPC server instrumentation will capture metadata values corresponding to configured keys as span attributes. |

0 comments on commit 1ee51e4

Please sign in to comment.