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
8
8
and adds following capabilities:
9
9
* capture request and response headers
10
10
* 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.
12
13
13
14
List of supported frameworks with additional capabilities:
14
15
| Library/Framework | Versions |
@@ -43,10 +44,6 @@ The configuration precedence order
43
44
2 . environment variables, TODO add link to agent-config repo
44
45
3 . [ configuration file] ( ./example-config.yaml ) , specified ` HT_CONFIG_FILE=example-config.yaml `
45
46
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
-
50
47
## Test
51
48
52
49
Tests use docker via Testcontainers.org.
You can’t perform that action at this time.
0 commit comments