Fix lists
This commit is contained in:
parent
1a09eb0b5c
commit
3dbe0b8dd9
1 changed files with 63 additions and 63 deletions
|
@ -19,14 +19,14 @@ analysis and performance / latency optimization.
|
||||||
|
|
||||||
*Source control repositories:*
|
*Source control repositories:*
|
||||||
|
|
||||||
* https://github.com/uber/jaeger
|
* https://github.com/uber/jaeger
|
||||||
* https://github.com/jaegertracing
|
* https://github.com/jaegertracing
|
||||||
* https://github.com/uber/jaeger-lib
|
* https://github.com/uber/jaeger-lib
|
||||||
* https://github.com/uber/jaeger-ui
|
* https://github.com/uber/jaeger-ui
|
||||||
* https://github.com/uber/jaeger-client-go
|
* https://github.com/uber/jaeger-client-go
|
||||||
* https://github.com/uber/jaeger-client-java
|
* https://github.com/uber/jaeger-client-java
|
||||||
* https://github.com/uber/jaeger-client-node
|
* https://github.com/uber/jaeger-client-node
|
||||||
* https://github.com/uber/jaeger-client-python
|
* https://github.com/uber/jaeger-client-python
|
||||||
|
|
||||||
*Initial Committers:* https://github.com/uber/jaeger/blob/master/CODEOWNERS
|
*Initial Committers:* https://github.com/uber/jaeger/blob/master/CODEOWNERS
|
||||||
|
|
||||||
|
@ -36,8 +36,8 @@ analysis and performance / latency optimization.
|
||||||
|
|
||||||
*Mailing lists:*
|
*Mailing lists:*
|
||||||
|
|
||||||
* Mailing list: https://groups.google.com/forum/#!forum/jaeger-tracing
|
* Mailing list: https://groups.google.com/forum/#!forum/jaeger-tracing
|
||||||
* Gitter: https://gitter.im/jaegertracing/Lobby
|
* Gitter: https://gitter.im/jaegertracing/Lobby
|
||||||
|
|
||||||
*Website:* https://uber.github.io/jaeger/ (soon jaegertracing.io)
|
*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:*
|
*Social media accounts:*
|
||||||
|
|
||||||
* Blog: https://medium.com/jaegertracing/
|
* Blog: https://medium.com/jaegertracing/
|
||||||
* Twitter: https://twitter.com/JaegerTracing
|
* Twitter: https://twitter.com/JaegerTracing
|
||||||
|
|
||||||
*Existing sponsorship:* Uber has 7 full time maintainers and Red Hat has 4 full time maintainers
|
*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:*
|
*External Dependencies:*
|
||||||
|
|
||||||
* https://github.com/uber/jaeger
|
* https://github.com/uber/jaeger
|
||||||
* https://github.com/pkg/errors - BSD-2
|
** https://github.com/pkg/errors - BSD-2
|
||||||
* https://github.com/uber-go/zap - MIT
|
** https://github.com/uber-go/zap - MIT
|
||||||
* https://github.com/apache/thrift - AL2
|
** https://github.com/apache/thrift - AL2
|
||||||
* https://github.com/opentracing/opentracing-go - MIT
|
** https://github.com/opentracing/opentracing-go - MIT
|
||||||
* golang.org/x/net - BSD-3
|
** golang.org/x/net - BSD-3
|
||||||
* https://github.com/uber/tchannel-go - MIT
|
** https://github.com/uber/tchannel-go - MIT
|
||||||
* https://github.com/gorilla/ - BSD-3
|
** https://github.com/gorilla/ - BSD-3
|
||||||
* https://github.com/kr/pretty - MIT
|
** https://github.com/kr/pretty - MIT
|
||||||
* https://github.com/go-kit/kit - MIT
|
** https://github.com/go-kit/kit - MIT
|
||||||
* http://github.com/olivere/elastic - MIT
|
** http://github.com/olivere/elastic - MIT
|
||||||
* https://github.com/jaegertracing
|
* https://github.com/jaegertracing
|
||||||
* Apache-2.0
|
** Apache-2.0
|
||||||
* https://github.com/uber/jaeger-lib
|
* https://github.com/uber/jaeger-lib
|
||||||
* https://github.com/codahale/hdrhistogram - MIT
|
** https://github.com/codahale/hdrhistogram - MIT
|
||||||
* https://github.com/go-kit/kit - MIT
|
** https://github.com/go-kit/kit - MIT
|
||||||
* https://github.com/uber-go/tally - MIT
|
** https://github.com/uber-go/tally - MIT
|
||||||
* https://github.com/prometheus/client_golang - AL2
|
** https://github.com/prometheus/client_golang - AL2
|
||||||
* https://github.com/uber/jaeger-ui
|
* https://github.com/uber/jaeger-ui
|
||||||
* Many (see full list - https://gist.github.com/yurishkuro/273b5c0ed3556dfb84a095002f7dc40c)
|
** Many (see full list - https://gist.github.com/yurishkuro/273b5c0ed3556dfb84a095002f7dc40c)
|
||||||
* "(GPL-2.0 OR MIT)"
|
** "(GPL-2.0 OR MIT)"
|
||||||
* "Apache-2.0"
|
** "Apache-2.0"
|
||||||
* "BSD"
|
** "BSD"
|
||||||
* "BSD*"
|
** "BSD*"
|
||||||
* "BSD-2-Clause"
|
** "BSD-2-Clause"
|
||||||
* "BSD-3-Clause"
|
** "BSD-3-Clause"
|
||||||
* "ISC"
|
** "ISC"
|
||||||
* "MIT"
|
** "MIT"
|
||||||
* "MIT*"
|
** "MIT*"
|
||||||
* https://github.com/uber/jaeger-client-go
|
* https://github.com/uber/jaeger-client-go
|
||||||
* https://github.com/apache/thrift - AL2
|
** https://github.com/apache/thrift - AL2
|
||||||
* https://github.com/opentracing/opentracing-go - MIT
|
** https://github.com/opentracing/opentracing-go - MIT
|
||||||
* golang.org/x/net - BSD-3
|
** golang.org/x/net - BSD-3
|
||||||
* https://github.com/uber/tchannel-go - MIT
|
** https://github.com/uber/tchannel-go - MIT
|
||||||
* https://github.com/uber/jaeger-client-java
|
* https://github.com/uber/jaeger-client-java
|
||||||
* https://mvnrepository.com/artifact/org.apache.thrift/libthrift - AL2
|
** https://mvnrepository.com/artifact/org.apache.thrift/libthrift - AL2
|
||||||
* https://mvnrepository.com/artifact/io.opentracing/opentracing-api - AL2
|
** https://mvnrepository.com/artifact/io.opentracing/opentracing-api - AL2
|
||||||
* https://mvnrepository.com/artifact/com.google.code.gson/gson - AL2
|
** https://mvnrepository.com/artifact/com.google.code.gson/gson - AL2
|
||||||
* https://mvnrepository.com/artifact/org.slf4j/slf4j-api - MIT
|
** https://mvnrepository.com/artifact/org.slf4j/slf4j-api - MIT
|
||||||
* https://github.com/uber/jaeger-client-node
|
* https://github.com/uber/jaeger-client-node
|
||||||
* https://www.npmjs.com/package/node-int64 - MIT
|
** https://www.npmjs.com/package/node-int64 - MIT
|
||||||
* https://www.npmjs.com/package/thriftrw - MIT
|
** https://www.npmjs.com/package/thriftrw - MIT
|
||||||
* https://www.npmjs.com/package/xorshift - MIT
|
** https://www.npmjs.com/package/xorshift - MIT
|
||||||
* https://www.npmjs.com/package/opentracing - MIT
|
** https://www.npmjs.com/package/opentracing - MIT
|
||||||
* https://github.com/uber/jaeger-client-python
|
* https://github.com/uber/jaeger-client-python
|
||||||
* https://pypi.python.org/pypi/futures - PSF
|
** https://pypi.python.org/pypi/futures - PSF
|
||||||
* https://pypi.python.org/pypi/threadloop - MIT
|
** https://pypi.python.org/pypi/threadloop - MIT
|
||||||
* https://pypi.python.org/pypi/thrift - AL2
|
** https://pypi.python.org/pypi/thrift - AL2
|
||||||
* https://pypi.python.org/pypi/tornado - AL2
|
** https://pypi.python.org/pypi/tornado - AL2
|
||||||
* https://pypi.python.org/pypi/opentracing - MIT
|
** https://pypi.python.org/pypi/opentracing - MIT
|
||||||
* https://pypi.python.org/pypi/future - MIT
|
** https://pypi.python.org/pypi/future - MIT
|
||||||
|
|
||||||
*Statement on alignment with CNCF mission:*
|
*Statement on alignment with CNCF mission:*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue