From 6b5975d8b9823d1d0acd6b6445e10149ee497c0d Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 4 Apr 2025 15:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2oltp=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- telemetry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemetry/__init__.py b/telemetry/__init__.py index d8666db..99d8e22 100644 --- a/telemetry/__init__.py +++ b/telemetry/__init__.py @@ -23,7 +23,7 @@ def init_opentelemetry(): # 使用HTTP协议上报 span_processor = BatchSpanProcessor(OTLPSpanHttpExporter( - endpoint="http://tracing-analysis-dc-sh.aliyuncs.com/adapt_e7qojqi4e0@aa79b4d367fb6b7_e7qojqi4e0@53df7ad2afe8301/api/otlp/traces", + endpoint="https://oltp.jerryyan.top/v1/traces", )) trace_provider = TracerProvider(resource=resource, active_span_processor=span_processor)