|
@@ -53,8 +53,8 @@ These configuration options are supported by all HTTP client and server instrume
|
|
|
## Capturing servlet request parameters
|
|
|
|
|
|
You can configure the agent to capture predefined HTTP request parameter as span attributes for
|
|
|
-requests that are handled by Servlet API.
|
|
|
-Use the following property to define which servlet request parameters you want to capture:
|
|
|
+requests that are handled by Servlet API. Use the following property to define which servlet request
|
|
|
+parameters you want to capture:
|
|
|
|
|
|
| System property | Environment variable | Description |
|
|
|
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ----------- |
|
|
@@ -62,3 +62,18 @@ Use the following property to define which servlet request parameters you want t
|
|
|
|
|
|
> **Note**: The property/environment variable names listed in the table are still experimental,
|
|
|
> and thus are subject to change.
|
|
|
+
|
|
|
+## Capturing consumer message receive telemetry in messaging instrumentations
|
|
|
+
|
|
|
+You can configure the agent to capture the consumer message receive telemetry in messaging
|
|
|
+instrumentation. Use the following property to enable it:
|
|
|
+
|
|
|
+| System property | Environment variable | Description |
|
|
|
+| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------- |
|
|
|
+| `otel.instrumentation.messaging.experimental.receive-telemetry.enabled` | `OTEL_INSTRUMENTATION_MESSAGING_EXPERIMENTAL_RECEIVE_TELEMETRY_ENABLED` | Enables the consumer message receive telemetry. The default value is `false`.
|
|
|
+
|
|
|
+Note that this will cause the consumer side to start a new trace, with only a span link connecting
|
|
|
+it to the producer trace.
|
|
|
+
|
|
|
+> **Note**: The property/environment variable names listed in the table are still experimental,
|
|
|
+> and thus are subject to change.
|