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
Describe the bug The metric for expired keys (tile38_expired_keys) is never returned from metrics endpoint
tile38_expired_keys
To Reproduce Tile38 version: 1.32.1
./tile38-server --metrics-addr localhost:1234
SET fleet truck POINT 33.5123 -112.2693 EX 1
http://localhost:1234/metrics
Expected behavior Expect metrics to conain tile38_expired_keys, bit it doesn't
** Additional** Created a PR mostly to illustrate what I understand the issue to be: #718 Feel free to close and /or redo if you prefer :-)
The text was updated successfully, but these errors were encountered:
fix tidwall#717 not returned metrics
c78c8b4
expired_keys never incremented additional metrics not returned from metrics endpoint
Merge pull request #718 from undeadcat/bugfix-expired-metric-not-retu…
a75ea88
…rned fix #717: tile38_expired_keys and several other metrics not returned
Successfully merging a pull request may close this issue.
Describe the bug
The metric for expired keys (
tile38_expired_keys
) is never returned from metrics endpointTo Reproduce
Tile38 version: 1.32.1
./tile38-server --metrics-addr localhost:1234
SET fleet truck POINT 33.5123 -112.2693 EX 1
http://localhost:1234/metrics
Expected behavior
Expect metrics to conain
tile38_expired_keys
, bit it doesn't** Additional**
Created a PR mostly to illustrate what I understand the issue to be: #718
Feel free to close and /or redo if you prefer :-)
The text was updated successfully, but these errors were encountered: