-
Notifications
You must be signed in to change notification settings - Fork 132
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
OpenTracing Registry Page #343
Comments
What's the plan? A yaml or json file listing all modules and a JS fuzzy search in the UI? |
Yeah, pretty much. I've already got some initial work here https://github.com/opentracing/opentracing.io/compare/feature/searchableRegistry if you want to see. The biggest difference is that instead of a single file listing modules, we'll have a bunch of markdown files that get turned into JSON and then searched. Should make it easy for people to do PR's of new modules. |
@tedsuo @yurishkuro I'm trying to come up with a set of standard |
tracer / instrumentation labels make sense to me. I would suggest (without thinking through implementation implications) keeping the individual files in two different directories, tracers & instrumentations, so that people won't need to remember to tag them accordingly. Another useful tag is language: Java, Go, etc. |
I'm not sure if we want to have explicit categories (language, type, etc) and then some additional generic tags, or just tags. In other words: is metadata |
Here's a WIP gif of where I'm at with the search - I'm thinking having a single list page that has all of the items on it that you can filter/search down feels pretty good, but I'm pretty open to suggestions still. One thing I don't really care for so far is that I'm doing a POST each time you search, so you get that annoying redraw since we're reloading the page. That said, the nice thing about doing a POST is that you can share a link with a search query (i.e., |
@tedsuo right now metadata tags are a value array, and the type of thing is a special
|
yeah, in general this is great.. I might suggest that |
I think we're about ready for a PR to get this in so we can get more stuff added... I wrote a little program to pull all the contrib repos so we can have a bunch of stuff pre-populated. re @tedsuo suggestion of having One other difference here from earlier iterations is that I added an |
This is the tracking issue for the OpenTracing Registry, a page that's intended to be a searchable index of tracers, addons, plugins, and client libraries that support OpenTracing.
The intention of this registry is to improve the discoverability of OpenTracing components both inside and outside the opentracing and opentracing-contrib organizations on GitHub.
The text was updated successfully, but these errors were encountered: