summaryrefslogtreecommitdiffstats
path: root/python.d/python_modules/bases/charts.py
AgeCommit message (Expand)Author
2018-10-15modularized all source code (#4391)Costa Tsaousis
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-24fix python warnings identified by LGTM (#4275)Ilya Mashchenko
2018-08-01python.d: add 'hidden' option to chartslgz
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2018-03-01python.d charts: "can_be_updated" method added to chartlgz
2017-11-29'hidden' added to the dimension params listlgz
2017-11-29'hide_dimension' method added to Chart classlgz
2017-11-05plugin_name, module_name added to CHART lineslgz
2017-11-05Charts flags rename and fixeslgz
2017-11-05move all charts stuff from SimpleService update() to chart update()lgz
2017-11-05set new flag to False after successful chart update()lgz
2017-11-05move since_last check to chart update()x2lgz
2017-11-05move since_last check to chart update()lgz
2017-11-05chart update() fix2lgz
2017-11-05chart update() fixlgz
2017-11-05do not push "obsolete" chart to netdata if chart was not createdlgz
2017-11-04uppercase chart flagslgz
2017-11-03set chart penalty to 0 on refreshlgz
2017-11-03cleanup must be Chart attributelgz
2017-11-03configurable "chart_cleanup" option added (default is 10)lgz
2017-11-03SimpleService and Charts optimizationlgz
2017-10-25charts.py: dimension mul/div check fixlgz
2017-10-22__getattr__ in Class, Dimension, ChartVariable proxy in params dictlgz
2017-10-22"get_update_every" method added to SimpleServicelgz
2017-10-22do not really delete a chart just suppress it if it's not updatedlgz
2017-10-20don't re-create a dimension if it is already createdlgz
2017-10-20add custom exceptions to "charts" module, catch them in create()lgz
2017-10-20some docstrings for "charts.py"lgz
2017-10-20initial support for chart variables addedlgz
2017-10-20more debug output, minor fixeslgz
2017-10-20remove unused imports from "example"lgz
2017-10-20simple is better. replace class Checks with some if checks.lgz
2017-10-20__iter__ and __contains__ methods added to Chart classlgz
2017-10-20actual_name must be a method not a propertylgz
2017-10-20ops, safe_print now simple function, not SimpleService methodlgz
2017-10-20charts classes addedlgz