Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics endpoint #834

Closed
kamilsa opened this issue Mar 2, 2021 · 0 comments
Closed

Metrics endpoint #834

kamilsa opened this issue Mar 2, 2021 · 0 comments
Assignees
Labels
iroha1 The legacy version of Iroha. metrics

Comments

@kamilsa
Copy link
Contributor

kamilsa commented Mar 2, 2021

Add flag --metrics_port <port number> which opens a port for requesting metrics of Iroha

@kamilsa kamilsa added the metrics label Mar 2, 2021
@kuvaldini kuvaldini self-assigned this Mar 5, 2021
kuvaldini pushed a commit to kuvaldini/iroha that referenced this issue Mar 8, 2021
Issues hyperledger#833, hyperledger#834

There is a config-file key "metrics" which represents
address:port in one line. Values could be addr:port, port,
or :port. I.e "127.0.0.1:8080", "9090", or ":1234".
See file examples/config.sample. Wrong value disables
Prometheus metrics.

There are two command line options to override config:
--metrics_port http port to listen on, default empty - disabled
--metrics_addr interface address to listen on, default 127.0.0.1
kuvaldini pushed a commit to kuvaldini/iroha that referenced this issue Mar 8, 2021
Issues hyperledger#833, hyperledger#834

There is a config-file key "metrics" which represents
address:port in one line. Values could be addr:port, port,
or :port. I.e "127.0.0.1:8080", "9090", or ":1234".
See file examples/config.sample. Wrong value disables
Prometheus metrics.

There are two command line options to override config:
--metrics_port http port to listen on, default empty - disabled
--metrics_addr interface address to listen on, default 127.0.0.1

Signed-off-by: Ivan Kuvaldin <kuvaldin@soramitsu.co.jp>
kuvaldini pushed a commit to kuvaldini/iroha that referenced this issue Mar 8, 2021
Issues hyperledger#833, hyperledger#834

There is a config-file key "metrics" which represents
address:port in one line. Values could be addr:port, port,
or :port. I.e "127.0.0.1:8080", "9090", or ":1234".
See file examples/config.sample. Wrong value disables
Prometheus metrics.

There are two command line options to override config:
--metrics_port http port to listen on, default empty - disabled
--metrics_addr interface address to listen on, default 127.0.0.1
kuvaldini pushed a commit to kuvaldini/iroha that referenced this issue Mar 8, 2021
Issues hyperledger#833, hyperledger#834

There is a config-file key "metrics" which represents
address:port in one line. Values could be addr:port, port,
or :port. I.e "127.0.0.1:8080", "9090", or ":1234".
See file examples/config.sample. Wrong value disables
Prometheus metrics.

There are two command line options to override config:
--metrics_port http port to listen on, default empty - disabled
--metrics_addr interface address to listen on, default 127.0.0.1

Signed-off-by: Ivan Kuvaldin <kuvaldin@soramitsu.co.jp>
kuvaldini pushed a commit to kuvaldini/iroha that referenced this issue Mar 11, 2021
Issues hyperledger#833, hyperledger#834

There is a config-file key "metrics" which represents
address:port in one line. Values could be addr:port, port,
or :port. I.e "127.0.0.1:8080", "9090", or ":1234".
See file examples/config.sample. Wrong value disables
Prometheus metrics.

There are two command line options to override config:
--metrics_port http port to listen on, default empty - disabled
--metrics_addr interface address to listen on, default 127.0.0.1

Signed-off-by: Ivan Kuvaldin <kuvaldin@soramitsu.co.jp>
kuvaldini pushed a commit that referenced this issue Mar 12, 2021
Add prometheus metrics sample

Issues closes #833, closes #834

There is a config-file key "metrics" which represents
address:port in one line. Values could be addr:port, port,
or :port. I.e "127.0.0.1:8080", "9090", or ":1234".
See file examples/config.sample. Wrong value disables
Prometheus metrics.

There are two command line options to override config:
--metrics_port http port to listen on, default empty - disabled
--metrics_addr interface address to listen on, default 127.0.0.1

Signed-off-by: Ivan Kuvaldin <kuvaldin@soramitsu.co.jp>
kuvaldini pushed a commit to kuvaldini/iroha that referenced this issue Mar 15, 2021
Issues hyperledger#833, hyperledger#834

There is a config-file key "metrics" which represents
address:port in one line. Values could be addr:port, port,
or :port. I.e "127.0.0.1:8080", "9090", or ":1234".
See file examples/config.sample. Wrong value disables
Prometheus metrics.

There are two command line options to override config:
--metrics_port http port to listen on, default empty - disabled
--metrics_addr interface address to listen on, default 127.0.0.1

Signed-off-by: Ivan Kuvaldin <kuvaldin@soramitsu.co.jp>
kuvaldini pushed a commit that referenced this issue Jul 30, 2021
Add prometheus metrics sample

Issues closes #833, closes #834

There is a config-file key "metrics" which represents
address:port in one line. Values could be addr:port, port,
or :port. I.e "127.0.0.1:8080", "9090", or ":1234".
See file examples/config.sample. Wrong value disables
Prometheus metrics.

There are two command line options to override config:
--metrics_port http port to listen on, default empty - disabled
--metrics_addr interface address to listen on, default 127.0.0.1

Signed-off-by: Ivan Kuvaldin <kuvaldin@soramitsu.co.jp>
Signed-off-by: kuvaldini <jqyw@ukr.net>
kuvaldini pushed a commit that referenced this issue Jul 30, 2021
Add prometheus metrics sample

Issues closes #833, closes #834

There is a config-file key "metrics" which represents
address:port in one line. Values could be addr:port, port,
or :port. I.e "127.0.0.1:8080", "9090", or ":1234".
See file examples/config.sample. Wrong value disables
Prometheus metrics.

There are two command line options to override config:
--metrics_port http port to listen on, default empty - disabled
--metrics_addr interface address to listen on, default 127.0.0.1

Signed-off-by: Ivan Kuvaldin <kuvaldin@soramitsu.co.jp>
Signed-off-by: kuvaldini <jqyw@ukr.net>
kuvaldini pushed a commit that referenced this issue Aug 31, 2021
Add prometheus metrics sample

Issues closes #833, closes #834

There is a config-file key "metrics" which represents
address:port in one line. Values could be addr:port, port,
or :port. I.e "127.0.0.1:8080", "9090", or ":1234".
See file examples/config.sample. Wrong value disables
Prometheus metrics.

There are two command line options to override config:
--metrics_port http port to listen on, default empty - disabled
--metrics_addr interface address to listen on, default 127.0.0.1

Signed-off-by: Ivan Kuvaldin <kuvaldin@soramitsu.co.jp>
Signed-off-by: kuvaldini <jqyw@ukr.net>
@nxsaken nxsaken added the iroha1 The legacy version of Iroha. label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iroha1 The legacy version of Iroha. metrics
Projects
None yet
Development

No branches or pull requests

3 participants