Bug fixes
- Avoid selecting
df
metrics other thandf_complex
when creating disk free graphs.
Improvements
- Change the
collectd
client interface to take an explicit check bundle to create graphs from rather than naïvely using the firstcollectd
check bundle found fortarget
. - Refactor the
datetime_to_int
method fromAnnotation
to be a function inutil
.
Bug fixes
- Remove errant
df
from custom graph title.
Bug fixes
- Fix optional custom titles for all
collectd
graphs.
Improvements
- Add optional custom titles for all
collectd
graphs.
Improvements
- Add function for updating the
status
of each metric in a list of metrics.
Improvements
- Make the
get_tag_string
function public.
Bug fixes
- Add
MANIFEST.in
to include required distribution files.
Bug fixes
- Hard code version in setup to avoid setup dependency
Bug fixes
- Require the
colour
package at setup time
Improvements
- Add client method to create all supported collectd plugin graphs for a specific target at once.
- Update
circonus.collectd.cpu
API to act like the other plugin modules. - Change exception handling to raise HTTPError in log decorator.
- Add API documentation
Improvements
- Add collectd df graph
- Add API documentation
Improvements
- Rename
circonus.collectd.network
tocirconus.collectd.interface
to reflect what the name of thecollectd
module is.
Improvements
- Add collectd network graph
- Add API documentation
Improvements
- Add collectd memory graph
- Add API documentation
Bug fixes
- Fix key error when looking for metrics in a check bundle that has none.
- Handle error state when sorting metrics. If there were less metrics than
suffixes to sort by the returned list would contain
None
values. Now an empty list is returned.
Improvements
- Add initial support for collectd
- Add graph module
- Add metric module
- Add API documentation
Improvements
- Add optional common tags parameter to CirconusClient class for a cleaner way to specify common tags on a given instance of the client.
- Update all docstrings to reStructuredText format with parameter and return types.
- Add API documentation.
Bug fixes
- Fix documentation link
Improvements
- Documentation
Bug fixes
- Make the
with_common_tags
decorator copy theCOMMON_TAGS
list rather than modify it.
Improvements
- Annotation decorator, context manager & ad hoc methods
HISTORY.rst
Bug fixes
- Properly unpack
args
inwith_common_tags
decorator
- Wrap REST API with requests
- Custom HTTP request headers for app. name and token
- Resource tagging
- Error logging