You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Envoy has metrics for filters to get an overview of the plugin execution statistics, we need to expose metrics for plugins.
Use Scenes
Just like the envoy filters, e.g. the global rate-limiting has metric statistics to describe how many requests has over the limitation. It can also help us for troubleshooting.
Description
Envoy has metrics for filters to get an overview of the plugin execution statistics, we need to expose metrics for plugins.
Use Scenes
Just like the envoy filters, e.g. the global rate-limiting has metric statistics to describe how many requests has over the limitation. It can also help us for troubleshooting.
Advice
thanks to @spacewander for the suggestions below:
Envoy Go metric API: https://github.com/envoyproxy/envoy/blob/0ff8fc30ae72a5a0efdc7d651f217021c77056b3/contrib/golang/common/go/api/filter.go#L312
While htnn not inetgrated yet, we need to enhance this part:
htnn/api/pkg/filtermanager/config.go
Line 167 in 2e9de01
The text was updated successfully, but these errors were encountered: