We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in my configuration I have multiple horcrux services running (I deploy 1 horcrux service for each chain, not 1 horcrux service for ALL chains).
it would be nice to be able to specify a 'chain_id' or some custom label similar to how cosmos does.
for example:
global-labels = [ ["chain_id","migaloo-1"], ]
it also looks like horcrux creates metrics with the hostname embedded into them. for example
horcrux_andromeda_horcrux_0_runtime_alloc_bytes
shouldn't it just do horcrux_runtime_alloc_bytes ?
The text was updated successfully, but these errors were encountered:
Resolved by #198 #219
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
in my configuration I have multiple horcrux services running (I deploy 1 horcrux service for each chain, not 1 horcrux service for ALL chains).
it would be nice to be able to specify a 'chain_id' or some custom label similar to how cosmos does.
for example:
it also looks like horcrux creates metrics with the hostname embedded into them.
for example
shouldn't it just do
horcrux_runtime_alloc_bytes ?
The text was updated successfully, but these errors were encountered: