From 3644792640c6a28b46d2473f35424195d5717111 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Mon, 7 May 2018 12:10:31 +0300 Subject: [PATCH] Update README, add badges. Signed-off-by: Alexey Palazhchenko --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b187c0bc..2d72fcf47 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# TSDB +# TSDB [![Build Status](https://travis-ci.org/prometheus/tsdb.svg?branch=master)](https://travis-ci.org/prometheus/tsdb) -This repository contains the new Prometheus storage layer that will be used in its 2.0 release. +[![GoDoc](https://godoc.org/github.com/prometheus/tsdb?status.svg)](https://godoc.org/github.com/prometheus/tsdb) +[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/tsdb)](https://goreportcard.com/report/github.com/prometheus/tsdb) + +This repository contains the Prometheus storage layer that is used in its 2.x releases. A writeup of its design can be found [here](https://fabxc.org/blog/2017-04-10-writing-a-tsdb/).