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

Add histogram for observations #8

Open
svenstaro opened this issue Jul 8, 2020 · 0 comments
Open

Add histogram for observations #8

svenstaro opened this issue Jul 8, 2020 · 0 comments

Comments

@svenstaro
Copy link
Owner

Adding histograms would require keeping track of when a location did the last observation and only then calling observe. We'd have to keep track of all known monitor by monitor_id and maintain a list of locations by location_name per monitor. Then when we detect a change in the last_polled_time, we count the new value as an observation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant