diff --git a/sentinel-adapter/sentinel-zuul-adapter/README.md b/sentinel-adapter/sentinel-zuul-adapter/README.md index 9814a948bc..dcfd8de6af 100755 --- a/sentinel-adapter/sentinel-zuul-adapter/README.md +++ b/sentinel-adapter/sentinel-zuul-adapter/README.md @@ -64,7 +64,7 @@ As Zuul run as per thread per connection block model, we add filters around rout - `SentinelZuulPreFilter`: This pre-filter will regard all proxy ID (`proxy` in `RequestContext`) and all customized API as resources. When a `BlockException` caught, the filter will try to find a fallback to execute. - `SentinelZuulPostFilter`: When the response has no exception caught, the post filter will complete the entries. -- `SentinelZuulPreFilter`: When an exception is caught, the filter will trace the exception and complete the entries. +- `SentinelZuulErrorFilter`: When an exception is caught, the filter will trace the exception and complete the entries.