Metadata-Version: 1.1
Name: pyopentsdb
Version: 0.2.1
Summary: Python wrapper over OpenTSDB HTTP API
Home-page: https://github.com/s-t-e-a-l-t-h/pyopentsdb
Author: s-t-e-a-l-t-h
Author-email: UNKNOWN
License: UNKNOWN
Description: Pyopentsdb

        ==========

        

        Python adapter for OpenTSDB HTTP APIs

        

        Usage:

        ------

        **Python code**::

        

             >> from pyopentsdb import tsdb

             >> host = "https://server.domain/opentsdb/"

             >> cookie = {'key': 'value'}

             >> headers = {'Content-Type': 'application/json'}

        

             >> tsdb_connection = tsdb.tsdb_connection(host)

             >> tsdb_connection.suggest(type="metrics", q="sys.host.cpu", max=10000, cookies=cookie, headers=headers)

        
Keywords: data opentsdb tsdb
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: OpenTSDB
Classifier: Programming Language :: Python :: 3.6
