Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing istio/envoy Lua filter metrics #18399

Open
jwillker opened this issue Aug 22, 2024 · 0 comments
Open

Missing istio/envoy Lua filter metrics #18399

jwillker opened this issue Aug 22, 2024 · 0 comments

Comments

@jwillker
Copy link
Contributor

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.

Lua filter doc: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/lua/v3/lua.proto#envoy-v3-api-field-extensions-filters-http-lua-v3-lua-stat-prefix

This is very important to have this metric in datadog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant