Skip to content

Commit

Permalink
doc(_data.communityTracersInstrumentation): add review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredo-toledano committed Aug 20, 2024
1 parent 6a9b25b commit f110f76
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _data/community_tracers_instrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,21 @@
- language: Java
library: >-
[Spring Cloud Sleuth](https://github.com/spring-cloud/spring-cloud-sleuth)
[Micrometer Tracing](https://github.com/micrometer-metrics/tracing)
framework: Spring, Spring Cloud (e.g. Stream, Netflix)
propagation: Http (B3), Messaging (B3)
transports: Http, Spring Cloud Stream Compatible (e.g. RabbitMQ, Kafka, Redis or anything with a custom Binder)

Check warning on line 35 in _data/community_tracers_instrumentation.yml

View workflow job for this annotation

GitHub Actions / test

35:81 [line-length] line too long (113 > 80 characters)
sampling: "Yes"
notes: Java 7 or higher

- language: Java
library: >-
[Micrometer Tracing](https://github.com/micrometer-metrics/tracing)
framework: Spring, Quarkus, Micronaut, Helidon
propagation: Http (B3), Messaging (B3), W3C(B3)
transports: Http
sampling: "Yes"
notes: Java 8+

- language: Java
library: >-
[Wingtips](https://github.com/Nike-Inc/wingtips)
Expand Down

0 comments on commit f110f76

Please sign in to comment.