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
{{ message }}
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
Drive some traffic. Then look at the output in Prometheus or ServiceGraph. The traffic is reduced by the %, but there are no response_code entries for the injected 500s.
This is likely a problem in either Envoy's Mixer filter or the mixerclient itself. Mixer just blindly pushes the data we're provided to the metric backend, these missing stats seem to indicate that Report calls aren't being made to the mixer by Envoy when it sees a 500.
@esnible could you test it with latest Istio (0.2.6)? As long as fault fitler is injected after mixer filter, it should work. I just checked, now it is injected after.
@esnible commented on Tue May 30 2017
To reproduce, start up bookinfo.
Drive some traffic. Then look at the output in Prometheus or ServiceGraph. The traffic is reduced by the %, but there are no response_code entries for the injected 500s.
@ZackButcher commented on Tue May 30 2017
This is likely a problem in either Envoy's Mixer filter or the mixerclient itself. Mixer just blindly pushes the data we're provided to the metric backend, these missing stats seem to indicate that
Report
calls aren't being made to the mixer by Envoy when it sees a 500.@douglas-reid commented on Tue May 30 2017
@qiwzhang any ideas what might cause this related to the filter chain?
The text was updated successfully, but these errors were encountered: