Reads and monitors the response time in ms of Tangle Hornet transaction queries.
5.3K
Reads and monitors the response time in ms of Tangle Hornet transaction queries.
docker run -it larsid/tangle-hornet-monitoring:<tag_name>
You can also override some parameters using the -e parameter, to set environment variables, the parameters you can override are listed below:
| Parameter | Description | Default value |
|---|---|---|
| API_PORT | Port on which the API will run | 3000 |
| NODE_URL | URL of the Tangle Hornet Node | 127.0.0.1 |
| NODE_PORT | Port of the Tangle Hornet | 14265 |
| ZMQ_SOCKET_PROTOCOL | ZMQ server protocol | tcp |
| ZMQ_SOCKET_URL | ZMQ server URL | 127.0.0.1 |
| ZMQ_SOCKET_PORT | ZMQ server port | 5556 |
| READ_INDEX | Tangle Hornet index to read | readIndex |
| WRITE_INDEX | Tangle Hornet index to write | writeIndex |
| READ_MULTIPLE_INDEX | Tangle Hornet index to read multiple messages | readMultipleIndex |
docker run -it -e API_PORT=3000 -e NODE_URL=172.18.0.5 -e INDEX=my_index larsid/tangle-hornet-monitoring:<tag_name>
Content type
Image
Digest
sha256:c426926c4…
Size
251.9 MB
Last updated
over 2 years ago
docker pull larsid/tangle-hornet-monitoring