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

Improve metrics descriptions and naming #2409

Merged
merged 11 commits into from
Jul 21, 2022
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Improved naming and description of some telemetry metrics and added
histogram buckets for `tx_latency` metrics.
([#2408](https://github.com/informalsystems/ibc-rs/issues/2408))
7 changes: 4 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ clear_on_start = true
# (to any chain in this config file) have been successfully delivered.
# If they have not been, and `clear_interval = 0`, then those packets are
# queued up for re-submission.
# Experimental feature. Affects telemetry if set to false.
# [Default: true]
tx_confirmation = true
# Experimental feature. If set to false this will disable telemetry
ljoss17 marked this conversation as resolved.
Show resolved Hide resolved
# `ibc_acknowledgment_packets`, `ibc_receive_packets` and `ibc_timeout_packets`.
# [Default: false]
tx_confirmation = false

# The REST section defines parameters for Hermes' built-in RESTful API.
# https://hermes.informal.systems/rest.html
Expand Down
Loading