Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define opentelemetry community tracer #177

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _data/community_tracers_instrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
library: >-
[zipkin-go-opentracing](https://github.com/openzipkin-contrib/zipkin-go-opentracing)
framework: >-
[Go kit](https://gokit.io), or roll your own with [OpenTracing](http://opentracing.io)

Check warning on line 5 in _data/community_tracers_instrumentation.yml

View workflow job for this annotation

GitHub Actions / test

5:81 [line-length] line too long (90 > 80 characters)
propagation: Http (B3), gRPC (B3)
transports: Http, Kafka, Scribe
sampling: "Yes"
Expand Down Expand Up @@ -32,7 +32,7 @@
[Spring Cloud Sleuth](https://github.com/spring-cloud/spring-cloud-sleuth)
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

Expand All @@ -40,17 +40,17 @@
library: >-
[Wingtips](https://github.com/Nike-Inc/wingtips)
framework: >-
[Any Servlet API framework](https://github.com/Nike-Inc/wingtips/tree/master/wingtips-servlet-api),

Check warning on line 43 in _data/community_tracers_instrumentation.yml

View workflow job for this annotation

GitHub Actions / test

43:81 [line-length] line too long (103 > 80 characters)
[roll-your-own](https://github.com/Nike-Inc/wingtips#generic-application-pseudo-code),
[async framework support](https://github.com/Nike-Inc/wingtips#usage-in-reactive-asynchronous-nonblocking-scenarios)

Check warning on line 45 in _data/community_tracers_instrumentation.yml

View workflow job for this annotation

GitHub Actions / test

45:81 [line-length] line too long (120 > 80 characters)
propagation: Http (B3)
transports: Http
sampling: "Yes"
notes: Java 7 or higher, [SLF4J MDC support](https://github.com/Nike-Inc/wingtips#mdc_info) for auto-tagging all log messages with tracing info

Check warning on line 49 in _data/community_tracers_instrumentation.yml

View workflow job for this annotation

GitHub Actions / test

49:81 [line-length] line too long (145 > 80 characters)

- language: Lua
library: >-
[Apache APISIX-plugin-zipkin](https://github.com/apache/apisix/tree/master/apisix/plugins/zipkin)

Check warning on line 53 in _data/community_tracers_instrumentation.yml

View workflow job for this annotation

GitHub Actions / test

53:81 [line-length] line too long (101 > 80 characters)
framework: >-
[Apache APISIX](https://apisix.apache.org/)
propagation: Http (B3)
Expand Down Expand Up @@ -159,3 +159,13 @@
transports: "http, log file"
sampling: "Yes"
notes: A Zipkin integration for Symfony applications

- language: Several
library: >-
[opentelemetry](https://opentelemetry.io)
framework: >-
Any
propagation: "B3, W3C"
transports: Http
sampling: "Yes"
notes: Toolkit for observability, with prebuilt instrumentation for many libraries in several languages.
Loading