This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch feature/activate-otlp-traces-handler
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit a4caa0a97c9364095c70dcf3a929b71d600e3f1c
Author: Wu Sheng <[email protected]>
AuthorDate: Fri Mar 6 13:57:39 2026 +0800

    Activate otlp-traces handler in receiver-otel by default.
---
 docs/en/changes/changes.md                                   | 1 +
 oap-server/server-starter/src/main/resources/application.yml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 47cc56f67b..d6e3205e61 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -150,6 +150,7 @@
 * Support TraceQL and Tempo API for Zipkin trace query.
 * Remove `initExp` from MAL configuration. It was an internal Groovy startup 
validation mechanism, not an end-user feature. The v2 ANTLR4 compiler performs 
fail-fast validation at startup natively.
 * Update hierarchy rule documentation: `auto-matching-rules` in 
`hierarchy-definition.yml` no longer use Groovy scripts. Rules now use a 
dedicated expression grammar supporting property access, String methods, 
if/else, comparisons, and logical operators. All shipped rules are fully 
compatible.
+* Activate `otlp-traces` handler in `receiver-otel` by default.
 
 #### UI
 * Fix the missing icon in new native trace view.
diff --git a/oap-server/server-starter/src/main/resources/application.yml 
b/oap-server/server-starter/src/main/resources/application.yml
index cce22a1417..3d9a06e6c6 100644
--- a/oap-server/server-starter/src/main/resources/application.yml
+++ b/oap-server/server-starter/src/main/resources/application.yml
@@ -385,7 +385,7 @@ receiver-meter:
 receiver-otel:
   selector: ${SW_OTEL_RECEIVER:default}
   default:
-    enabledHandlers: 
${SW_OTEL_RECEIVER_ENABLED_HANDLERS:"otlp-metrics,otlp-logs"}
+    enabledHandlers: 
${SW_OTEL_RECEIVER_ENABLED_HANDLERS:"otlp-traces,otlp-metrics,otlp-logs"}
     enabledOtelMetricsRules: 
${SW_OTEL_RECEIVER_ENABLED_OTEL_METRICS_RULES:"apisix,nginx/*,k8s/*,istio-controlplane,vm,mysql/*,postgresql/*,oap,aws-eks/*,windows,aws-s3/*,aws-dynamodb/*,aws-gateway/*,redis/*,elasticsearch/*,rabbitmq/*,mongodb/*,kafka/*,pulsar/*,bookkeeper/*,rocketmq/*,clickhouse/*,activemq/*,kong/*,flink/*,banyandb/*"}
 
 receiver-zipkin:

Reply via email to