Skip to content

Commit f110f76

Browse files
author
alfredo-toledano
committed
doc(_data.communityTracersInstrumentation): add review comments
1 parent 6a9b25b commit f110f76

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: _data/community_tracers_instrumentation.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,21 @@
3030
- language: Java
3131
library: >-
3232
[Spring Cloud Sleuth](https://github.com/spring-cloud/spring-cloud-sleuth)
33-
[Micrometer Tracing](https://github.com/micrometer-metrics/tracing)
3433
framework: Spring, Spring Cloud (e.g. Stream, Netflix)
3534
propagation: Http (B3), Messaging (B3)
3635
transports: Http, Spring Cloud Stream Compatible (e.g. RabbitMQ, Kafka, Redis or anything with a custom Binder)
3736
sampling: "Yes"
3837
notes: Java 7 or higher
3938

39+
- language: Java
40+
library: >-
41+
[Micrometer Tracing](https://github.com/micrometer-metrics/tracing)
42+
framework: Spring, Quarkus, Micronaut, Helidon
43+
propagation: Http (B3), Messaging (B3), W3C(B3)
44+
transports: Http
45+
sampling: "Yes"
46+
notes: Java 8+
47+
4048
- language: Java
4149
library: >-
4250
[Wingtips](https://github.com/Nike-Inc/wingtips)

0 commit comments

Comments
 (0)