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.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged with no stale labels or other activity occurs. Thank you for your contributions.
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: