-
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
Conversation
@@ -1,18 +1,12 @@ | |||
- type: Storage | |||
module: >- | |||
[zipkin-logzio](https://github.com/logzio/zipkin-logzio) | |||
[zipkin-storage-forwarder](https://github.com/openzipkin-contrib/zipkin-storage-forwarder) |
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
@@ -68,3 +68,13 @@ | |||
transports: "http, log file" |
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.
@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 comment
The 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 comment
The 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 comment
The 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!
I am fixing jekyll |
50d3381
to
01e3b71
Compare
I extracted the bloody knuckles of ruby stuff to a separate PR #176 |
This removes extensions and tracers that are archived or implicitly via abandonment for 4 years. Folks can add more if they like. I also added brave-cassandra as it was missing and there are a few more official ones maybe @reta can help add. @shakuzen there's nothing here for micrometer tracing so if you like, add a follow-up PR for community supported tracers and instrumentation. @jack-berg there's nothing here for OTEL, so if you like, you can add a follow-up PR for communit supported tracers and instrumentation, as well alternative servers as OTLP as I understand accepts zipkin format. https://github.com/openzipkin/openzipkin.github.io/blob/master/pages/extensions_choices.md#alternative-servers Signed-off-by: Adrian Cole <[email protected]>
01e3b71
to
6acb7f8
Compare
wow more ✅ than any PR in recent history ;) thanks for the look folks! |
This removes extensions and tracers that are archived or implicitly via abandonment for 4 years. If any become maintained again, they can be re-added as necessary.
Folks can add more if they like. I also added brave-cassandra as it was missing and there are a few more official ones maybe @reta can help add.
@shakuzen there's nothing here for micrometer tracing so if you like, add a follow-up PR for community supported tracers and instrumentation.
@jack-berg there's nothing here for OTEL, so if you like, you can add a follow-up PR for communit supported tracers and instrumentation, as well alternative servers as OTLP as I understand accepts zipkin format.
https://github.com/openzipkin/openzipkin.github.io/blob/master/pages/extensions_choices.md#alternative-servers