mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
wip
This commit is contained in:
parent
f36cbadf2e
commit
ead766a586
31 changed files with 2284 additions and 701 deletions
|
|
@ -149,6 +149,8 @@ properties:
|
|||
properties:
|
||||
random_sampling:
|
||||
type: integer
|
||||
trace_arch:
|
||||
type: boolean
|
||||
additionalProperties: false
|
||||
mode:
|
||||
type: string
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ static_resources:
|
|||
envoy_grpc:
|
||||
cluster_name: opentelemetry_collector
|
||||
timeout: 0.250s
|
||||
service_name: prompt_gateway
|
||||
service_name: arch_gateway
|
||||
random_sampling:
|
||||
value: {{ arch_tracing.random_sampling }}
|
||||
{% endif %}
|
||||
|
|
@ -78,7 +78,7 @@ static_resources:
|
|||
envoy_grpc:
|
||||
cluster_name: opentelemetry_collector
|
||||
timeout: 0.250s
|
||||
service_name: prompt_internal
|
||||
service_name: arch_internal
|
||||
random_sampling:
|
||||
value: {{ arch_tracing.random_sampling }}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue