nanjiek opened a new pull request, #784: URL: https://github.com/apache/dubbo-go-pixiu/pull/784
**What this PR does**: This PR introduces a unified metric reporter filter (`dgp.filter.http.metricreporter`) that consolidates the functionality of two previous filters (`dgp.filter.http.metric` and `dgp.filter.http.prometheusmetric`) while adding extensibility through context-based metric collection. Key features: - **Unified Entry Point**: Single filter supporting both Pull (OpenTelemetry) and Push (Prometheus Push Gateway) modes - **Context-based Extension**: Filters can record custom metrics via `HttpContext.RecordMetric()`, enabling dynamic metric registration **Which issue(s) this PR fixes**: Fixes #573 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
