hypertrace / javaagent

Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.
Apache License 2.0
30 stars 15 forks source link

Move mock filter impl to testing package #323

Closed pavolloffay closed 3 years ago

pavolloffay commented 3 years ago

Signed-off-by: Pavol Loffay p.loffay@gmail.com

Description

Before this PR the mock filter implementation was packaged in the agent distribution. The mock filter shouldn't be exposed in the final distribution. Its only purpose is to test blocking in instrumentations which is done by moving the filter into the testing package.