Metadata-Version: 1.1
Name: wishbone-encode-graphite
Version: 1.0.0
Summary: A Wishbone encode module to convert the Wishbone metric format to Graphite.
Home-page: https://github.com/smetj/wishbone-encode-graphite
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-encode-graphite/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.1.2
        
            Build composable event pipeline servers with minimal effort.
        
        
        
            ========================
            wishbone.encode.graphite
            ========================
        
            Version: 1.0.0
        
            Converts the Wishbone metric format to Graphite format.
            -------------------------------------------------------
        
        
                Incoming metrics have following format:
        
                    See http://wishbone.readthedocs.org/en/1.1.0/logs%20and%20metrics.html#format
                    for more information about the format.
        
                    Available template variables are:
        
                        time, source, name, value unit, prefix, script, pid, source
        
                Parameters:
        
                    - template(str)('{prefix}.{source}.{script}-{pid}.{type}.{name} {value} {time}'):
                        | The template to use to build the metric structure.
                        | Python templates are used.
        
                    - prefix(str)("wishbone"):
                        |
        
                Queues:
        
                    - inbox
                       |  Incoming messages
        
                    - outbox
                       |  Outgoing messges
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
