diff options
author | Emile <hanemile@protonmail.com> | 2020-01-10 14:40:20 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-01-10 14:40:20 +0100 |
commit | f5a39d12788c8ba9eed68fce6c81cff74daef17b (patch) | |
tree | 15e2f96b0764329948d8c3a0c44b4a03e371b0a0 /README.md | |
parent | 7a5049b42fe666d8adb1604985f1a2518552f7bc (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
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. |