Support gRPC and gRPC-Web protocol in metrics

This commit is contained in:
Ngọc Long 2022-11-08 16:52:09 +07:00 committed by GitHub
parent d131ef57da
commit 240fb871b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 142 additions and 2 deletions

View file

@ -16,3 +16,7 @@ feature by feature, of how the configuration looked like in v2, and how it now l
## IPWhiteList
In v3, we renamed the `IPWhiteList` middleware to `IPAllowList` without changing anything to the configuration.
## gRPC Metrics
In v3, the reported status code for gRPC requests is now the value of the `Grpc-Status` header.