mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use envoy 1.37 and fix operation name
This commit is contained in:
parent
c999b36c41
commit
7d75b340b5
3 changed files with 6 additions and 3 deletions
|
|
@ -54,6 +54,7 @@ static_resources:
|
|||
service_name: plano(inbound)
|
||||
random_sampling:
|
||||
value: {{ arch_tracing.random_sampling }}
|
||||
operation: "%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
|
||||
{% endif %}
|
||||
stat_prefix: plano(inbound)
|
||||
codec_type: AUTO
|
||||
|
|
@ -303,6 +304,7 @@ static_resources:
|
|||
service_name: plano(inbound)
|
||||
random_sampling:
|
||||
value: {{ arch_tracing.random_sampling }}
|
||||
operation: "%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
|
||||
{% endif %}
|
||||
stat_prefix: {{ listener.name | replace(" ", "_") }}_traffic
|
||||
codec_type: AUTO
|
||||
|
|
@ -402,6 +404,7 @@ static_resources:
|
|||
service_name: plano(outbound)
|
||||
random_sampling:
|
||||
value: {{ arch_tracing.random_sampling }}
|
||||
operation: "%REQ(:METHOD)% %REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
|
||||
{% endif %}
|
||||
stat_prefix: egress_traffic
|
||||
codec_type: AUTO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue