https://github.com/devinrsmith/deephaven-prometheus
https://github.com/devinrsmith/deephaven-prometheus
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinrsmith/deephaven-prometheus
- Owner: devinrsmith
- Created: 2023-05-26T19:19:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T19:20:58.000Z (about 3 years ago)
- Last Synced: 2025-01-26T09:12:06.927Z (over 1 year ago)
- Language: HCL
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deephaven-prometheus
Example extending the [deephaven/deephaven-core](https://github.com/deephaven/deephaven-core) Docker image with [prometheus/jmx_exporter](https://github.com/prometheus/jmx_exporter).
## Build
```sh
docker buildx bake --load
```
## Run
```sh
docker run \
--rm \
--name deephaven-prometheus \
-p 10000:10000 \
-p 12345:12345 \
deephaven-prometheus
```
* [http://localhost:10000](http://localhost:10000)
* [http://localhost:12345/metrics](http://localhost:12345/metrics)