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

Issues/99 add initial support second timeseries db #7

Open
wants to merge 74 commits into
base: master
Choose a base branch
from

Conversation

nepython
Copy link
Owner

Testing Docker

nepython and others added 25 commits June 15, 2020 16:05
Before this fix, the RAM/CPU/disk usage charts may look
like they're showing anomalous behavior, even if the chart
is flat at 40%, because plotly will resize the canvas
to fit the chart.

By setting the Y axis to 100 when percentage is used
we make the chart more readable.

Implements and closes openwisp#136
Improves the previous change by allowing maximum Y values
higher than 100 when charts are measured in percentage.

Adjusts the max value according to chart data.

Related to openwisp#136
It needed a slight modification to take into account django.jQuery.
Added recovery argument to allow to be used also
as a way to signal device issues.
Needed for openwisp/openwisp-network-topology#75
@nepython nepython force-pushed the issues/99-add-initial-support-second-timeseries_db branch 5 times, most recently from 5d3a105 to dd8fac9 Compare July 22, 2020 12:29
nemesifier and others added 27 commits August 7, 2020 13:40
[influxdb] Add support for retention_policy in read

Implements and closes openwisp#54
additionalItems is always False
required properties are defined in the object, not in the array


Write operations are moved to the background where
they are retried automatically indefinitely until the write
succeeds.

This makes the system fault tolerant toward temporary
tsdb outages due to excessive load or data center issues.

Implements and closes openwisp#166
Seems expressions like f' {_("ms")}' force the evaluation
of the translatable string, but the translation system
is not ready at this stage of the app startup yet and
django throws an error in production.
@nepython nepython force-pushed the issues/99-add-initial-support-second-timeseries_db branch from f1692ce to 91a648f Compare August 26, 2020 03:54
@nepython nepython force-pushed the issues/99-add-initial-support-second-timeseries_db branch from 91a648f to abae61a Compare August 26, 2020 04:19
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

Successfully merging this pull request may close these issues.

5 participants