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

https://github.com/atompi/mpsbot

Scan keys and generate Prometheus scrape configs.
https://github.com/atompi/mpsbot

Last synced: about 1 year ago
JSON representation

Scan keys and generate Prometheus scrape configs.

Awesome Lists containing this project

README

          

# mpsbot

[metrics-post-station](https://github.com/atompi/metrics-post-station) bot

Scan keys and generate Prometheus scrape configs.

A tool that iterates over Redis keys and generates Prometheus scrape configuration files.

## Build

```
go build -ldflags '-s -w' -o examples/mpsbot
```

## Usage

```
mkdir /app/mpsbot
cp examples/mpsbot /app/mpsbot
chmod +x /app/mpsbot/mpsbot

cat > /app/mpsbot/mpsbot.yaml <