Skip to content

Commit 7134b16

Browse files
authored
Update readme (#105)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 34ea693 commit 7134b16

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ This agent supports [these frameworks](https://github.com/open-telemetry/opentel
88
and 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

1314
List 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

5249
Tests use docker via Testcontainers.org.

0 commit comments

Comments
 (0)