Hartigan
Hartigan
Poor performance of `MicrometerCollector.collect()` which uses `DefaultLongTaskTimer`. `DefaultLongTaskTimer` contains a lot of calls of `ConcurrentLinkedDeque.size()` with `O(n)` complexity during histogram creation. Micrometer version: 1.10.3 Might be worth saving the size...
https://github.com/micrometer-metrics/micrometer/issues/3993
Hi This change allow to use `ginepro` with web servers, which verifies origin of request from `Origin` header.
Hi This PR introduce documentation and end-to-end tests for Datadog tracing which added in https://github.com/envoyproxy/gateway/pull/4298 End-to-end test implemented via [Grafana Alloy](https://grafana.com/docs/alloy/latest/), where Alloy acts as adapter from [Datadog agent interface](https://github.com/DataDog/datadog-agent)...