This commit is contained in:
Adil Hafeez 2024-11-06 14:43:32 -08:00
parent f36cbadf2e
commit ead766a586
31 changed files with 2284 additions and 701 deletions

View file

@ -149,6 +149,8 @@ properties:
properties:
random_sampling:
type: integer
trace_arch:
type: boolean
additionalProperties: false
mode:
type: string

View file

@ -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 %}