diff --git a/README.md b/README.md index 4bd41e5..c0af39c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# fluxline [![CircleCI](https://circleci.com/gh/DCSO/fluxline.svg?style=svg)](https://circleci.com/gh/DCSO/fluxline) +# fluxline [![CircleCI](https://circleci.com/gh/DCSO/fluxline.svg?style=shield)](https://circleci.com/gh/DCSO/fluxline) [![Documentation](https://godoc.org/github.com/DCSO/fluxline?status.svg)](http://godoc.org/github.com/DCSO/fluxline) Encoder for Golang to prepare sets of metrics in [InfluxDB's Line Protocol](https://docs.influxdata.com/influxdb/v1.4/write_protocols/line_protocol_reference) format. As input, we use structs annotated with the `influx` tag, similar to how `encoding/json` works.