Skip to content

Commit

Permalink
Readme updates (grafana#1091)
Browse files Browse the repository at this point in the history
* Add basic badges and placeholder screenshot

* Add more badges

* Remove CI badge

CI badge wasn't useful as tempo doesn't run CI on main branch, so it was showing the status of the last PR.

* Update screenshot

Update screenshot to an image in this repo instead of an external one.

* Update README.md

Co-authored-by: Koenraad Verheyden <[email protected]>

Co-authored-by: Koenraad Verheyden <[email protected]>
  • Loading branch information
mdisibio and yvrhdn authored Nov 2, 2021
1 parent dee59eb commit e3a71ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
<p align="center"><img src="docs/tempo/website/logo_and_name.png" alt="Tempo Logo"></p>
<p align="center">
<a href="https://github.com/grafana/tempo/releases"><img src="https://img.shields.io/github/v/release/grafana/tempo?display_name=tag&sort=semver" alt="Latest Release"/></a>
<img src="https://img.shields.io/github/license/grafana/tempo" alt="License" />
<a href="https://hub.docker.com/r/grafana/tempo/tags"><image src="https://img.shields.io/docker/pulls/grafana/tempo" alt="Docker Pulls"/></a>
<a href="https://grafana.slack.com/archives/C01D981PEE5"><img src="https://img.shields.io/badge/join%20slack-%23tempo-brightgreen.svg" alt="Slack" /></a>
<a href="https://community.grafana.com/c/grafana-tempo/40"><img src="https://img.shields.io/badge/discuss-tempo%20forum-orange.svg" alt="Community Forum" /></a>
<a href="https://goreportcard.com/report/github.com/grafana/tempo"><img src="https://goreportcard.com/badge/github.com/grafana/tempo" alt="Go Report Card" /></a>
<a href="https://github.com/grafana/tempo/search?q=blerg"><img src="https://img.shields.io/github/search/grafana/tempo/blerg" alt="Blerg Counter" /></a>
</p>


Grafana Tempo is an open source, easy-to-use and high-scale distributed tracing backend. Tempo is cost-efficient, requiring only object storage to operate, and is deeply integrated with Grafana, Prometheus, and Loki. Tempo can be used with any of the open source tracing protocols, including Jaeger, Zipkin, OpenCensus, Kafka, and OpenTelemetry. It supports key/value lookup only and is designed to work in concert with logs and metrics (exemplars) for discovery.

Tempo is Jaeger, Zipkin, Kafka, OpenCensus and OpenTelemetry compatible. It ingests batches in any of the mentioned formats, buffers them and then writes them to Azure, GCS, S3 or local disk. As such it is robust, cheap and easy to operate!

<p align="center"><img src="docs/tempo/website/getting-started/grafana-query.png" alt="Tempo Screenshot"></p>


## Getting Started

- [Documentation](https://grafana.com/docs/tempo/latest/)
Expand Down

0 comments on commit e3a71ec

Please sign in to comment.