forked from openzipkin/openzipkin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community_instrumentations.yml
188 lines (170 loc) · 6.44 KB
/
community_instrumentations.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
181
182
183
184
185
186
187
188
- language: "C,C++"
library: >-
[zipkin-cpp](https://github.com/flier/zipkin-cpp)
framework: gRPC
propagation: Http (B3)
transports: Http, Kafka, Scribe, X-Ray
sampling: "Yes"
notes: includes benchmarks
- language: "C#"
library: >-
[ZipkinTracerModule](https://github.com/mdsol/Medidata.ZipkinTracerModule)
framework: OWIN, HttpHandler
propagation: Http (B3)
transports: Http
sampling: "Yes"
notes: lc support. 4.5.2 or higher
- language: "C#"
library: >-
[Zipkin4net](https://github.com/criteo/zipkin4net)
framework: Any
propagation: Http (B3)
transports: Any
sampling: "Yes"
- language: Elixir
library: >-
[Tapper](https://github.com/Financial-Times/tapper)
framework: >-
Any, [Plug](https://github.com/elixir-lang/plug) supported via [Tapper Plug](https://github.com/Financial-Times/tapper_plug)
propagation: Http (B3)
transports: Http
sampling: "[Yes](https://github.com/Financial-Times/tapper_plug#sampling)"
notes: >-
Comprises tracing and reporting OTP-application [Tapper](https://github.com/Financial-Times/tapper),
with server integration via [Tapper Plug](https://github.com/Financial-Times/tapper_plug), and support for tracing
[Absinthe](http://absinthe-graphql.org/) via [Tapper Absinthe Plug](https://github.com/Financial-Times/tapper_absinthe_plug)
- language: Go
library: >-
[go-zipkin](https://github.com/elodina/go-zipkin)
framework: x/net Context
propagation:
transports: Kafka
sampling: "Yes"
- language: Go
library: >-
[monkit-zipkin](https://github.com/spacemonkeygo/monkit-zipkin/)
framework: >-
[Monkit](https://github.com/spacemonkeygo/monkit/)
propagation: Http (B3), easy to add others
transports: Scribe, UDP, easy to add others
sampling: "Yes"
- language: Java
library: >-
[cassandra-zipkin-tracing](https://github.com/thelastpickle/cassandra-zipkin-tracing)
framework: >-
[Apache Cassandra](http://cassandra.apache.org)
propagation: CQL (B3)
transports: Http, Kafka, Scribe
sampling: "Yes"
notes: Java 8+
- language: Java
library: >-
[Dropwizard Zipkin](https://github.com/smoketurner/dropwizard-zipkin)
framework: >-
[Dropwizard](http://www.dropwizard.io)
propagation: Http (B3), Thrift
transports: Http, Scribe
sampling: "Yes"
notes: Java 7 or higher
- language: Java
library: >-
[htrace](https://github.com/apache/incubator-htrace/tree/master/htrace-zipkin)
framework: HDFS, HBase
propagation:
transports: Http, Scribe
sampling: "Yes"
notes: Java 7 or higher
- 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: >-
[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: 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: >-
[flask_zipkin](https://github.com/qiajigou/flask-zipkin)
framework: >-
[Flask](http://flask.pocoo.org)
propagation: Http (B3)
transports: Pluggable
sampling: >-
[Yes](http://qiajigou.click/flask-zipkin/)
notes: Uses py_zipkin; py2, py3 support.
- language: Scala
library: >-
[akka-tracing](https://github.com/levkhomich/akka-tracing)
framework: >-
[Akka](https://akka.io), [Spray](https://spray.io), [Play](https://www.playframework.com)
propagation: Http (B3), Thrift
transports: Scribe
sampling: "Yes"
notes: Java 6+, Scala 2.10+, activator templates for [Akka](https://github.com/levkhomich/activator-akka-tracing) and [Play](https://github.com/levkhomich/activator-play-tracing)
- language: Scala
library: >-
[play-zipkin-tracing](https://github.com/bizreach/play-zipkin-tracing)
framework: >-
[Play](https://www.playframework.com)
propagation: Http (B3)
transports: Http
sampling: "Yes"
notes: Uses Brave4; Play 2.3, 2.4 and 2.5 support.
- language: PHP
library: >-
[phpkin](https://github.com/whitemerry/phpkin)
framework: Any
propagation: "B3, custom (depends on user implementation)"
transports: "http, log file"
sampling: "Yes"
notes: Simple and full implementation without dependencies. Very flexible.
- language: PHP
library: >-
[Molten](https://github.com/chuan-yun/Molten)
framework: Any
propagation: "B3"
transports: "http, log file, syslog"
sampling: "Yes"
notes: Application transparent;php5.6 or higher;auto trace pdo/mysqli/curl/memcached/redis;auto add http B3 header.