-
Notifications
You must be signed in to change notification settings - Fork 64
/
community_tracers_instrumentation.yml
180 lines (163 loc) · 6.32 KB
/
community_tracers_instrumentation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
- language: Go
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)
propagation: Http (B3), gRPC (B3)
transports: Http, Kafka, Scribe
sampling: "Yes"
notes:
- language: Go
library: >-
[zipkintracing](https://github.com/labstack/echo-contrib/tree/master/zipkintracing)
framework: >-
[Echo](https://echo.labstack.com/)
propagation: Http (B3), easy to add others
transports: Http
sampling: "Yes"
- language: Java
library: >-
[cassandra-zipkin-tracing](https://github.com/thelastpickle/cassandra-zipkin-tracing)
framework: >-
[Apache Cassandra](https://cassandra.apache.org)
propagation: CQL (B3)
transports: Http, Kafka, Scribe
sampling: "Yes"
notes: Java 8+
- language: Java
library: >-
[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)
sampling: "Yes"
notes: Java 7 or higher
- language: Java
library: >-
[Micrometer Tracing](https://github.com/micrometer-metrics/tracing)
framework: Spring Boot 3+
propagation: B3, W3C
transports: Http
sampling: "Yes"
notes: Java 8+
- language: Java
library: >-
[Wingtips](https://github.com/Nike-Inc/wingtips)
framework: >-
[Any Servlet API framework](https://github.com/Nike-Inc/wingtips/tree/master/wingtips-servlet-api),
[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)
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
- language: Lua
library: >-
[Apache APISIX-plugin-zipkin](https://github.com/apache/apisix/tree/master/apisix/plugins/zipkin)
framework: >-
[Apache APISIX](https://apisix.apache.org/)
propagation: Http (B3)
transports: Http
sampling: "Yes"
notes: An [Apache APISIX](https://apisix.apache.org/) plugin to enable tracing to a zipkin server.
- language: Python
library: >-
[py_zipkin](https://github.com/Yelp/py_zipkin)
framework: Any
propagation: Http (B3)
transports: Pluggable
sampling: >-
[Yes](https://github.com/Yelp/py_zipkin/blob/2b1218ea6438fa7fd35946092de58496f4f759dd/py_zipkin/zipkin.py#L97)
notes: Generic python tracer, used in pyramid-zipkin; py2, py3 support.
- language: Python
library: >-
[pyramid_zipkin](https://github.com/Yelp/pyramid_zipkin)
framework: >-
[Pyramid](http://docs.pylonsproject.org/projects/pyramid/en/latest/)
propagation: Http (B3)
transports: >-
[Kafka \\| Scribe](http://pyramid-zipkin.readthedocs.org/en/latest/configuring_zipkin.html#zipkin-transport-handler)
sampling: >-
[Yes](http://pyramid-zipkin.readthedocs.org/en/latest/configuring_zipkin.html#zipkin-tracing-percent)
notes: py2, py3 support.
- language: Python
library: >-
[swagger_zipkin](https://github.com/Yelp/swagger_zipkin)
framework: >-
Swagger ([Bravado](http://bravado.readthedocs.io/en/latest/)), to be used with [py_zipkin](https://github.com/Yelp/py_zipkin)
propagation: Http (B3)
transports: >-
[Kafka \\| Scribe](http://pyramid-zipkin.readthedocs.org/en/latest/configuring_zipkin.html#zipkin-transport-handler)
sampling: >-
[Yes](http://pyramid-zipkin.readthedocs.org/en/latest/configuring_zipkin.html#zipkin-tracing-percent)
notes: Uses py_zipkin; py2, py3 support.
- language: Python
library: >-
[aiozipkin](https://github.com/aio-libs/aiozipkin)
framework: >-
[asyncio](https://docs.python.org/3/library/asyncio.html)
propagation: Http (B3)
transports: Http
sampling: >-
[Yes](https://github.com/aio-libs/aiozipkin/blob/a1a239d6f5a42fce35ecc9810c09eb4ac1d89780/aiozipkin/tracer.py#L9-L10)
notes: Supported python 3.5+ and native coroutines.
- language: Scala
library: >-
[kamon-zipkin](https://kamon.io/docs/latest/reporters/zipkin/)
framework: >-
[akka](https://doc.akka.io/docs/akka/current/index.html),
[akka-http](https://doc.akka.io/docs/akka-http/current/index.html),
propagation: Http (B3)
transports: Http
sampling: "Yes"
notes: Toolkit for tracing and monitoring for jvm based applications
- language: Scala
library: >-
[sttp](https://github.com/softwaremill/sttp)
framework: >-
[akka-http](https://doc.akka.io/docs/akka-http/current/index.html),
[async-http-client](https://github.com/AsyncHttpClient/async-http-client)
propagation: Http (B3)
transports: Http
sampling: "Yes"
notes: Brave-based wrapper for any http backend implemented using sttp's interface
- language: PHP
library: >-
[zipkin-php-opentracing](https://github.com/jcchavezs/zipkin-php-opentracing)
framework: Any
propagation: "B3"
transports: "http, log file"
sampling: "Yes"
notes: Zipkin V2 client with OpenTracing API
- language: Java
library: >-
[kafka-interceptor-zipkin](https://github.com/openzipkin-contrib/kafka-interceptor-zipkin)
framework: >-
[Apache Kafka](https://kafka.apache.org)
propagation: "B3"
transports: Http, Kafka
sampling: "Yes"
notes: Java 8+, meant to be used for off-the-shelf components like Kafka Connectors, KSQL or Kafka REST Proxy. Instrumentation for Kafka Clients and Kafka Streams are included as Brave instrumentation.
- language: Go
library: >-
[zipkin-go-sql](https://github.com/openzipkin-contrib/zipkin-go-sql)
framework: Any
notes: SQL instrumentation for Go database/sql
- language: PHP
library: >-
[zipkin-instrumentation-symfony](https://github.com/jcchavezs/zipkin-instrumentation-symfony)
framework: >-
[Symfony](https://symfony.com/)
propagation: "B3"
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.