- Fix to an issue with Proxy v11.2 orphaned proxies.
- OpenTelemetry metrics ingestion: The proxy can now receive OpenTelemetry metric protobuffs over the existing gRPC and HTTP listeners (introduced in #656).
Features introduced in v11.2:
- New
metricsFilter
preprocessor rule: New rule reads a file with a list of metrics. Only metrics in the list are passed to the server, all other metrics are dropped. - Fix to an issue with incorrect AWS SQS queue names: A queue name can have up to 80 characters. Accepted characters: alphanumeric characters, hyphens (-), and underscores (_).
- Fix to an issue where extractTag and extractTagIfNotExists preprocessor rules are not applied when source is set to pointLine.
- Updated dependencies versions.
- Updated
*-spring-boot.jar
as main jar file to execute proxy. e.g.$java -jar proxy-11.3-spring-boot.jar
.
Please note*-jar-with-dependencies.jar
is reserved for internal uses.