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
Is it possible to filter the metric apache_accesses_total by the url?
apache_accesses_total
As in get all accesses on routes that start with /api and all accesses on routes that start with /web, like:
/api
/web
/api/users /api/system /web/chart1 /web/chart2
The text was updated successfully, but these errors were encountered:
Hey @mathiasHillmann,
I don't believe it's possible but you could get a similar result by parsing the logs in a log aggregator and then graphing the result.
Sorry, something went wrong.
No branches or pull requests
Is it possible to filter the metric
apache_accesses_total
by the url?As in get all accesses on routes that start with
/api
and all accesses on routes that start with/web
, like:The text was updated successfully, but these errors were encountered: