mirror of https://github.com/istio/istio.io.git
fix telemetry test (#15958)
This commit is contained in:
parent
eda9f45c32
commit
e26275f03a
|
@ -79,13 +79,13 @@ You can modify the standard metric definitions using `tags_to_remove` or by re-d
|
|||
mode: CLIENT
|
||||
tagOverrides:
|
||||
destination_x:
|
||||
value: upstream_peer.labels['app'].value
|
||||
value: filter_state.upstream_peer.app
|
||||
- match:
|
||||
metric: REQUEST_COUNT
|
||||
mode: SERVER
|
||||
tagOverrides:
|
||||
source_x:
|
||||
value: downstream_peer.labels['app'].value
|
||||
value: filter_state.downstream_peer.app
|
||||
providers:
|
||||
- name: prometheus
|
||||
{{< /text >}}
|
||||
|
|
|
@ -64,13 +64,13 @@ spec:
|
|||
mode: CLIENT
|
||||
tagOverrides:
|
||||
destination_x:
|
||||
value: upstream_peer.labels['app'].value
|
||||
value: filter_state.upstream_peer.app
|
||||
- match:
|
||||
metric: REQUEST_COUNT
|
||||
mode: SERVER
|
||||
tagOverrides:
|
||||
source_x:
|
||||
value: downstream_peer.labels['app'].value
|
||||
value: filter_state.downstream_peer.app
|
||||
providers:
|
||||
- name: prometheus
|
||||
ENDSNIP
|
||||
|
|
Loading…
Reference in New Issue