Git Product home page Git Product logo

exometer_report_graphite's Introduction

exometer_report_graphite

Copyright (c) 2014 Basho Technologies, Inc. All Rights Reserved.

Version: Feb 1 2015 23:02:37

Authors: Ulf Wiger ([email protected]), Magnus Feuer ([email protected]).

The graphite reporter uses the TCP/IP protocol to forward subscribed-to metrics and data points to a graphite server, such as the one provided by http://hostedgraphite.com. When the graphite reporter receives a metric-datapoint value (subscribed to through exometer_report:subscriber()), the reporter will immediately forward the key-value pair to the graphite server.

Configuring graphite reporter

Below is an example of a graphite reporter application environment, with its correct location in the hierarchy:

{exometer_core, [
    {report, [
        {reporters, [
            {exometer_report_graphite, [
                {connect_timeout, 5000},
                {prefix, "web_stats"},
                {host, "carbon.hostedgraphite.com"},
                {port, 2003},
                {api_key, "267d121c-8387-459a-9326-000000000000"}
            ]}
        ]}
    ]}
]}

The following attributes are available for configuration:

  • connect_timeout (milliseconds - default: 5000)
    Specifies how long the graphite reporter plugin shall wait for a TCP connection to complete before timing out. A timed out connection will not be reconnected automatically. (To be fixed.)

  • prefix (string - default: "")
    Specifies an optional prefix to prepend all metric names with before they are sent to the graphite server.

  • host (string - default: "carbon.hostedgraphite.com")
    Specifies the name (or IP address) of the graphite server to report to.

  • port (integer - default: 2003)
    Specifies the TCP port on the given graphite server to connect to.

  • api_key (string - default: n/a)
    Specifies the api key to use when reporting to a hosted graphite server.

If prefix is not specified, but api_key is, each metric will be reported as ApiKey.Metric.

If prefix is specified, but api_key is not, each metric will be reported as Prefix.Metric.

if neither prefix nor api_key is specified, each metric will be reported simply as Metric.

exometer_report_graphite's People

Contributors

aeronotix avatar ates avatar eryx67 avatar jstypka avatar kzemek avatar magnusfeuer avatar marksteele avatar mmzeeman avatar nelsonvides avatar rolkar avatar sylane avatar tolbrino avatar uwiger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.