From b131bcca124339a87b12226f6f3272ac5b5e407d Mon Sep 17 00:00:00 2001 From: enoch Date: Mon, 25 Sep 2023 10:55:35 +0800 Subject: [PATCH] feat: add httpURLConnection plugin config --- build/src/main/resources/agent.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/src/main/resources/agent.properties b/build/src/main/resources/agent.properties index d25ae84e..5e65afe8 100644 --- a/build/src/main/resources/agent.properties +++ b/build/src/main/resources/agent.properties @@ -214,6 +214,8 @@ plugin.observability.redis.metric.url=/platform-metrics # plugin.observability.feignClient.tracing.enabled=true ## restTemplate tracing # plugin.observability.restTemplate.tracing.enabled=true +## httpURLConnection tracing +# plugin.observability.httpURLConnection.tracing.enabled=true # -------------------- service name --------------------- ## add service name to header by name for easemesh. default name: X-Mesh-RPC-Service