https://github.com/worteks/docker-esearchexporter
OpenShift ElasticSearch Prometheus Exporter
https://github.com/worteks/docker-esearchexporter
Last synced: about 1 month ago
JSON representation
OpenShift ElasticSearch Prometheus Exporter
- Host: GitHub
- URL: https://github.com/worteks/docker-esearchexporter
- Owner: Worteks
- Created: 2019-12-12T23:19:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T23:20:13.000Z (over 6 years ago)
- Last Synced: 2025-11-20T20:26:21.664Z (7 months ago)
- Language: Go
- Size: 260 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pingdom ElasticSearch Prometheus Exporter
Forked from https://github.com/justwatchcom/elasticsearch_exporter
Build with:
```
$ make build
```
If you want to try it quickly on your local machine after make, run:
```
$ make run
```
Start Demo in OpenShift:
```
$ make ocdemo
```
Cleanup OpenShift assets:
```
$ make ocpurge
```