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
get_metrics(historic=False) returns a list of historic metrics (historic == True) https://github.com/metricq/metricq-manager/blob/master/metricq_manager/manager.py#L539-L540
get_metrics(historic=False)
historic == True
The CouchDB view can't support extra args, so we need a new view nohistoric for historic==False
nohistoric
historic==False
The text was updated successfully, but these errors were encountered:
No branches or pull requests
get_metrics(historic=False)
returns a list of historic metrics (historic == True
)https://github.com/metricq/metricq-manager/blob/master/metricq_manager/manager.py#L539-L540
The CouchDB view can't support extra args, so we need a new view
nohistoric
forhistoric==False
The text was updated successfully, but these errors were encountered: