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
Hi,
This may be more education than an issue, but how can we see custom stats?
We set some stats with this config:
event_route[dispatcher:dst-down] { xlog("L_ERR", "message=DestinationDown method=$rm dest=$ru \n"); update_stat("destination_down", "+1"); } event_route[dispatcher:dst-up] { xlog("L_ERR", "message=DestinationUp method=$rm dest=$ru \n"); update_stat("destination_up", "+1"); }
And when viewing the stats via kamcmd, we can see them:
"script:call_count = 0", "script:destination_down = 0", "script:destination_up = 0",
But they don't show up in the exporter output. How can we see these in the exporter?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
This may be more education than an issue, but how can we see custom stats?
We set some stats with this config:
And when viewing the stats via kamcmd, we can see them:
But they don't show up in the exporter output. How can we see these in the exporter?
The text was updated successfully, but these errors were encountered: