Skip to content

Commit

Permalink
add dubbo-spring-boot-observability-starter (apache#11579)
Browse files Browse the repository at this point in the history
* add dubbo-spring-boot-observability-starter

* add License and fix codestyle

* Add License

* Add dubbo-spring-boot-observability-starter to dubbo-dependencies-all

* Changes following review

* Changes following review

* Polish pom

* Changes following review

* Add dubbo-metrics-default in dubbo-spring-boot-observability-starter

* Remove author tag

* Polish pom
  • Loading branch information
ShenFeng312 authored and lcb11 committed Mar 31, 2023
1 parent 25db159 commit 5a1a0d9
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 437 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,16 @@
</dependency>

<!-- Observabililty -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-metrics-default</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-otel</artifactId>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-observability-starter</artifactId>
</dependency>

</dependencies>

<build>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@
</dependency>

<!-- Observability -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-metrics-default</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-otel</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-observability-starter</artifactId>
</dependency>

</dependencies>

Expand Down
Loading

0 comments on commit 5a1a0d9

Please sign in to comment.