mirror of
https://github.com/nspcc-dev/neo-exporter.git
synced 2026-03-01 04:28:48 +00:00
label="",symbol="GAS" #54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @532910 on GitHub (Feb 20, 2024).
Originally assigned to: @smallhive on GitHub.
What's the reason for this garbage? I'm ok to have the ability to group labels, but not in this way.
@roman-khimov commented on GitHub (Feb 20, 2024):
It'd be hard to find the reason if we don't know what's going on.
@532910 commented on GitHub (Feb 20, 2024):
curl -s localhost:16512/metrics | grep nepnspcc-dev/neo-exporter@9740b918b6/config/config.yaml (L28)@roman-khimov commented on GitHub (Feb 20, 2024):
symboljust comes from the contract. But label should be respected. Right, @smallhive?@smallhive commented on GitHub (Feb 21, 2024):
label was added as an alternative to symbol. It may be used to give human readable value for unknown tokens
@roman-khimov commented on GitHub (Feb 21, 2024):
IIUC @532910 has label configured, but not shown in metrics.
@smallhive commented on GitHub (Feb 29, 2024):
Checked with default config.yaml, latest master
@roman-khimov commented on GitHub (Feb 29, 2024):
I've checked with a different label, works for me as well.
@532910 commented on GitHub (Mar 1, 2024):
labelin the config. What the hell empty label is shown? I have not asked for it!labelshould be completely removed.@roman-khimov commented on GitHub (Mar 1, 2024):
So basically what you want is to not have
labelwhen it's not specified in the config?