From 3dbe0b8dd95007d7d40cf47a78c63aa331ff7e2d Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Thu, 17 Aug 2017 18:46:56 -0400 Subject: [PATCH] Fix lists --- proposals/jaeger.adoc | 126 +++++++++++++++++++++--------------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/proposals/jaeger.adoc b/proposals/jaeger.adoc index 36db569..f70089d 100644 --- a/proposals/jaeger.adoc +++ b/proposals/jaeger.adoc @@ -19,14 +19,14 @@ analysis and performance / latency optimization. *Source control repositories:* - * https://github.com/uber/jaeger - * https://github.com/jaegertracing - * https://github.com/uber/jaeger-lib - * https://github.com/uber/jaeger-ui - * https://github.com/uber/jaeger-client-go - * https://github.com/uber/jaeger-client-java - * https://github.com/uber/jaeger-client-node - * https://github.com/uber/jaeger-client-python +* https://github.com/uber/jaeger +* https://github.com/jaegertracing +* https://github.com/uber/jaeger-lib +* https://github.com/uber/jaeger-ui +* https://github.com/uber/jaeger-client-go +* https://github.com/uber/jaeger-client-java +* https://github.com/uber/jaeger-client-node +* https://github.com/uber/jaeger-client-python *Initial Committers:* https://github.com/uber/jaeger/blob/master/CODEOWNERS @@ -36,8 +36,8 @@ analysis and performance / latency optimization. *Mailing lists:* - * Mailing list: https://groups.google.com/forum/#!forum/jaeger-tracing - * Gitter: https://gitter.im/jaegertracing/Lobby +* Mailing list: https://groups.google.com/forum/#!forum/jaeger-tracing +* Gitter: https://gitter.im/jaegertracing/Lobby *Website:* https://uber.github.io/jaeger/ (soon jaegertracing.io) @@ -51,8 +51,8 @@ repositories for the language, i.e. Maven Central, npm, and pypi. *Social media accounts:* - * Blog: https://medium.com/jaegertracing/ - * Twitter: https://twitter.com/JaegerTracing +* Blog: https://medium.com/jaegertracing/ +* Twitter: https://twitter.com/JaegerTracing *Existing sponsorship:* Uber has 7 full time maintainers and Red Hat has 4 full time maintainers @@ -62,57 +62,57 @@ repositories for the language, i.e. Maven Central, npm, and pypi. *External Dependencies:* - * https://github.com/uber/jaeger - * https://github.com/pkg/errors - BSD-2 - * https://github.com/uber-go/zap - MIT - * https://github.com/apache/thrift - AL2 - * https://github.com/opentracing/opentracing-go - MIT - * golang.org/x/net - BSD-3 - * https://github.com/uber/tchannel-go - MIT - * https://github.com/gorilla/ - BSD-3 - * https://github.com/kr/pretty - MIT - * https://github.com/go-kit/kit - MIT - * http://github.com/olivere/elastic - MIT - * https://github.com/jaegertracing - * Apache-2.0 - * https://github.com/uber/jaeger-lib - * https://github.com/codahale/hdrhistogram - MIT - * https://github.com/go-kit/kit - MIT - * https://github.com/uber-go/tally - MIT - * https://github.com/prometheus/client_golang - AL2 - * https://github.com/uber/jaeger-ui - * Many (see full list - https://gist.github.com/yurishkuro/273b5c0ed3556dfb84a095002f7dc40c) - * "(GPL-2.0 OR MIT)" - * "Apache-2.0" - * "BSD" - * "BSD*" - * "BSD-2-Clause" - * "BSD-3-Clause" - * "ISC" - * "MIT" - * "MIT*" - * https://github.com/uber/jaeger-client-go - * https://github.com/apache/thrift - AL2 - * https://github.com/opentracing/opentracing-go - MIT - * golang.org/x/net - BSD-3 - * https://github.com/uber/tchannel-go - MIT - * https://github.com/uber/jaeger-client-java - * https://mvnrepository.com/artifact/org.apache.thrift/libthrift - AL2 - * https://mvnrepository.com/artifact/io.opentracing/opentracing-api - AL2 - * https://mvnrepository.com/artifact/com.google.code.gson/gson - AL2 - * https://mvnrepository.com/artifact/org.slf4j/slf4j-api - MIT - * https://github.com/uber/jaeger-client-node - * https://www.npmjs.com/package/node-int64 - MIT - * https://www.npmjs.com/package/thriftrw - MIT - * https://www.npmjs.com/package/xorshift - MIT - * https://www.npmjs.com/package/opentracing - MIT - * https://github.com/uber/jaeger-client-python - * https://pypi.python.org/pypi/futures - PSF - * https://pypi.python.org/pypi/threadloop - MIT - * https://pypi.python.org/pypi/thrift - AL2 - * https://pypi.python.org/pypi/tornado - AL2 - * https://pypi.python.org/pypi/opentracing - MIT - * https://pypi.python.org/pypi/future - MIT +* https://github.com/uber/jaeger +** https://github.com/pkg/errors - BSD-2 +** https://github.com/uber-go/zap - MIT +** https://github.com/apache/thrift - AL2 +** https://github.com/opentracing/opentracing-go - MIT +** golang.org/x/net - BSD-3 +** https://github.com/uber/tchannel-go - MIT +** https://github.com/gorilla/ - BSD-3 +** https://github.com/kr/pretty - MIT +** https://github.com/go-kit/kit - MIT +** http://github.com/olivere/elastic - MIT +* https://github.com/jaegertracing +** Apache-2.0 +* https://github.com/uber/jaeger-lib +** https://github.com/codahale/hdrhistogram - MIT +** https://github.com/go-kit/kit - MIT +** https://github.com/uber-go/tally - MIT +** https://github.com/prometheus/client_golang - AL2 +* https://github.com/uber/jaeger-ui +** Many (see full list - https://gist.github.com/yurishkuro/273b5c0ed3556dfb84a095002f7dc40c) +** "(GPL-2.0 OR MIT)" +** "Apache-2.0" +** "BSD" +** "BSD*" +** "BSD-2-Clause" +** "BSD-3-Clause" +** "ISC" +** "MIT" +** "MIT*" +* https://github.com/uber/jaeger-client-go +** https://github.com/apache/thrift - AL2 +** https://github.com/opentracing/opentracing-go - MIT +** golang.org/x/net - BSD-3 +** https://github.com/uber/tchannel-go - MIT +* https://github.com/uber/jaeger-client-java +** https://mvnrepository.com/artifact/org.apache.thrift/libthrift - AL2 +** https://mvnrepository.com/artifact/io.opentracing/opentracing-api - AL2 +** https://mvnrepository.com/artifact/com.google.code.gson/gson - AL2 +** https://mvnrepository.com/artifact/org.slf4j/slf4j-api - MIT +* https://github.com/uber/jaeger-client-node +** https://www.npmjs.com/package/node-int64 - MIT +** https://www.npmjs.com/package/thriftrw - MIT +** https://www.npmjs.com/package/xorshift - MIT +** https://www.npmjs.com/package/opentracing - MIT +* https://github.com/uber/jaeger-client-python +** https://pypi.python.org/pypi/futures - PSF +** https://pypi.python.org/pypi/threadloop - MIT +** https://pypi.python.org/pypi/thrift - AL2 +** https://pypi.python.org/pypi/tornado - AL2 +** https://pypi.python.org/pypi/opentracing - MIT +** https://pypi.python.org/pypi/future - MIT *Statement on alignment with CNCF mission:*