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

Invalid IBC Metrics #222

Closed
4 tasks
alexanderbez opened this issue Jun 22, 2021 · 1 comment · Fixed by #223
Closed
4 tasks

Invalid IBC Metrics #222

alexanderbez opened this issue Jun 22, 2021 · 1 comment · Fixed by #223

Comments

@alexanderbez
Copy link
Contributor

Summary of Bug

IBC metrics break Prometheus metrics exposed in Tendermint's RPC.

An error has occurred while serving metrics:

5 error(s) occurred:
* "client-type" is not a valid label name for metric "gaia_ibc_client_update"
* "destination-port" is not a valid label name for metric "gaia_tx_msg_ibc_recv_packet"
* "source-port" is not a valid label name for metric "gaia_tx_msg_ibc_acknowledge_packet"
* "source-port" is not a valid label name for metric "gaia_ibc_transfer_receive"
* "destination-port" is not a valid label name for metric "gaia_ibc_transfer_send"

Version

$ gaiad version --long

name: gaia
server_name: gaiad
version: v4.2.1
commit: dbd8a6fb522c571debf958837f9113c56d418f6b
build_tags: netgo,ledger
go: go version go1.15.2 linux/amd64

Steps to Reproduce

  1. Run a cosmoshub-4 node.
  2. Sync to about ~6656325 block height.
  3. Enable and query Tendermint's metrics @ host:26660/metrics

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@alexanderbez alexanderbez changed the title Invalid Metrics Invalid IBC Metrics Jun 22, 2021
@alexanderbez alexanderbez transferred this issue from cosmos/cosmos-sdk Jun 22, 2021
@alexanderbez
Copy link
Contributor Author

I'm surprised no one has noticed this...or have they already reported this? Can we get this fixed before the next SDK + Gaia release @AdityaSripal @colin-axner ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant