Skip to content

Commit 7cd6aba

Browse files
committed
Add badges to README
1 parent b7a24db commit 7cd6aba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# sketches-go
2+
[![Go Reference](https://pkg.go.dev/badge/github.com/graphmetrics/sketches-go.svg)](https://pkg.go.dev/github.com/graphmetrics/sketches-go)
3+
[![Go Version](https://img.shields.io/github/go-mod/go-version/graphmetrics/sketches-go)](https://github.com/graphmetrics/sketches-go)
4+
[![Go Report](https://goreportcard.com/badge/github.com/GraphMetrics/sketches-go)](https://goreportcard.com/report/github.com/graphmetrics/sketches-go)
5+
26

37
This repo contains a Go implementation of the distributed quantile sketch algorithm
48
DDSketch[1] originally developed by [DataDog](https://github.com/datadog/sketches-go)™. DDSketch has relative-error guarantees for any quantile q in [0, 1].

0 commit comments

Comments
 (0)