Sign inSign up

larsid/tangle-monitor

By larsid

Updated almost 4 years ago

Image for monitoring the response time, in milliseconds, of queries on the Tangle blockchain.

Image
Networking
Developer tools
Monitoring & observability
0

3.2K

larsid/tangle-monitor repository overview

Tangle Monitor

Image for monitoring the response time, in milliseconds (ms), of queries on the Tangle blockchain, via the IOTA API or ZQM, and writes to a .csv file.

How to use this image

Run the image:
docker run -it larsid/tangle-monitor:<tag_name>
Run the image overriding some parameters:

You can also override some parameters using the -e parameter, to set environment variables, the parameters you can override are listed below:

ParameterDescriptionDefault value
ZMQ_SOCKET_PROTOCOLDefines which messaging system protocol is used by the network to notify the status of transactions.tcp
ZMQ_SOCKET_URLDefines the URL of the messaging system used by the network to notify the status of transactions.zmq.devnet.iota.org
ZMQ_SOCKET_PORTDefines which messaging system port is used by the network to notify the status of transactions.5556
ADDRESSDefines the transaction address.Check here
BUFFER_SIZEDefine o tamanho máximo do buffer que armazena as transações que serão enviadas para a rede.128
DLT_PROTOCOLDefine what type of protocol is used by the API client.https
DLT_URLDefines which is the URL of the network node that the client should connect to.nodes.devnet.iot.org
DLT_PORTDefines the port.443
QUERY_TYPE1Query type for monitoring.api
TAGTAG that will be used for queries using the IOTA API.cloud/c1
Obs1: The supported query types are api or zmq.
Example:
docker run -it -e ZMQ_SOCKET_URL=0.0.0.0 -e DLT_PROTOCOL=http -e DLT_URL=0.0.0.0 -e DLT_PORT=14265 -e TAG=my_transaction_tag -e QUERY_TYPE=api larsid/tangle-monitor:<tag_name>

Tag summary

Content type

Image

Digest

sha256:9f91c1c89

Size

238.4 MB

Last updated

almost 4 years ago

docker pull larsid/tangle-monitor