diff --git a/infra/terraform-dev.tfvars b/infra/terraform-dev.tfvars index 148f8fc74..0ab14fe3e 100644 --- a/infra/terraform-dev.tfvars +++ b/infra/terraform-dev.tfvars @@ -20,5 +20,5 @@ signer_configs = [ } ] jwt_signature_pk_url = "https://www.googleapis.com/robot/v1/metadata/x509/securetoken@system.gserviceaccount.com" -otlp_endpoint = "https://otel.dev.api.pagoda.co:443" +otlp_endpoint = "https://otel.dev.api.pagoda.co:443/v1/traces" opentelemetry_level = "debug"