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

https://github.com/devinrsmith/deephaven-prometheus


https://github.com/devinrsmith/deephaven-prometheus

Last synced: about 1 year ago
JSON representation

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)