envoyproxy / ratelimit

Go/gRPC service designed to enable generic rate limit scenarios from different types of applications.
Apache License 2.0
2.21k stars 428 forks source link

feat: add stat for domain not found #624

Closed JDeuce closed 2 weeks ago

JDeuce commented 2 weeks ago

Adding a stat when the service encounters a domain which is not found.

This generates useful signal which can be used to help debug invalid config etc in production environments which would not log at debug level, which is the only existing place I could find any metric/signal for this issue.