File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ This agent supports [these frameworks](https://github.com/open-telemetry/opentel
88and adds following capabilities:
99* capture request and response headers
1010* capture request and response bodies
11- * execution blocking based on Open Policy Agent
11+ * server request headers/bodies evaluation in agent filter that can result in request blocking.
12+ The filter implementation will be pluggable.
1213
1314List of supported frameworks with additional capabilities:
1415| Library/Framework | Versions |
@@ -43,10 +44,6 @@ The configuration precedence order
4344 2 . environment variables, TODO add link to agent-config repo
4445 3 . [ configuration file] ( ./example-config.yaml ) , specified ` HT_CONFIG_FILE=example-config.yaml `
4546
46- Hypertrace body/headers capture can be disabled by:
47- * ` HT_DATA_CAPTURE_HTTP_BODY_REQUEST ` - disables additional data capture for all instrumentations
48- * ` HYPERTRACE_INTEGRATION_<integration>_ENABLED ` - disables capture for a specified instrumentation e.g. ` servlet ` , ` servlet-3 `
49-
5047## Test
5148
5249Tests use docker via Testcontainers.org.
You can’t perform that action at this time.
0 commit comments