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

No way to get only non historic metrics #41

Open
kinnarr opened this issue Jul 21, 2021 · 0 comments
Open

No way to get only non historic metrics #41

kinnarr opened this issue Jul 21, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@kinnarr
Copy link
Member

kinnarr commented Jul 21, 2021

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 for historic==False

@kinnarr kinnarr added the bug Something isn't working label Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant