chore: update postgres_demo with new config

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-08-05 16:46:10 -07:00
parent 7f834339ba
commit 04b80f9864
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ def get_distribution_template() -> DistributionTemplate:
config=dict( config=dict(
service_name="${env.OTEL_SERVICE_NAME:=\u200b}", service_name="${env.OTEL_SERVICE_NAME:=\u200b}",
sinks="${env.TELEMETRY_SINKS:=console,otel_trace}", sinks="${env.TELEMETRY_SINKS:=console,otel_trace}",
otel_trace_endpoint="${env.OTEL_TRACE_ENDPOINT:=http://localhost:4318/v1/traces}", otel_exporter_otlp_endpoint="${env.OTEL_EXPORTER_OTLP_ENDPOINT:=http://localhost:4318/v1/traces}",
), ),
) )
], ],

View file

@ -55,7 +55,7 @@ providers:
config: config:
service_name: "${env.OTEL_SERVICE_NAME:=\u200B}" service_name: "${env.OTEL_SERVICE_NAME:=\u200B}"
sinks: ${env.TELEMETRY_SINKS:=console,otel_trace} sinks: ${env.TELEMETRY_SINKS:=console,otel_trace}
otel_trace_endpoint: ${env.OTEL_TRACE_ENDPOINT:=http://localhost:4318/v1/traces} otel_exporter_otlp_endpoint: ${env.OTEL_EXPORTER_OTLP_ENDPOINT:=http://localhost:4318/v1/traces}
tool_runtime: tool_runtime:
- provider_id: brave-search - provider_id: brave-search
provider_type: remote::brave-search provider_type: remote::brave-search