Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/songleo/prom-metric-generator

Generator the prometheus metrics via a configuration.
https://github.com/songleo/prom-metric-generator

Last synced: about 1 month ago
JSON representation

Generator the prometheus metrics via a configuration.

Awesome Lists containing this project

README

        

Generate the Prometheus metric via a configuration.

## Run in local

Run the metric generator:

```
$ export METRIC_CONFIG=./manifests/metric-conf.yaml
$ go run main.go
```

Check the metric:

```
$ curl localhost:8080/metrics
```