forked from openwisp/openwisp-monitoring
-
Notifications
You must be signed in to change notification settings - Fork 0
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
nepython
wants to merge
74
commits into
master
Choose a base branch
from
issues/99-add-initial-support-second-timeseries_db
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Issues/99 add initial support second timeseries db #7
nepython
wants to merge
74
commits into
master
from
issues/99-add-initial-support-second-timeseries_db
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Co-authored-by: Federico Capoano <[email protected]>
Implements and closes openwisp#65
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
force-pushed
the
issues/99-add-initial-support-second-timeseries_db
branch
5 times, most recently
from
July 22, 2020 12:29
5d3a105
to
dd8fac9
Compare
[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
Plus minor cleanup.
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
Temporary solution, may be obsoleted by openwisp/django-swappable-models#23
Implements and closes openwisp#106
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.
Related to openwisp#172 Related to openwisp#201
nepython
force-pushed
the
issues/99-add-initial-support-second-timeseries_db
branch
from
August 26, 2020 03:54
f1692ce
to
91a648f
Compare
nepython
force-pushed
the
issues/99-add-initial-support-second-timeseries_db
branch
from
August 26, 2020 04:19
91a648f
to
abae61a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Testing Docker