This is an automated email from the ASF dual-hosted git repository.
songxiaosheng pushed a change to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from 906517149b Fix allow non-serializable check (#12267)
add 76d4982e1e feat: add dubbo-spring-boot-tracing-otel-otlp-starter
(#12299)
No new revisions were added by this update.
Summary of changes:
.artifacts | 1 +
.../apache/dubbo/config/nested/ExporterConfig.java | 70 +++++++++++++++++++++-
dubbo-distribution/dubbo-bom/pom.xml | 5 ++
.../autoconfigure/pom.xml | 11 +++-
.../autoconfigure/ObservabilityUtils.java | 1 +
.../exporter/otlp/OtlpAutoConfiguration.java | 64 ++++++++++++++++++++
.../src/main/resources/META-INF/spring.factories | 3 +-
...rk.boot.autoconfigure.AutoConfiguration.imports | 3 +-
.../pom.xml | 8 +--
.../pom.xml | 1 +
dubbo-test/dubbo-dependencies-all/pom.xml | 5 ++
11 files changed, 161 insertions(+), 11 deletions(-)
create mode 100644
dubbo-spring-boot/dubbo-spring-boot-observability-starters/autoconfigure/src/main/java/org/apache/dubbo/spring/boot/observability/autoconfigure/exporter/otlp/OtlpAutoConfiguration.java
copy
dubbo-spring-boot/dubbo-spring-boot-observability-starters/{dubbo-spring-boot-tracing-otel-zipkin-starter
=> dubbo-spring-boot-tracing-otel-otlp-starter}/pom.xml (88%)