Skip to content

Commit

Permalink
Add announcement (jaegertracing#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
vprithvi authored and yurishkuro committed Apr 14, 2017
1 parent f00daf8 commit 807970f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion docs/contributing.md

This file was deleted.

12 changes: 12 additions & 0 deletions docs/news.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#Introducing Jaeger
**2017-04-14**

<img align="right" src="../images/jaeger-vector.svg" width=400>
Uber is pleased to announce the open source release of Jaeger, a distributed tracing system, used to monitor, profile, and troubleshoot microservices.

Jaeger is written in Go, with OpenTracing compatible client libraries in [Go](https://github.com/uber/jaeger-client-go), [Java](https://github.com/uber/jaeger-client-java), [Node](https://github.com/uber/jaeger-client-node), and [Python](https://github.com/uber/jaeger-client-python). It allows service owners to instrument their services to get insights into what their architecture is doing.

Jaeger is available now on [Github](github.com/uber/jaeger). Try it out by running the complete backend using the [Docker image](http://jaeger.readthedocs.io/en/latest/getting_started/#all-in-one-docker-image) along with a sample application, [HotROD](http://jaeger.readthedocs.io/en/latest/getting_started/#sample-application), to generate interesting traces.

We hope that other organizations find Jaeger to be a useful tool, and we welcome contributions.
Keep up to date by subscribing to our [mailing list](https://groups.google.com/forum/#!forum/jaeger-tracing).
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ pages:
- 'Getting Started' : 'getting_started.md'
- 'Client Libraries' : 'client_libraries.md'
- 'Architecture' : 'architecture.md'
- 'Contributing' : 'contributing.md'
- 'News' : 'news.md'

0 comments on commit 807970f

Please sign in to comment.