lchenn / py-grpc-prometheus

Python gRPC Prometheus
Apache License 2.0
48 stars 25 forks source link

Introduce the skip_exceptions parameter #18

Closed RyanSiu1995 closed 3 years ago

RyanSiu1995 commented 3 years ago

Try to close #17. Here will try to capture all exceptions in the interceptor function. Depending on the initial function, the exception handling will throw or capture the exceptions correspondingly.