-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
We have an Envoy and Istio integration configured, and everything is fine and working. we also have an Istio configuration to include some envoy metrics, but the Lua filter doesn't work.
Example:
defaultConfig:
proxyStatsMatcher:
inclusionRegexps:
- ".*http_local_rate_limiter.*"
- ".*lua_filter.*"The metric envoy.http.local_rate_limit_enabled.count appears in the datadog but the envoy_http_lua_<PREFIX>_errors, that by my config the prefix is "lua_filter", the metric should be envoy_http_lua_lua_filter_errors.
The missing metric is present in the open metrics endpoint: http://%%host%%:15090/stats/prometheus"
Maybe the Datadog is not expecting any metric from Lua filters.
This is very important to have this metric in datadog.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels