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 repository makes assumption about default key prefix length #196

Closed
pdbreen opened this issue Oct 11, 2017 · 1 comment
Closed

Comments

@pdbreen
Copy link
Contributor

pdbreen commented Oct 11, 2017

measuredJobs and measuredQueues runs the corresponding key set through a substr map that contains an implicit assumption about the length of the key prefix (being the length of 'horizon:'). Example:

return substr($class, 12);

If a different prefix is used, metrics dashboard content will not be correct.

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

No branches or pull requests

2 participants