Skip to content

Commit 20c274f

Browse files
committed
Address Greptile / coderabbit feedback
1 parent f7ea5da commit 20c274f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/configure-rails/yaml-schema/tracing-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tracing:
4949
| `enabled` | Enable or disable tracing | `false` |
5050
| `adapters` | List of tracing adapters | `[]` |
5151
| `span_format` | Span structure used by the LLMRails adapter: `opentelemetry` or `legacy` | `opentelemetry` |
52-
| `enable_content_capture` | Record prompts, responses, and rail inputs on spans. Captures potentially sensitive data (PII); see [](../../observability/tracing/content-capture.md) | `false` |
52+
| `enable_content_capture` | Record prompts and responses on spans. Captures potentially sensitive data (PII); see [](../../observability/tracing/content-capture.md) for full behavior and engine-specific differences | `false` |
5353

5454
## Tracing Adapters
5555

docs/observability/tracing/content-capture.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Content is only captured when tracing is also enabled — there is no point reco
5757
5858
### Environment Variable Override
5959
60+
*Applies to the IORails engine only — see [Engine Support](#engine-support) below.*
61+
6062
The `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT` environment variable overrides the config field in **both** directions.
6163
This gives operators a single OpenTelemetry-standard switch to flip capture across all services, regardless of what each deployed `config.yml` says.
6264

@@ -70,6 +72,8 @@ Values are case-insensitive, and surrounding whitespace is ignored.
7072

7173
## Output Format
7274

75+
*Applies to the IORails engine only — see [Engine Support](#engine-support) below.*
76+
7377
Captured content is emitted in one of two forms, selected by the `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable.
7478
This variable holds a comma-separated list of opt-in tokens.
7579

0 commit comments

Comments
 (0)