-
Notifications
You must be signed in to change notification settings - Fork 64
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
Removes tracers and extensions not updated in 4 years #175
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
- type: Storage | ||
module: >- | ||
[zipkin-logzio](https://github.com/logzio/zipkin-logzio) | ||
[zipkin-storage-forwarder](https://github.com/openzipkin-contrib/zipkin-storage-forwarder) | ||
product: >- | ||
[Logz.io](https://logz.io) | ||
notes: "Supports both sending and reading back data to and from Logz.io: Secure & Scalable Log Management with Cloud-Based ELK" | ||
[Apache kafka](https://kafka.apache.org/) (Optional) | ||
notes: Forwards spans to another HTTP or Kafka collector. | ||
- type: Storage | ||
module: >- | ||
[zipkin-scouter storage-scouter](https://github.com/scouter-project/zipkin-scouter) | ||
product: >- | ||
[Scouter APM](https://github.com/scouter-project/scouter) | ||
notes: only supports sending to an Scouter | ||
- type: Storage | ||
module: >- | ||
[zipkin-storage-kafka](https://github.com/jeqo/zipkin-storage-kafka) | ||
[zipkin-storage-kafka](https://github.com/openzipkin-contrib/zipkin-storage-kafka) | ||
product: >- | ||
[Apache kafka](https://kafka.apache.org/) | ||
notes: Supports aggregation and indexing of tracing data via Kafka Streams State Store. | ||
- type: Reporter | ||
module: >- | ||
[spring-cloud-sleuth-haystack-reporter](https://github.com/ExpediaDotCom/spring-cloud-sleuth-haystack-reporter) | ||
product: >- | ||
[Haystack](https://github.com/ExpediaDotCom/haystack) | ||
notes: Supports sending data to Haystack, a resilient, scalable tracing and analysis system. | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ | |
- language: Java | ||
library: >- | ||
[brave](https://github.com/openzipkin/brave) | ||
framework: Jersey, RestEASY, JAXRS2, Apache HttpClient, Mysql | ||
propagation: Http (B3), gRPC (B3) | ||
transports: Http, Kafka, Scribe | ||
framework: Jersey, gRPC, JAXRS2, Apache HttpClient, Kafka, JMS, Mysql, and many more! | ||
propagation: Http (B3), RPC (B3), Messaging (B3) | ||
transports: Same as [zipkin-reporter-brave](https://github.com/openzipkin/zipkin-reporter-java/tree/master/brave) | ||
sampling: "Yes" | ||
notes: Java 6 or higher | ||
|
||
|
@@ -68,3 +68,13 @@ | |
transports: "http, log file" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @codefromthecrypt I run into Rust one recently [1], do you think we could add it? (apologies if it is there already but I haven't find it) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sounds good. Usually we don't add things unless we maintain them, or one of the authors says ok. @sfackler sound good? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sounds good to me! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @reta once we merge this, make a separate PR so that watchers can notice! |
||
sampling: "Yes" | ||
notes: V2 native based on brave's model, compatible with PHP 5.6 and PHP 7.x. Check [this](https://github.com/openzipkin/zipkin-php-example) out for an example. | ||
|
||
- language: Java | ||
library: >- | ||
[brave-cassandra](https://github.com/openzipkin/brave-cassandra) | ||
framework: >- | ||
[Apache Cassandra](https://cassandra.apache.org) | ||
propagation: CQL (B3) | ||
transports: Same as [zipkin-reporter-brave](https://github.com/openzipkin/zipkin-reporter-java/tree/master/brave) | ||
sampling: "Yes" | ||
notes: Java 8+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also added forwarder