about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-01-10 14:40:20 +0100
committerEmile <hanemile@protonmail.com>2020-01-10 14:40:20 +0100
commitf5a39d12788c8ba9eed68fce6c81cff74daef17b (patch)
tree15e2f96b0764329948d8c3a0c44b4a03e371b0a0
parent7a5049b42fe666d8adb1604985f1a2518552f7bc (diff)
description HEAD master
-rw-r--r--README.md4
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.