1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49bfc97..d59de52 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
[![Go Report Card](https://goreportcard.com/badge/git.darknebu.la/emile/metrics-bundler)](https://goreportcard.com/report/git.darknebu.la/emile/metrics-bundler)
# metrics-bundler
+> A **super** basic server bundling metrics and exposting them
+
The metrics bunder is a service receiving metrics from other services bunding them for further user in prometheus and other time series databases.
## Functions (read / write metrics)
@@ -34,4 +36,4 @@ Prometheus can be instructed to use this by creating a new job in the prometheus
...
```
-Using the job a above, prometheus is instructed to scrape the /metrics endpoint of the given host every 5 seconds.
\ No newline at end of file
+Using the job a above, prometheus is instructed to scrape the /metrics endpoint of the given host every 5 seconds.
|