Repository: Feuerlabs/exometer Branch: master Commit: 7a7bd8d2b52d Files: 78 Total size: 289.9 KB Directory structure: gitextract_l06lzyi4/ ├── .gitignore ├── .travis.yml ├── CONTRIBUTIONS.md ├── LICENSE ├── Makefile ├── README.md ├── TODO.md ├── doc/ │ ├── README.md │ ├── edoc-info │ ├── exometer_netlink.md │ ├── exometer_overview.odp │ ├── exometer_report_amqp.md │ ├── exometer_report_graphite.md │ ├── exometer_report_opentsdb.md │ ├── exometer_report_snmp.md │ ├── exometer_report_statsd.md │ ├── overview.edoc │ └── stylesheet.css ├── examples/ │ ├── count_example.erl │ ├── minmax_example.erl │ ├── snmp_agent/ │ │ └── sys.config │ └── snmp_manager/ │ ├── agents.conf │ ├── exo_test_user.erl │ ├── manager.conf │ ├── sys.config │ ├── users.conf │ └── usm.conf ├── include/ │ └── exometer.hrl ├── mibs/ │ └── EXOMETER-MIB.mib ├── priv/ │ ├── EXOMETER-METRICS-MIB.mib │ ├── app.config │ ├── check_cover.script │ ├── check_edown.script │ ├── check_packages.script │ ├── exometer-reporters.schema │ ├── exometer.schema │ ├── remove_deps.script │ ├── snmp/ │ │ ├── agent.conf │ │ ├── community.conf │ │ ├── context.conf │ │ ├── notify.conf │ │ ├── standard.conf │ │ ├── target_addr.conf │ │ ├── target_params.conf │ │ ├── usm.conf │ │ └── vacm.conf │ └── test.conf ├── rebar.config ├── rebar.config.script ├── src/ │ ├── exometer.app.src │ ├── exometer_app.erl │ ├── exometer_netlink.erl │ ├── exometer_report_amqp.erl │ ├── exometer_report_graphite.erl │ ├── exometer_report_opentsdb.erl │ ├── exometer_report_snmp.erl │ ├── exometer_report_statsd.erl │ ├── exometer_sup.erl │ └── log.hrl └── test/ ├── app1/ │ ├── ebin/ │ │ └── app1.app │ ├── priv/ │ │ ├── exometer_defaults.eterm │ │ └── exometer_predefined.eterm │ └── src/ │ ├── app1_app.erl │ └── app1_sup.erl ├── config/ │ ├── snmp_agent-compat-r15.config │ ├── snmp_agent.config │ ├── snmp_manager-compat-r15.config │ └── snmp_manager.config ├── cover.spec ├── cover.spec.pre171 ├── cover.spec.pre175 ├── data/ │ ├── EXOTEST-MIB.mib │ ├── EXOTEST-MIB.mib.modified │ ├── app1.script │ ├── app1_upg.script │ └── test_defaults.script ├── exometer_snmp_SUITE.erl └── exometer_test_util.erl ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ .eunit deps *.o *.beam *.plt *.app *~ !test/app1/ebin/app1.app include/EXOMETER-MIB.hrl priv/mibs log/ logs/ erl_crash.dump .rebar variables-ct@* ================================================ FILE: .travis.yml ================================================ sudo: false language: erlang script: "make ci" otp_release: - 18.2.1 - 18.2 - 18.1 - 18.0 - 17.5 - 17.4 - 17.3 - 17.1 - 17.0 - R16B03-1 after_failure: "echo 'logs/raw.log\n'; cat logs/raw.log; for f in `find logs/ct_run*/log*/ -type f`; do echo \"\n$f\n\" ; cat $f; done" ================================================ FILE: CONTRIBUTIONS.md ================================================

Contributions to Exometer

* [Brian Troutwine](https://github.com/Feuerlabs/exometer/pulls/blt?q=is%3Aclosed) * [Tino Breddin](https://github.com/Feuerlabs/exometer/pulls/tolbrino?q=is%3Aclosed) * [Artem Teslenko](https://github.com/Feuerlabs/exometer/pulls/ates?q=is%3Aclosed) * [Sébastien Merle](https://github.com/Feuerlabs/exometer/pulls/sylane?q=is%3Aclosed) * [Diana Corbacho](https://github.com/Feuerlabs/exometer/pulls/dcorbacho?q=is%3Aclosed) * [Roland Karlsson](https://github.com/Feuerlabs/exometer/pulls/roland-karlsson-erlang-solutions-com?q=is%3Aclosed) * [Aaron France](https://github.com/Feuerlabs/exometer/pulls/aeronotix?q=is%3Aclosed) * [Maas-Maarten Zeeman](https://github.com/Feuerlabs/exometer/pulls/mmzeeman?q=is%3Aclosed) * [Vladimir G. Sekissov](https://github.com/Feuerlabs/exometer/pulls/eryx67?q=is%3Aclosed) * [Mark Steele](https://github.com/Feuerlabs/exometer/pulls/marksteele?q=is%3Aclosed) ================================================ FILE: LICENSE ================================================ Mozilla Public License, version 2.0 1. Definitions 1.1. “Contributor” means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. 1.2. “Contributor Version” means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor’s Contribution. 1.3. “Contribution” means Covered Software of a particular Contributor. 1.4. “Covered Software” means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. 1.5. “Incompatible With Secondary Licenses” means a. that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or b. that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. 1.6. “Executable Form” means any form of the work other than Source Code Form. 1.7. “Larger Work” means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. 1.8. “License” means this document. 1.9. “Licensable” means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. 1.10. “Modifications” means any of the following: a. any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or b. any new file in Source Code Form that contains any Covered Software. 1.11. “Patent Claims” of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. 1.12. “Secondary License” means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. 1.13. “Source Code Form” means the form of the work preferred for making modifications. 1.14. “You” (or “Your”) means an individual or a legal entity exercising rights under this License. For legal entities, “You” includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. 2. License Grants and Conditions 2.1. Grants Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: a. under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and b. under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. 2.2. Effective Date The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. 2.3. Limitations on Grant Scope The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: a. for any code that a Contributor has removed from Covered Software; or b. for infringements caused by: (i) Your and any other third party’s modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or c. under Patent Claims infringed by Covered Software in the absence of its Contributions. This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). 2.4. Subsequent Licenses No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). 2.5. Representation Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. 2.6. Fair Use This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. 2.7. Conditions Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. 3. Responsibilities 3.1. Distribution of Source Form All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients’ rights in the Source Code Form. 3.2. Distribution of Executable Form If You distribute Covered Software in Executable Form then: a. such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and b. You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients’ rights in the Source Code Form under this License. 3.3. Distribution of a Larger Work You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). 3.4. Notices You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. 3.5. Application of Additional Terms You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. 4. Inability to Comply Due to Statute or Regulation If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. 5. Termination 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. 6. Disclaimer of Warranty Covered Software is provided under this License on an “as is” basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. 7. Limitation of Liability Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party’s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. 8. Litigation Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party’s ability to bring cross-claims or counter-claims. 9. Miscellaneous This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. 10. Versions of the License 10.1. New Versions Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. 10.2. Effect of New Versions You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. 10.3. Modified Versions If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. You may add additional accurate notices of copyright ownership. Exhibit B - “Incompatible With Secondary Licenses” Notice This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. ================================================ FILE: Makefile ================================================ .PHONY: all clean clean_plt deps compile test doc dialyzer xref devnode_snmp_agent devnode_snmp_manager compile_examples ci EXOMETER_PLT=exometer.plt DIALYZER_OPTS = # -Wunderspecs DIALYZER_APPS = erts kernel stdlib compiler syntax_tools snmp ssl ssh \ crypto public_key test_server webtool xmerl common_test \ lager goldrush afunix netlink folsom mnesia parse_trans \ setup exometer_core all: deps compile ci: compile xref dialyzer test deps: rebar get-deps compile: rebar compile clean: clean_plt rebar clean clean-all: clean rm -rf deps test: compile_examples ERL_LIBS=./examples rebar ct skip_deps=true xref: ERL_LIBS=./deps rebar xref skip_deps=true edown_deps: rebar get-deps compile edown=true doc: edown_deps rebar doc edown=true skip_deps=true $(EXOMETER_PLT): rebar get-deps compile ERL_LIBS=deps dialyzer --build_plt --output_plt $(EXOMETER_PLT) \ --apps $(DIALYZER_APPS) clean_plt: rm -f $(EXOMETER_PLT) dialyzer: deps compile $(EXOMETER_PLT) dialyzer -r ebin --plt $(EXOMETER_PLT) $(DIALYZER_OPTS) compile_examples: erlc +'{parse_transform, lager_transform}' -pz deps/lager/ebin -I src -o examples/snmp_manager/ examples/snmp_manager/*.erl devnode_snmp_agent: erl -sname agent -pa deps/*/ebin ebin -config examples/snmp_agent/sys.config -boot start_sasl -s lager -s crypto -s exometer devnode_snmp_manager: compile_examples erl -sname manager -pz examples/snmp_manager -pz deps/*/ebin ebin -config examples/snmp_manager/sys.config \ -boot start_sasl -s lager -s crypto -s snmp ================================================ FILE: README.md ================================================ # Exometer - Erlang instrumentation package # Copyright (c) 2014 Basho Technologies, Inc. All Rights Reserved. __Version:__ Feb 1 2015 23:02:37 __Authors:__ Ulf Wiger ([`ulf.wiger@feuerlabs.com`](mailto:ulf.wiger@feuerlabs.com)), Magnus Feuer ([`magnus.feuer@feuerlabs.com`](mailto:magnus.feuer@feuerlabs.com)). [![Build Status](https://travis-ci.org/Feuerlabs/exometer.png?branch=master)](https://travis-ci.org/Feuerlabs/exometer) __NOTE: Exometer has been split into [exometer_core](https://github.com/Feuerlabs/exometer_core), and exometer (as well as separate reporter applications). The latest monolithic version of Exometer is 1.1.__ The Exometer package allows for easy and efficient instrumentation of Erlang code, allowing crucial data on system performance to be exported to a wide variety of monitoring systems. Exometer comes with a set of pre-defined monitor components, and can be expanded with custom components to handle new types of Metrics, as well as integration with additional external systems such as databases, load balancers, etc. This document gives a high level overview of the Exometer system. For details, please see the documentation for individual modules, starting with `exometer`. Note the section on [Dependency Management](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Dependency_Management) for how to deal with optional packages, both users and developers. ### Table of Content ### 1. [Concept and definitions](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Concept_and_definitions) 1. [Metric](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Metric) 2. [Data Point](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Data_Point) 3. [Metric Type](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Metric_Type) 4. [Entry Callback](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Entry_Callback) 5. [Probe](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Probe) 6. [Caching](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Caching) 7. [Subscriptions and Reporters](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Subscriptions_and_Reporters) 2. [Built-in entries and probes](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Built-in_entries_and_probes) 1. [counter (exometer native)](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#counter_(exometer_native)) 2. [fast_counter (exometer native)](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#fast_counter_(exometer_native)) 3. [gauge (exometer native)](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#gauge_(exometer_native)) 4. [exometer_histogram (probe)](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#exometer_histogram_(probe)) 5. [exometer_uniform (probe)](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#exometer_uniform_(probe)) 6. [exometer_spiral (probe)](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#exometer_spiral_(probe)) 7. [exometer_folsom [entry]](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#exometer_folsom_[entry]) 8. [exometer_function [entry]](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#exometer_function_[entry]) 3. [Built in Reporters](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Built_in_Reporters) 1. [exometer_report_graphite](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#exometer_report_graphite) 2. [exometer_report_opentsdb](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#exometer_report_opentsdb) 3. [exometer_report_amqp](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#exometer_report_amqp) 4. [exometer_report_snmp](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#exometer_report_snmp) 4. [Instrumenting Erlang code](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Instrumenting_Erlang_code) 1. [Exometer Start](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Exometer_Start) 2. [Creating metrics](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Creating_metrics) 3. [Deleting metrics](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Deleting_metrics) 4. [Setting metric values](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Setting_metric_values) 5. [Retrieving metric values](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Retrieving_metric_values) 6. [Setting up subscriptions](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Setting_up_subscriptions) 7. [Set metric options](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Set_metric_options) 5. [Configuring Exometer](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_Exometer) 1. [Configuring type - entry maps](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_type_-_entry_maps) 2. [Configuring statically defined entries](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_statically_defined_entries) 3. [Configuring static subscriptions](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_static_subscriptions) 4. [Configuring reporter plugins](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_reporter_plugins) 5. [Configuring opentsdb reporter](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_opentsdb_reporter) 6. [Configuring amqp reporter](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_amqp_reporter) 7. [Configuring graphite reporter](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_graphite_reporter) 8. [Configuring snmp reporter](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_snmp_reporter) 6. [Creating custom exometer entries](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Creating_custom_exometer_entries) 7. [Creating custom probes](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Creating_custom_probes) 8. [Creating custom reporter plugins](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Creating_custom_reporter_plugins) 9. [Dependency management](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Dependency_management) ### Concepts and Definitions ### Exometer introduces a number of concepts and definitions used throughout the documentation and the code. ![Overview](/doc/exometer_overview.png?raw=true) #### Metric #### A metric is a specific measurement sampled inside an Erlang system and then reported to the Exometer system. An example metric would be "transactions_per_second", or "memory_usage". Metrics are identified by a list of terms, such as given below: `[ xml_front_end, parser, file_size ]` A metric is created through a call by the code to be instrumented to `exometer:new()`. Once created, the metric can be updated through `exometer:update()`, or on its own initiative through the `exometer_probe:sample` behavior implementation. #### Data Point #### Each metric can consist of multiple data points, where each point has a specific value. A typical example of data points would be a `transactions_per_second` (tps) metric, usually stored as a histogram covering the last couple of minutes of tps samples. Such a histogram would host multiple values, such as `min`, `max`, `median`, `mean`, `50_percentile`, `75_percentile`, etc. It is up to the type of the metric, and the data probe backing that type (see below), to specify which data points are available under the given metric. #### Metric Type #### The type of a metric, specified when the metric is created through `exometer:new()`, determines which `exometer_entry` callback to use. The link between the type and the entry to use is configured through the `exometer_admin` module, and its associated exometer defaults configuration data. The metric type, in other words, is mainly used to map a metric to a configurable `exometer_entry` callback, but it can also be referenced in queries using `exometer:select/1`. An entry callback can also support multiple types (the type is provided as an argument in the callback functions). Exometer provides default mappings for a number of metric types. It is possible to select different callbacks for each metric instance, as well as modify metrics using callback-specific options. Please see [Configuring type - entry maps](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_type_-_entry_maps) for details on how to do this. #### Entry Callback #### An exometer entry callback will receive values reported to a metric through the `exometer:update()` call and compile it into one or more data points. The entry callback can either be a counter (implemented natively in `exometer`), or a more complex statistical analysis such as a uniform distribution or a regular histogram. The various outputs from these entries are reported as data points under the given metric. An entry can also interface external analytics packages. `exometer_folsom`, for example, integrates with the `folsom_metrics` package found at [`https://github.com/boundary/folsom`](https://github.com/boundary/folsom). #### Probe #### Probes are a further specialization of exometer entries that run in their own Erlang processes and have their own state (like a gen_server). A probe is implemented through the `exometer_probe` behavior. A probe can be used if independent monitoring is needed of, for example, `/proc` trees, network interfaces, and other subsystems that need periodic sampling. In these cases, the `exometer_probe:probe_sample()` call is invoked regularly by exometer, in the probe's own process, in order to extract data from the given subsystem and add it to the metric's data points. #### Caching #### Metric and data point values are read with the `exometer:get_value()` function. In the case of counters, this operation is very fast. With probes, the call results in a synchronous dialog with the probe process, and the cost of serving the request depends on the probe implementation and the nature of the metric being served. If the cost of reading the value is so high that calling the function often would result in prohibitive load, it is possible to cache the value. This is done either explicitly from the probe itself (by calling `exometer_cache:write()`), or by specifying the option `{cache, Lifetime}` for the entry. If an entry has a non-zero cache lifetime specified, the `get_value()` call will try fetching the cached value before calling the actual entry and automatically caching the result. Note that if `{cache, Lifetime}` is not specified, `exometer:get_value()` will neither read nor write to the cache. It is possible for the probe to periodically cache a value regardless of how the cache lifetime is set, and the probe may also explicitly read from the cache if it isn't done automatically. #### Subscriptions and Reporters #### The subscription concept, managed by `exometer_report` allows metrics and their data points to be sampled at given intervals and delivered to one or more recipients, which can be either an arbitrary process or a Reporter plugin. Each subscription ties a specific metric-datapoint pair to a reporter and an interval (given in milliseconds). The reporter system will, at the given interval, send the current value of the data point to the subscribing reporter. The subscription, with all its parameters, is setup through a call to `exometer_report:subscribe()`. In the case of processes, subscribed-to values will be delivered as a message. Modules, which implement the `exometer_report` callback behavior, will receive the plugins as a callbacks within the `exometer_report` process. Subscriptions can either be setup at runtime, through `exometer_report:subscribe()` calls, or statically through the `exometer_report` configuration data. ### Built-in entries and probes ### There are a number of built-in entries and probes shipped with the Exometer package, as described below: #### counter (exometer native) #### The counter is implemented directly in `exometer` to provide simple counters. A call to `exometer:update()` will add the provided value to the counter. The counter can be reset to zero through `exometer:reset()`. The available data points under a metric using the counter entry are `value` and `ms_since_reset`. #### fast_counter (exometer native) #### A fast counter implements the counter functionality, through the `trace_info` system, yielding a speed increase of about 3.5 in comparison to the regular counter. The tradeoff is that running tracing and/or debugging may interfere with the counter functionality. A call to `exometer:update()` will add the provided value to the counter. The counter can be reset to zero through `exometer:reset()`. The available data points under a metric using the fast_counter entry are `value` and `ms_since_reset`. #### gauge (exometer native) #### The gauge is implemented directly in `exometer` to provide simple gauges. A call to `exometer:update()` will set the gauge's value to the provided value. That is, the value of the gauge entry is always the most recently provided value. The gauge can be reset to zero through `exometer:reset()`. The available data points under a metric using the gauge entry are `value` and `ms_since_reset`. #### histogram (probe) #### The histogram probe stores a given number of updates, provided through `exometer:update()`, in a histogram. The histogram maintains a log derived from all values received during a configurable time span and provides min, max, median, mean, and percentile analysis data points for the stored data. Exometer supports a number of different histogram implementations, each with different performance and accuracy trade-offs. In order to save memory, the histogram is divided into equal-sized time slots, where each slot spans a settable interval. All values received during a time slot will be averaged into a single value to be stored in the histogram once the time slot expires. The averaging function (which can be replaced by the caller), allows for high-frequency update metrics to have their resolution traded against resource consumption. #### exometer_uniform (probe) #### The uniform probe provides a uniform sample over a pool of values provided through `exometer:update()`. When the pool reaches its configurable max size, existing values will be replaced at random to make space for new values. Much like `exometer_histogram`, the uniform probe provides min, max, median, mean, and percentile analysis data points for the stored data. #### exometer_spiral (probe) #### The spiral probe maintains the total sum of all values stored in its histogram. The histogram has a configurable time span, all values provided to the probe, through `exometer:update()`, within that time span will be summed up and reported. If, for example, the histogram covers 60 seconds, the spiral probe will report the sum of all values reported during the last minute. The grand total of all values received during the lifetime of the probe is also available. #### exometer_folsom [entry] #### `exometer_folsom` is an entry behavior which implements most metric types supported by the [folsom](https://github.com/boundary/folsom) metrics package: Specifically, the metric types `counter`, `spiral`, `histogram`, `meter`, `meter_reader`, `gauge`, `duration` and `history`. The folsom entry integrates with the folsom metrics package provided by the boundary repo at github. Updated values sent to the folsom entry can be forwarded to folsom's counter, histogram, duration, meter, and spiral. Folsom integration is provided as a backup. New code using Exometer should use the native probes that duplicate folsom. #### exometer_function [entry] #### The function entry allows for an existing erlang function to be wrapped as an exometer entry. The [`exometer_function`](https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer_function.md) module supports a number of options for passing arguments and matching out data points from the result. The function entry provides an easy way of integrating an external system without having to write a complete entry. ### Built in Reporters ### Exometer ships with some built-in reporters which can be used to forward updated metrics and their data points to external systems. They can also serve as templates for custom-developed reporters. #### exometer_report_graphite #### 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`](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. #### exometer_report_opentsdb #### The OpenTSDB reporter sends metrics to an OpenTSDB server using the telnet API. All subscribed-to metric-datapoint values received by the reporter are immediately forwarded to OpenTSDB. If the OpenTSDB connection is lost, the reporter will attempt to reconnect to it at a configurable interval. The data sent to OpenTSDB will be formatted as follows: ``` put metric timestamp value host=host type=datapoint ``` Where the value for the host tag will be the configured host in the reporter configuration (defaults to the value returned by `netadm:localhost`), and datapoint tags as specified by the subscriber. Please see [Configuring opentsdb reporter](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_opentsdb_reporter) for details on the application environment parameters listed above. #### exometer_report_amqp #### The AMQP reporter sends metrics to an AMQP broker as a json-encoded payload. All subscribed-to metric-datapoint values received by the reporter are forwarded to AMQP. If the AMQP connection is lost, the reporter will attempt to reconnect to it at a configurable interval. The data sent to AMQP will be formatted as follows: ``` { "type":"exometer_metric", "body": {"name":"messages_per_second", "value":0,"timestamp":1414006826, "host":"testhost", "instance":"max"} } ``` Where the value for the host tag will be the configured host in the reporter configuration (defaults to the value returned by `netadm:localhost`), the instance tag represents the datapoint for the metric. Please see [Configuring amqp reporter](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_amqp_reporter) for details on the application environment parameters listed above. #### exometer_report_snmp #### The SNMP reporter enables the export of metrics and their datapoints to SNMP managers. The export needs to be enabled for each metric through their options. Moreover, SNMP notifications can be created using the options to send periodic reports on datapoints to SNMP managers. All SNMP protocol handling is done by the snmp application shipped with Erlang/OTP. Thus, the snmp application needs to be started and the local SNMP master agent needs to be configured correctly for SNMP export to work properly. To configure SNMP export for a single metric use these options: + `{snmp, disabled}` (default)
Disables SNMP export for the metric. Same as not specifying the option at all. + `{snmp, []}`
Enables SNMP export for the metric. No subscriptions are setup. + `{snmp, [{Datapint, Interval}]}`
Enables SNMP export for the metric.
Subscriptions are setup for the given Datapoint/Interval pairs.
Each subscription report will be forwarded to SNMP mangers as notifications. + `{snmp, [{Datapint, Interval, Extra}]}`
Same as above, but using an addition extra identification for the subscriptions.
Allow the creation ofmultiple subscriptions for a single datapoint. Please see [Configuring snmp reporter](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_snmp_reporter) for details on how to configure the SNMP reporter. ### Instrumenting Erlang code ### The code using Exometer needs to be instrumented in order to setup and use metrics reporting. #### Exometer Start #### The system using Exometer must start the `exometer` application prior to using it: ```erlang application:start(lager), application:start(exometer). ``` Note that dependent applications need to be started first. On newer OTP versions (R16B or later), you can use `application:ensure_all_started(exometer)`. For testing, you can also use [`exometer:start/0`](https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer.md#start-0). If you make use of e.g. folsom metrics, you also need to start `folsom`. Exometer will not do that automatically, nor does it contain an application dependency for it. See [Configuring Exometer](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_Exometer) for details on configuration data format. #### Creating metrics #### A metric, can be created through a call to ```erlang exometer:new(Name, Type) ``` `Name` is a list of atoms, uniquely identifying the metric created. The type of the metric, specified by `Type` will be mapped to an exometer entry through the table maintained by `exometer_admin` Please see the [Configuring type - entry maps](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_type_-_entry_maps) for details. The resolved entry to use will determine the data points available under the given metric. #### Deleting metrics #### A metric previously created with `exometer:new()` can be deleted by `exometer:delete()`. All subscriptions to the deleted metrics will be cancelled. #### Setting metric values #### A created metric can have its value updated through the `exometer:update()` function: ```erlang exometer:update(Name, Value) ``` The `Name` parameter is the same atom list provided to a previous `exometer:new()` call. The `Value` is an arbitrarty element that is forwarded to the `exometer:update()` function of the entry/probe that the metric is mapped to. The receiving entry/probe will process the provided value and modify its data points accordingly. #### Retrieving metric values #### Exometer-using code can at any time retrieve the data point values associated with a previously created metric. In order to find out which data points are available for a metric, the following call can be used: ```erlang exometer:info(Name, datapoints) ``` The `Name` parameter is the same atom list provided to a previous `exometer:new()` call. The call will return a list of data point atoms that can then be provided to `exometer:get_value()` to retrieve their actual value: ```erlang exometer:get_value(Name, DataPoint) ``` The `Name` paramer identifies the metric, and `DataPoints` identifies the data points (returned from the previous `info()` call) to retrieve the value for. If no DataPoints are provided, the values of a default list of data points, determined by the backing entry / probe, will be returned. #### Setting up subscriptions #### A subscription can either be statically configured, or dynamically setup from within the code using Exometer. For details on statically configured subscriptions, please see [Configuring static subscriptions](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_static_subscriptions). A dynamic subscription can be setup with the following call: ```erlang exometer_report:subscribe(Recipient, Metric, DataPoint, Inteval) ``` `Recipient` is the name of a reporter. #### Set metric options #### Each created metric can have options setup for it through the following call: ```erlang exometer:setopts(Name, Options) ``` The `Name` paramer identifies the metric to set the options for, and Options is a proplist (`[{ Key, Value },...]`) with the options to be set. Exometer looks up the the backing entry that hosts the metric with the given Name, and will invoke the entry\'s `setopts/4` function to set the actual options. Please see the `setopts/4` function for the various entries for details. ### Configuring Exometer ### Exometer defaults can be changed either through OTP application environment variables or through the use of Basho's `cuttlefish` ([`https://github.com/basho/cuttlefish`](https://github.com/basho/cuttlefish)). #### Configuring type - entry maps #### The dynamic method of configuring defaults for `exometer` entries is: ```erlang exometer_admin:set_default(NamePattern, Type, Default) ``` Where `NamePattern` is a list of terms describing what is essentially a name prefix with optional wildcards (`'_'`). A pattern that matches any legal name is `['_']`. `Type` is an atom defining a type of metric. The types already known to `exometer`, `counter`, `fast_counter`, `ticker`, `uniform`, `histogram`, `spiral`, `netlink`, and `probe` may be redefined, but other types can be described as well. `Default` is either an `#exometer_entry{}` record (unlikely), or a list of `{Key, Value}` options, where the keys correspond to `#exometer_entry` record attribute names. The following attributes make sense to preset: ```erlang {module, atom()} % the callback module {status, enabled | disabled} % operational status of the entry {cache, non_neg_integer()} % cache lifetime (ms) {options, [{atom(), any()}]} % entry-specific options ``` Below is an example, from `exometer/priv/app.config`: ```erlang {exometer, [ {defaults, [ {['_'], function , [{module, exometer_function}]}, {['_'], counter , [{module, exometer}]}, {['_'], histogram, [{module, exometer_histogram}]}, {['_'], spiral , [{module, exometer_spiral}]}, {['_'], duration , [{module, exometer_folsom}]}, {['_'], meter , [{module, exometer_folsom}]}, {['_'], gauge , [{module, exometer_folsom}]} ]} ]} ``` In systems that use CuttleFish, the file `exometer/priv/exometer.schema` contains a schema for default settings. The setup corresponding to the above defaults would be as follows: ```ini exometer.template.function.module = exometer_function exometer.template.counter.module = exometer exometer.template.histogram.module = exometer_histogram exometer.template.spiral.module = exometer_spiral exometer.template.duration.module = exometer_folsom exometer.template.meter.module = exometer_folsom exometer.template.gauge.module = exometer_folsom ``` #### Configuring statically defined entries #### Using the `exometer` environment variable `predefined`, entries can be added at application startup. The variable should have one of the following values: * `{script, File}` - `File` will be processed using `file:script/2`. The return value (the result of the last expression in the script) should be a list of`{Name, Type, Options}` tuples. * `{apply, M, F, A}` - The result of `apply(M, F, A)` should be `{ok, L}` where`L` is a list of `{Name, Type, Options}` tuples. * `L`, where L is a list of `{Name, Type, Options}` tuples or extended instructions (see below). The list of instructions may include: * `{delete, Name}` - deletes `Name` from the exometer registry. * `{select_delete, Pattern}` - applies a select pattern and deletes all matching entries. * `{re_register, {Name, Type, Options}}` - redefines an entry if present, otherwise creates it. Exometer will also scan all loaded applications for the environment variables `exometer_defaults` and `exometer_predefined`, and process as above. If an application is loaded and started after exometer has started, it may call the function `exometer:register_application()` or `exometer:register_application(App)`. This function will do nothing if exometer isn't already running, and otherwise process the `exometer_defaults` and `exometer_predefined` variables as above. The function can also be called during upgrade, as it will re-apply the settings each time. #### Configuring static subscriptions #### Static subscriptions, which are automatically setup at exometer startup without having to invoke `exometer_report:subscribe()`, are configured through the report sub section under exometer. Below is an example, from `exometer/priv/app.config`: ```erlang {exometer, [ {report, [ {subscribers, [ {exometer_report_collectd, [db, cache, hits], mean, 2000, true}, {exometer_report_collectd, [db, cache, hits], max, 5000, false} ]} ]} ]} ``` The `report` section configures static subscriptions and reporter plugins. See [Configuring reporter plugins](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_reporter_plugins) for details on how to configure individual plugins. The `subscribers` sub-section contains all static subscriptions to be setup att exometer applications start. Each tuple in the prop list should be of one of the following formats: * `{Reporter, Metric, DataPoint, Interval}` * `{Reporter, Metric, DataPoint, Interval, RetryFailedMetrics}` * `{Reporter, Metric, DataPoint, Interval, RetryFailedMetrics, Extra}` * `{apply, {M, F, A}}` * `{select, {MatchPattern, DataPoint, Interval [, Retry [, Extra] ]}}` In the case of `{apply, M, F, A}`, the result of `apply(M, F, A)` must be a list of `subscribers` tuples. In the case of `{select, Expr}`, a list of metrics is fetched using `exometer:select(MatchPattern)`, where the result must be on the form `{Key, Type, Status}` (i.e. what corresponds to `'$_'`). The rest of the items will be applied to each of the matching entries. The meaning of the above tuple elements is: + `Reporter :: module()`
Specifies the reporter plugin module, such as`exometer_report_collectd` that is to receive updated metric's data points. + `Metric :: [atoms()]`
Specifies the path to a metric previously created with an`exometer:new()` call. + `DataPoint` :: atom() | [atom()]'
Specifies the data point within the given metric to send to the receiver. The data point must match one of the data points returned by`exometer:info(Name, datapoints)` for the given metrics name. + `Interval` :: integer()' (milliseconds)
Specifies the interval, in milliseconds, between each update of the given metric's data point. At the given interval, the data point will be samples, and the result will be sent to the receiver. + `RetryFailedMetrics :: boolean()`
Specifies if the metric should be continued to be reported even if it is not found during a reporting cycle. This would be the case if a metric is not created by the time it is reported for the first time. If the metric will be created at a later time, this value should be set to true. Set this value to false if all attempts to report the metric should stop if when is not found. The default value is `true`. + `Extra :: any()`
Provides a means to pass along extra information for a given subscription. An example is the `syntax` option for the SNMP reporter, in which case `Extra` needs to be a property list. Example configuration in sys.config, using the `{select, Expr}` pattern: ```erlang [ {exometer, [ {predefined, [{[a,1], counter, []}, {[a,2], counter, []}, {[b,1], counter, []}, {[c,1], counter, []}]}, {report, [ {reporters, [{exometer_report_tty, []}]}, {subscribers, [{select, {[{ {[a,'_'],'_','_'}, [], ['$_']}], exometer_report_tty, value, 1000}}]} ]} ]} ]. ``` This will activate a subscription on `[a,1]` and `[a,2]` in the `exometer_report_tty` reporter, firing once per second. #### Configuring reporter plugins #### The various reporter plugins to be loaded by exometer are configured in the `report` section under `reporters` Each reporter has an entry named after its module, and the content of that entry is dependent on the reporter itself. The following chapters specifies the configuration parameters for the reporters shipped with exometer. #### Configuring opentsdb reporter #### Below is an example of the opentsdb reporter application environment, with its correct location in the hierarchy: ```erlang {exometer, [ {report, [ {reporters, [ {exometer_report_opentsdb, [ {reconnect_interval, 10}, {connect_timeout, 8000}, {hostname, "testhost"}, {host, {"127.0.0.1", 4242}} ]} ]} ]} ]} ``` The following attributes are available for configuration: + `reconnect_interval` (seconds - default: 30)
Specifies the duration between each reconnect attempt to an opentsdb server that is not available. Should the server either be unavailable at exometer startup, or become unavailable during exometer's operation, exometer will attempt to reconnect at the given number of seconds. + `connect_timeout` (milliseconds - default: 5000)
Specifies how long the opentsdb reporter plugin shall wait for a socket connection to complete before timing out. A timed out connection attempt will be retried after the reconnect interval has passed see item 1 above). + `hostname` (string - default: `net_adm:localhost()`)
Specifies the host name to use for the host tag in the OpenTSDB tags. Please see [Configuring opentsdb reporter](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_opentsdb_reporter) for details. + `host` (ip - default: {"127.0.0.1", 4242})
Specifies the host and port to connect to OpenTSDB. #### Configuring amqp reporter #### Below is an example of the amqp reporter application environment, with its correct location in the hierarchy: ```erlang {exometer, [ {report, [ {reporters, [ {exometer_report_amqp, [ {reconnect_interval, 10}, {hostname, "testhost"}, {amqp_url, "amqp://user:pass@host:5672/%2f"}, {exchange, "metrics"}, {routing_key, "metrics"}, {buffer_size, 0} ]} ]} ]} ]} ``` The following attributes are available for configuration: + `reconnect_interval` (seconds - default: 30)
Specifies the duration between each reconnect attempt to an amqp broker that is not available. Should the server either be unavailable at exometer startup, or become unavailable during exometer's operation, exometer will attempt to reconnect at the given number of seconds. + `hostname` (string - default: `net_adm:localhost()`)
Specifies the host name to use for the host property in the JSON payload. Please see [Configuring amqp reporter](https://github.com/Feuerlabs/exometer/blob/master/doc/README.md#Configuring_amqp_reporter) for details. + `amqp_url` (string - default: `amqp://guest:guest@localhost:5672/%2f`)
Specifies the amqp url to connect to. + `exchange` (string - default: `exometer`)
Specifies the exchange to publish messages to. + `routing_key` (string - default: `exometer`)
Specifies the routing key to use when publishing messages. + `buffer_size` (integer - default: `0`)
Specifies the size in bytes of payload to buffer before sending to AMQP. #### Configuring graphite reporter #### Below is an example of the a graphite reporter application environment, with its correct location in the hierarchy: ```erlang {exometer, [ {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 graphie reporter plugin shall wait for a tcp connection to complete before timing out. A timed out connection will not be reconnected to 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 metrics will be reported as `ApiKey.Metric`. If `prefix` is specified, but `api_key` is not, each metrics will be reported as `Prefix.Metric`. if neither `prefix` or `api_key` is specified, each metric will be reported simply as `Metric`. #### Configuring snmp reporter #### Below is an example of the a snmp reporter application environment, with its correct location in the hierarchy: ```erlang {exometer, [ {report, [ {reporters, [ {exometer_report_snmp, [ {mib_template, "priv/MYORG-EXOMETER-METRICS.mib"}, {mib_dir, "/tmp/exometer"} ]} ]} ]} ]} ``` The following attributes are available for configuration: + `mib_template` (string - default: "mibs/EXOMETER-METRICS-MIB.mib")
Specifies where to find the MIB template used for dynamically assembline an internal MIB. Take a look at the MIB template shipped with Exometer for reference in case you want to define your own template. + `mib_dir` (string - default: "tmp/exometer_report_snmp")
Specifies temporary direction which will be used by Exometer to store dymanically created MIB files. ### Creating custom exometer entries ### Please see @see exometer_entry documentation for details. ### Creating custom probes ### Please see @see exometer_probe documentation for details. ### Creating custom reporter plugins ### Please see @see exometer_report documentation for details. ### Dependency management ### Exometer dependencies can be controlled using the `EXOMETER_PACKAGES` unix environment variable: a string listing packages or applications to either keep or remove, separated using space, tab or comma. #### Syntax #### + `(Package)` - use `Package` as a base. This will implicitly exclude all applications not included in `Package`. See below for supported packages. + `+(Package)` - add applications included in `Package`. + `-(Package)` - remove applications in `Package` (except mandatory deps). + `App` - keep application `App`. + `+App` - keep application `App`. + `-App` - exclude application `App`. #### Supported packages #### + `minimal` - only the mandatory deps: `lager`, `parse_trans`, `setup`. + `basic` - (mandatory deps and) `folsom`. + `amqp` - (mandatory deps and) `amqp_client`, `jiffy`. + `full` - all of the above, plus `afunix` and `netlink`. Example - use only basic deps plus `afunix` ``` EXOMETER_PACKAGES="(basic), +afunix" make ``` Example - use all deps except the AMQP-related deps: ``` export EXOMETER_PACKAGES="(full) -(amqp)" ``` #### Conditional defines #### For each optional dependency that is included, a macro is defined, named `dep_App` - e.g. `dep_afunix`. Developers must not include compile-time dependencies to optional applications, without checking the corresponding macro and ensuring that the module compiles even when the dependent application is not included. See `exometer_report_amqp.erl` for an example. #### Customizing rebar.config #### The OS environment variables `EXOMETER_CONFIG_PREPROCESS` and `EXOMETER_CONFIG_POSTPROCESS` can be used to insert a script, similar to `rebar.config.script` in the processing flow of the exometer build. As the names imply, the script given by `EXOMETER_CONFIG_PREPROCESS` (if any) will be run before exometer does any processing of its own, and the `EXOMETER_CONFIG_POSTPROCESS` script (if any) will be run after all other processing is complete. Things that could be done in preprocessing: re-targeting a dependency, modifying the list of predefined packages, etc. ## Modules ##
exometer_netlink
exometer_report_amqp
exometer_report_graphite
exometer_report_opentsdb
exometer_report_snmp
exometer_report_statsd
================================================ FILE: TODO.md ================================================ # Improvements - report plugin processes are currently manually monitored by exometer_report, this should be changed to a more robust appraoch. Could use simple_one_for_one, which lacks restarts. Can't use other normal supervision strategies without some changes as we don't want external systems to trigger a supervision tree collapse. # Bugs - fix all dialyzer errors - type specs for SNMP stuff - subscription parameter extra needs to be sent to manager as part of inform # Misc - use proper module organization in all modules, e.g. exports, includes, external API, internal API - update documentation ================================================ FILE: doc/README.md ================================================ # Exometer - Erlang instrumentation package # Copyright (c) 2014 Basho Technologies, Inc. All Rights Reserved. __Version:__ Feb 1 2015 23:02:37 __Authors:__ Ulf Wiger ([`ulf.wiger@feuerlabs.com`](mailto:ulf.wiger@feuerlabs.com)), Magnus Feuer ([`magnus.feuer@feuerlabs.com`](mailto:magnus.feuer@feuerlabs.com)). [![Build Status](https://travis-ci.org/Feuerlabs/exometer.png?branch=master)](https://travis-ci.org/Feuerlabs/exometer) __NOTE: Exometer has been split into [exometer_core](https://github.com/Feuerlabs/exometer_core), and exometer (as well as separate reporter applications). The latest monolithic version of Exometer is 1.1.__ The Exometer package allows for easy and efficient instrumentation of Erlang code, allowing crucial data on system performance to be exported to a wide variety of monitoring systems. Exometer comes with a set of pre-defined monitor components, and can be expanded with custom components to handle new types of Metrics, as well as integration with additional external systems such as databases, load balancers, etc. This document gives a high level overview of the Exometer system. For details, please see the documentation for individual modules, starting with `exometer`. Note the section on [Dependency Management](#Dependency_Management) for how to deal with optional packages, both users and developers. ### Table of Content ### 1. [Concept and definitions](#Concept_and_definitions) 1. [Metric](#Metric) 2. [Data Point](#Data_Point) 3. [Metric Type](#Metric_Type) 4. [Entry Callback](#Entry_Callback) 5. [Probe](#Probe) 6. [Caching](#Caching) 7. [Subscriptions and Reporters](#Subscriptions_and_Reporters) 2. [Built-in entries and probes](#Built-in_entries_and_probes) 1. [counter (exometer native)](#counter_(exometer_native)) 2. [fast_counter (exometer native)](#fast_counter_(exometer_native)) 3. [gauge (exometer native)](#gauge_(exometer_native)) 4. [exometer_histogram (probe)](#exometer_histogram_(probe)) 5. [exometer_uniform (probe)](#exometer_uniform_(probe)) 6. [exometer_spiral (probe)](#exometer_spiral_(probe)) 7. [exometer_folsom [entry]](#exometer_folsom_[entry]) 8. [exometer_function [entry]](#exometer_function_[entry]) 3. [Built in Reporters](#Built_in_Reporters) 1. [exometer_report_graphite](#exometer_report_graphite) 2. [exometer_report_opentsdb](#exometer_report_opentsdb) 3. [exometer_report_amqp](#exometer_report_amqp) 4. [exometer_report_snmp](#exometer_report_snmp) 4. [Instrumenting Erlang code](#Instrumenting_Erlang_code) 1. [Exometer Start](#Exometer_Start) 2. [Creating metrics](#Creating_metrics) 3. [Deleting metrics](#Deleting_metrics) 4. [Setting metric values](#Setting_metric_values) 5. [Retrieving metric values](#Retrieving_metric_values) 6. [Setting up subscriptions](#Setting_up_subscriptions) 7. [Set metric options](#Set_metric_options) 5. [Configuring Exometer](#Configuring_Exometer) 1. [Configuring type - entry maps](#Configuring_type_-_entry_maps) 2. [Configuring statically defined entries](#Configuring_statically_defined_entries) 3. [Configuring static subscriptions](#Configuring_static_subscriptions) 4. [Configuring reporter plugins](#Configuring_reporter_plugins) 5. [Configuring opentsdb reporter](#Configuring_opentsdb_reporter) 6. [Configuring amqp reporter](#Configuring_amqp_reporter) 7. [Configuring graphite reporter](#Configuring_graphite_reporter) 8. [Configuring snmp reporter](#Configuring_snmp_reporter) 6. [Creating custom exometer entries](#Creating_custom_exometer_entries) 7. [Creating custom probes](#Creating_custom_probes) 8. [Creating custom reporter plugins](#Creating_custom_reporter_plugins) 9. [Dependency management](#Dependency_management) ### Concepts and Definitions ### Exometer introduces a number of concepts and definitions used throughout the documentation and the code. ![Overview](/doc/exometer_overview.png?raw=true) #### Metric #### A metric is a specific measurement sampled inside an Erlang system and then reported to the Exometer system. An example metric would be "transactions_per_second", or "memory_usage". Metrics are identified by a list of terms, such as given below: `[ xml_front_end, parser, file_size ]` A metric is created through a call by the code to be instrumented to `exometer:new()`. Once created, the metric can be updated through `exometer:update()`, or on its own initiative through the `exometer_probe:sample` behavior implementation. #### Data Point #### Each metric can consist of multiple data points, where each point has a specific value. A typical example of data points would be a `transactions_per_second` (tps) metric, usually stored as a histogram covering the last couple of minutes of tps samples. Such a histogram would host multiple values, such as `min`, `max`, `median`, `mean`, `50_percentile`, `75_percentile`, etc. It is up to the type of the metric, and the data probe backing that type (see below), to specify which data points are available under the given metric. #### Metric Type #### The type of a metric, specified when the metric is created through `exometer:new()`, determines which `exometer_entry` callback to use. The link between the type and the entry to use is configured through the `exometer_admin` module, and its associated exometer defaults configuration data. The metric type, in other words, is mainly used to map a metric to a configurable `exometer_entry` callback, but it can also be referenced in queries using `exometer:select/1`. An entry callback can also support multiple types (the type is provided as an argument in the callback functions). Exometer provides default mappings for a number of metric types. It is possible to select different callbacks for each metric instance, as well as modify metrics using callback-specific options. Please see [Configuring type - entry maps](#Configuring_type_-_entry_maps) for details on how to do this. #### Entry Callback #### An exometer entry callback will receive values reported to a metric through the `exometer:update()` call and compile it into one or more data points. The entry callback can either be a counter (implemented natively in `exometer`), or a more complex statistical analysis such as a uniform distribution or a regular histogram. The various outputs from these entries are reported as data points under the given metric. An entry can also interface external analytics packages. `exometer_folsom`, for example, integrates with the `folsom_metrics` package found at [`https://github.com/boundary/folsom`](https://github.com/boundary/folsom). #### Probe #### Probes are a further specialization of exometer entries that run in their own Erlang processes and have their own state (like a gen_server). A probe is implemented through the `exometer_probe` behavior. A probe can be used if independent monitoring is needed of, for example, `/proc` trees, network interfaces, and other subsystems that need periodic sampling. In these cases, the `exometer_probe:probe_sample()` call is invoked regularly by exometer, in the probe's own process, in order to extract data from the given subsystem and add it to the metric's data points. #### Caching #### Metric and data point values are read with the `exometer:get_value()` function. In the case of counters, this operation is very fast. With probes, the call results in a synchronous dialog with the probe process, and the cost of serving the request depends on the probe implementation and the nature of the metric being served. If the cost of reading the value is so high that calling the function often would result in prohibitive load, it is possible to cache the value. This is done either explicitly from the probe itself (by calling `exometer_cache:write()`), or by specifying the option `{cache, Lifetime}` for the entry. If an entry has a non-zero cache lifetime specified, the `get_value()` call will try fetching the cached value before calling the actual entry and automatically caching the result. Note that if `{cache, Lifetime}` is not specified, `exometer:get_value()` will neither read nor write to the cache. It is possible for the probe to periodically cache a value regardless of how the cache lifetime is set, and the probe may also explicitly read from the cache if it isn't done automatically. #### Subscriptions and Reporters #### The subscription concept, managed by `exometer_report` allows metrics and their data points to be sampled at given intervals and delivered to one or more recipients, which can be either an arbitrary process or a Reporter plugin. Each subscription ties a specific metric-datapoint pair to a reporter and an interval (given in milliseconds). The reporter system will, at the given interval, send the current value of the data point to the subscribing reporter. The subscription, with all its parameters, is setup through a call to `exometer_report:subscribe()`. In the case of processes, subscribed-to values will be delivered as a message. Modules, which implement the `exometer_report` callback behavior, will receive the plugins as a callbacks within the `exometer_report` process. Subscriptions can either be setup at runtime, through `exometer_report:subscribe()` calls, or statically through the `exometer_report` configuration data. ### Built-in entries and probes ### There are a number of built-in entries and probes shipped with the Exometer package, as described below: #### counter (exometer native) #### The counter is implemented directly in `exometer` to provide simple counters. A call to `exometer:update()` will add the provided value to the counter. The counter can be reset to zero through `exometer:reset()`. The available data points under a metric using the counter entry are `value` and `ms_since_reset`. #### fast_counter (exometer native) #### A fast counter implements the counter functionality, through the `trace_info` system, yielding a speed increase of about 3.5 in comparison to the regular counter. The tradeoff is that running tracing and/or debugging may interfere with the counter functionality. A call to `exometer:update()` will add the provided value to the counter. The counter can be reset to zero through `exometer:reset()`. The available data points under a metric using the fast_counter entry are `value` and `ms_since_reset`. #### gauge (exometer native) #### The gauge is implemented directly in `exometer` to provide simple gauges. A call to `exometer:update()` will set the gauge's value to the provided value. That is, the value of the gauge entry is always the most recently provided value. The gauge can be reset to zero through `exometer:reset()`. The available data points under a metric using the gauge entry are `value` and `ms_since_reset`. #### histogram (probe) #### The histogram probe stores a given number of updates, provided through `exometer:update()`, in a histogram. The histogram maintains a log derived from all values received during a configurable time span and provides min, max, median, mean, and percentile analysis data points for the stored data. Exometer supports a number of different histogram implementations, each with different performance and accuracy trade-offs. In order to save memory, the histogram is divided into equal-sized time slots, where each slot spans a settable interval. All values received during a time slot will be averaged into a single value to be stored in the histogram once the time slot expires. The averaging function (which can be replaced by the caller), allows for high-frequency update metrics to have their resolution traded against resource consumption. #### exometer_uniform (probe) #### The uniform probe provides a uniform sample over a pool of values provided through `exometer:update()`. When the pool reaches its configurable max size, existing values will be replaced at random to make space for new values. Much like `exometer_histogram`, the uniform probe provides min, max, median, mean, and percentile analysis data points for the stored data. #### exometer_spiral (probe) #### The spiral probe maintains the total sum of all values stored in its histogram. The histogram has a configurable time span, all values provided to the probe, through `exometer:update()`, within that time span will be summed up and reported. If, for example, the histogram covers 60 seconds, the spiral probe will report the sum of all values reported during the last minute. The grand total of all values received during the lifetime of the probe is also available. #### exometer_folsom [entry] #### `exometer_folsom` is an entry behavior which implements most metric types supported by the [folsom](https://github.com/boundary/folsom) metrics package: Specifically, the metric types `counter`, `spiral`, `histogram`, `meter`, `meter_reader`, `gauge`, `duration` and `history`. The folsom entry integrates with the folsom metrics package provided by the boundary repo at github. Updated values sent to the folsom entry can be forwarded to folsom's counter, histogram, duration, meter, and spiral. Folsom integration is provided as a backup. New code using Exometer should use the native probes that duplicate folsom. #### exometer_function [entry] #### The function entry allows for an existing erlang function to be wrapped as an exometer entry. The [`exometer_function`](https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer_function.md) module supports a number of options for passing arguments and matching out data points from the result. The function entry provides an easy way of integrating an external system without having to write a complete entry. ### Built in Reporters ### Exometer ships with some built-in reporters which can be used to forward updated metrics and their data points to external systems. They can also serve as templates for custom-developed reporters. #### exometer_report_graphite #### 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`](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. #### exometer_report_opentsdb #### The OpenTSDB reporter sends metrics to an OpenTSDB server using the telnet API. All subscribed-to metric-datapoint values received by the reporter are immediately forwarded to OpenTSDB. If the OpenTSDB connection is lost, the reporter will attempt to reconnect to it at a configurable interval. The data sent to OpenTSDB will be formatted as follows: ``` put metric timestamp value host=host type=datapoint ``` Where the value for the host tag will be the configured host in the reporter configuration (defaults to the value returned by `netadm:localhost`), and datapoint tags as specified by the subscriber. Please see [Configuring opentsdb reporter](#Configuring_opentsdb_reporter) for details on the application environment parameters listed above. #### exometer_report_amqp #### The AMQP reporter sends metrics to an AMQP broker as a json-encoded payload. All subscribed-to metric-datapoint values received by the reporter are forwarded to AMQP. If the AMQP connection is lost, the reporter will attempt to reconnect to it at a configurable interval. The data sent to AMQP will be formatted as follows: ``` { "type":"exometer_metric", "body": {"name":"messages_per_second", "value":0,"timestamp":1414006826, "host":"testhost", "instance":"max"} } ``` Where the value for the host tag will be the configured host in the reporter configuration (defaults to the value returned by `netadm:localhost`), the instance tag represents the datapoint for the metric. Please see [Configuring amqp reporter](#Configuring_amqp_reporter) for details on the application environment parameters listed above. #### exometer_report_snmp #### The SNMP reporter enables the export of metrics and their datapoints to SNMP managers. The export needs to be enabled for each metric through their options. Moreover, SNMP notifications can be created using the options to send periodic reports on datapoints to SNMP managers. All SNMP protocol handling is done by the snmp application shipped with Erlang/OTP. Thus, the snmp application needs to be started and the local SNMP master agent needs to be configured correctly for SNMP export to work properly. To configure SNMP export for a single metric use these options: + `{snmp, disabled}` (default)
Disables SNMP export for the metric. Same as not specifying the option at all. + `{snmp, []}`
Enables SNMP export for the metric. No subscriptions are setup. + `{snmp, [{Datapint, Interval}]}`
Enables SNMP export for the metric.
Subscriptions are setup for the given Datapoint/Interval pairs.
Each subscription report will be forwarded to SNMP mangers as notifications. + `{snmp, [{Datapint, Interval, Extra}]}`
Same as above, but using an addition extra identification for the subscriptions.
Allow the creation ofmultiple subscriptions for a single datapoint. Please see [Configuring snmp reporter](#Configuring_snmp_reporter) for details on how to configure the SNMP reporter. ### Instrumenting Erlang code ### The code using Exometer needs to be instrumented in order to setup and use metrics reporting. #### Exometer Start #### The system using Exometer must start the `exometer` application prior to using it: ```erlang application:start(lager), application:start(exometer). ``` Note that dependent applications need to be started first. On newer OTP versions (R16B or later), you can use `application:ensure_all_started(exometer)`. For testing, you can also use [`exometer:start/0`](https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer.md#start-0). If you make use of e.g. folsom metrics, you also need to start `folsom`. Exometer will not do that automatically, nor does it contain an application dependency for it. See [Configuring Exometer](#Configuring_Exometer) for details on configuration data format. #### Creating metrics #### A metric, can be created through a call to ```erlang exometer:new(Name, Type) ``` `Name` is a list of atoms, uniquely identifying the metric created. The type of the metric, specified by `Type` will be mapped to an exometer entry through the table maintained by `exometer_admin` Please see the [Configuring type - entry maps](#Configuring_type_-_entry_maps) for details. The resolved entry to use will determine the data points available under the given metric. #### Deleting metrics #### A metric previously created with `exometer:new()` can be deleted by `exometer:delete()`. All subscriptions to the deleted metrics will be cancelled. #### Setting metric values #### A created metric can have its value updated through the `exometer:update()` function: ```erlang exometer:update(Name, Value) ``` The `Name` parameter is the same atom list provided to a previous `exometer:new()` call. The `Value` is an arbitrarty element that is forwarded to the `exometer:update()` function of the entry/probe that the metric is mapped to. The receiving entry/probe will process the provided value and modify its data points accordingly. #### Retrieving metric values #### Exometer-using code can at any time retrieve the data point values associated with a previously created metric. In order to find out which data points are available for a metric, the following call can be used: ```erlang exometer:info(Name, datapoints) ``` The `Name` parameter is the same atom list provided to a previous `exometer:new()` call. The call will return a list of data point atoms that can then be provided to `exometer:get_value()` to retrieve their actual value: ```erlang exometer:get_value(Name, DataPoint) ``` The `Name` paramer identifies the metric, and `DataPoints` identifies the data points (returned from the previous `info()` call) to retrieve the value for. If no DataPoints are provided, the values of a default list of data points, determined by the backing entry / probe, will be returned. #### Setting up subscriptions #### A subscription can either be statically configured, or dynamically setup from within the code using Exometer. For details on statically configured subscriptions, please see [Configuring static subscriptions](#Configuring_static_subscriptions). A dynamic subscription can be setup with the following call: ```erlang exometer_report:subscribe(Recipient, Metric, DataPoint, Inteval) ``` `Recipient` is the name of a reporter. #### Set metric options #### Each created metric can have options setup for it through the following call: ```erlang exometer:setopts(Name, Options) ``` The `Name` paramer identifies the metric to set the options for, and Options is a proplist (`[{ Key, Value },...]`) with the options to be set. Exometer looks up the the backing entry that hosts the metric with the given Name, and will invoke the entry\'s `setopts/4` function to set the actual options. Please see the `setopts/4` function for the various entries for details. ### Configuring Exometer ### Exometer defaults can be changed either through OTP application environment variables or through the use of Basho's `cuttlefish` ([`https://github.com/basho/cuttlefish`](https://github.com/basho/cuttlefish)). #### Configuring type - entry maps #### The dynamic method of configuring defaults for `exometer` entries is: ```erlang exometer_admin:set_default(NamePattern, Type, Default) ``` Where `NamePattern` is a list of terms describing what is essentially a name prefix with optional wildcards (`'_'`). A pattern that matches any legal name is `['_']`. `Type` is an atom defining a type of metric. The types already known to `exometer`, `counter`, `fast_counter`, `ticker`, `uniform`, `histogram`, `spiral`, `netlink`, and `probe` may be redefined, but other types can be described as well. `Default` is either an `#exometer_entry{}` record (unlikely), or a list of `{Key, Value}` options, where the keys correspond to `#exometer_entry` record attribute names. The following attributes make sense to preset: ```erlang {module, atom()} % the callback module {status, enabled | disabled} % operational status of the entry {cache, non_neg_integer()} % cache lifetime (ms) {options, [{atom(), any()}]} % entry-specific options ``` Below is an example, from `exometer/priv/app.config`: ```erlang {exometer, [ {defaults, [ {['_'], function , [{module, exometer_function}]}, {['_'], counter , [{module, exometer}]}, {['_'], histogram, [{module, exometer_histogram}]}, {['_'], spiral , [{module, exometer_spiral}]}, {['_'], duration , [{module, exometer_folsom}]}, {['_'], meter , [{module, exometer_folsom}]}, {['_'], gauge , [{module, exometer_folsom}]} ]} ]} ``` In systems that use CuttleFish, the file `exometer/priv/exometer.schema` contains a schema for default settings. The setup corresponding to the above defaults would be as follows: ```ini exometer.template.function.module = exometer_function exometer.template.counter.module = exometer exometer.template.histogram.module = exometer_histogram exometer.template.spiral.module = exometer_spiral exometer.template.duration.module = exometer_folsom exometer.template.meter.module = exometer_folsom exometer.template.gauge.module = exometer_folsom ``` #### Configuring statically defined entries #### Using the `exometer` environment variable `predefined`, entries can be added at application startup. The variable should have one of the following values: * `{script, File}` - `File` will be processed using `file:script/2`. The return value (the result of the last expression in the script) should be a list of`{Name, Type, Options}` tuples. * `{apply, M, F, A}` - The result of `apply(M, F, A)` should be `{ok, L}` where`L` is a list of `{Name, Type, Options}` tuples. * `L`, where L is a list of `{Name, Type, Options}` tuples or extended instructions (see below). The list of instructions may include: * `{delete, Name}` - deletes `Name` from the exometer registry. * `{select_delete, Pattern}` - applies a select pattern and deletes all matching entries. * `{re_register, {Name, Type, Options}}` - redefines an entry if present, otherwise creates it. Exometer will also scan all loaded applications for the environment variables `exometer_defaults` and `exometer_predefined`, and process as above. If an application is loaded and started after exometer has started, it may call the function `exometer:register_application()` or `exometer:register_application(App)`. This function will do nothing if exometer isn't already running, and otherwise process the `exometer_defaults` and `exometer_predefined` variables as above. The function can also be called during upgrade, as it will re-apply the settings each time. #### Configuring static subscriptions #### Static subscriptions, which are automatically setup at exometer startup without having to invoke `exometer_report:subscribe()`, are configured through the report sub section under exometer. Below is an example, from `exometer/priv/app.config`: ```erlang {exometer, [ {report, [ {subscribers, [ {exometer_report_collectd, [db, cache, hits], mean, 2000, true}, {exometer_report_collectd, [db, cache, hits], max, 5000, false} ]} ]} ]} ``` The `report` section configures static subscriptions and reporter plugins. See [Configuring reporter plugins](#Configuring_reporter_plugins) for details on how to configure individual plugins. The `subscribers` sub-section contains all static subscriptions to be setup att exometer applications start. Each tuple in the prop list should be of one of the following formats: * `{Reporter, Metric, DataPoint, Interval}` * `{Reporter, Metric, DataPoint, Interval, RetryFailedMetrics}` * `{Reporter, Metric, DataPoint, Interval, RetryFailedMetrics, Extra}` * `{apply, {M, F, A}}` * `{select, {MatchPattern, DataPoint, Interval [, Retry [, Extra] ]}}` In the case of `{apply, M, F, A}`, the result of `apply(M, F, A)` must be a list of `subscribers` tuples. In the case of `{select, Expr}`, a list of metrics is fetched using `exometer:select(MatchPattern)`, where the result must be on the form `{Key, Type, Status}` (i.e. what corresponds to `'$_'`). The rest of the items will be applied to each of the matching entries. The meaning of the above tuple elements is: + `Reporter :: module()`
Specifies the reporter plugin module, such as`exometer_report_collectd` that is to receive updated metric's data points. + `Metric :: [atoms()]`
Specifies the path to a metric previously created with an`exometer:new()` call. + `DataPoint` :: atom() | [atom()]'
Specifies the data point within the given metric to send to the receiver. The data point must match one of the data points returned by`exometer:info(Name, datapoints)` for the given metrics name. + `Interval` :: integer()' (milliseconds)
Specifies the interval, in milliseconds, between each update of the given metric's data point. At the given interval, the data point will be samples, and the result will be sent to the receiver. + `RetryFailedMetrics :: boolean()`
Specifies if the metric should be continued to be reported even if it is not found during a reporting cycle. This would be the case if a metric is not created by the time it is reported for the first time. If the metric will be created at a later time, this value should be set to true. Set this value to false if all attempts to report the metric should stop if when is not found. The default value is `true`. + `Extra :: any()`
Provides a means to pass along extra information for a given subscription. An example is the `syntax` option for the SNMP reporter, in which case `Extra` needs to be a property list. Example configuration in sys.config, using the `{select, Expr}` pattern: ```erlang [ {exometer, [ {predefined, [{[a,1], counter, []}, {[a,2], counter, []}, {[b,1], counter, []}, {[c,1], counter, []}]}, {report, [ {reporters, [{exometer_report_tty, []}]}, {subscribers, [{select, {[{ {[a,'_'],'_','_'}, [], ['$_']}], exometer_report_tty, value, 1000}}]} ]} ]} ]. ``` This will activate a subscription on `[a,1]` and `[a,2]` in the `exometer_report_tty` reporter, firing once per second. #### Configuring reporter plugins #### The various reporter plugins to be loaded by exometer are configured in the `report` section under `reporters` Each reporter has an entry named after its module, and the content of that entry is dependent on the reporter itself. The following chapters specifies the configuration parameters for the reporters shipped with exometer. #### Configuring opentsdb reporter #### Below is an example of the opentsdb reporter application environment, with its correct location in the hierarchy: ```erlang {exometer, [ {report, [ {reporters, [ {exometer_report_opentsdb, [ {reconnect_interval, 10}, {connect_timeout, 8000}, {hostname, "testhost"}, {host, {"127.0.0.1", 4242}} ]} ]} ]} ]} ``` The following attributes are available for configuration: + `reconnect_interval` (seconds - default: 30)
Specifies the duration between each reconnect attempt to an opentsdb server that is not available. Should the server either be unavailable at exometer startup, or become unavailable during exometer's operation, exometer will attempt to reconnect at the given number of seconds. + `connect_timeout` (milliseconds - default: 5000)
Specifies how long the opentsdb reporter plugin shall wait for a socket connection to complete before timing out. A timed out connection attempt will be retried after the reconnect interval has passed see item 1 above). + `hostname` (string - default: `net_adm:localhost()`)
Specifies the host name to use for the host tag in the OpenTSDB tags. Please see [Configuring opentsdb reporter](#Configuring_opentsdb_reporter) for details. + `host` (ip - default: {"127.0.0.1", 4242})
Specifies the host and port to connect to OpenTSDB. #### Configuring amqp reporter #### Below is an example of the amqp reporter application environment, with its correct location in the hierarchy: ```erlang {exometer, [ {report, [ {reporters, [ {exometer_report_amqp, [ {reconnect_interval, 10}, {hostname, "testhost"}, {amqp_url, "amqp://user:pass@host:5672/%2f"}, {exchange, "metrics"}, {routing_key, "metrics"}, {buffer_size, 0} ]} ]} ]} ]} ``` The following attributes are available for configuration: + `reconnect_interval` (seconds - default: 30)
Specifies the duration between each reconnect attempt to an amqp broker that is not available. Should the server either be unavailable at exometer startup, or become unavailable during exometer's operation, exometer will attempt to reconnect at the given number of seconds. + `hostname` (string - default: `net_adm:localhost()`)
Specifies the host name to use for the host property in the JSON payload. Please see [Configuring amqp reporter](#Configuring_amqp_reporter) for details. + `amqp_url` (string - default: `amqp://guest:guest@localhost:5672/%2f`)
Specifies the amqp url to connect to. + `exchange` (string - default: `exometer`)
Specifies the exchange to publish messages to. + `routing_key` (string - default: `exometer`)
Specifies the routing key to use when publishing messages. + `buffer_size` (integer - default: `0`)
Specifies the size in bytes of payload to buffer before sending to AMQP. #### Configuring graphite reporter #### Below is an example of the a graphite reporter application environment, with its correct location in the hierarchy: ```erlang {exometer, [ {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 graphie reporter plugin shall wait for a tcp connection to complete before timing out. A timed out connection will not be reconnected to 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 metrics will be reported as `ApiKey.Metric`. If `prefix` is specified, but `api_key` is not, each metrics will be reported as `Prefix.Metric`. if neither `prefix` or `api_key` is specified, each metric will be reported simply as `Metric`. #### Configuring snmp reporter #### Below is an example of the a snmp reporter application environment, with its correct location in the hierarchy: ```erlang {exometer, [ {report, [ {reporters, [ {exometer_report_snmp, [ {mib_template, "priv/MYORG-EXOMETER-METRICS.mib"}, {mib_dir, "/tmp/exometer"} ]} ]} ]} ]} ``` The following attributes are available for configuration: + `mib_template` (string - default: "mibs/EXOMETER-METRICS-MIB.mib")
Specifies where to find the MIB template used for dynamically assembline an internal MIB. Take a look at the MIB template shipped with Exometer for reference in case you want to define your own template. + `mib_dir` (string - default: "tmp/exometer_report_snmp")
Specifies temporary direction which will be used by Exometer to store dymanically created MIB files. ### Creating custom exometer entries ### Please see @see exometer_entry documentation for details. ### Creating custom probes ### Please see @see exometer_probe documentation for details. ### Creating custom reporter plugins ### Please see @see exometer_report documentation for details. ### Dependency management ### Exometer dependencies can be controlled using the `EXOMETER_PACKAGES` unix environment variable: a string listing packages or applications to either keep or remove, separated using space, tab or comma. #### Syntax #### + `(Package)` - use `Package` as a base. This will implicitly exclude all applications not included in `Package`. See below for supported packages. + `+(Package)` - add applications included in `Package`. + `-(Package)` - remove applications in `Package` (except mandatory deps). + `App` - keep application `App`. + `+App` - keep application `App`. + `-App` - exclude application `App`. #### Supported packages #### + `minimal` - only the mandatory deps: `lager`, `parse_trans`, `setup`. + `basic` - (mandatory deps and) `folsom`. + `amqp` - (mandatory deps and) `amqp_client`, `jiffy`. + `full` - all of the above, plus `afunix` and `netlink`. Example - use only basic deps plus `afunix` ``` EXOMETER_PACKAGES="(basic), +afunix" make ``` Example - use all deps except the AMQP-related deps: ``` export EXOMETER_PACKAGES="(full) -(amqp)" ``` #### Conditional defines #### For each optional dependency that is included, a macro is defined, named `dep_App` - e.g. `dep_afunix`. Developers must not include compile-time dependencies to optional applications, without checking the corresponding macro and ensuring that the module compiles even when the dependent application is not included. See `exometer_report_amqp.erl` for an example. #### Customizing rebar.config #### The OS environment variables `EXOMETER_CONFIG_PREPROCESS` and `EXOMETER_CONFIG_POSTPROCESS` can be used to insert a script, similar to `rebar.config.script` in the processing flow of the exometer build. As the names imply, the script given by `EXOMETER_CONFIG_PREPROCESS` (if any) will be run before exometer does any processing of its own, and the `EXOMETER_CONFIG_POSTPROCESS` script (if any) will be run after all other processing is complete. Things that could be done in preprocessing: re-targeting a dependency, modifying the list of predefined packages, etc. ## Modules ##
exometer_netlink
exometer_report_amqp
exometer_report_graphite
exometer_report_opentsdb
exometer_report_snmp
exometer_report_statsd
================================================ FILE: doc/edoc-info ================================================ %% encoding: UTF-8 {application,exometer}. {packages,[]}. {modules,[exometer_netlink,exometer_report_amqp,exometer_report_graphite, exometer_report_opentsdb,exometer_report_snmp, exometer_report_statsd]}. ================================================ FILE: doc/exometer_netlink.md ================================================ # Module exometer_netlink # * [Function Index](#index) * [Function Details](#functions) __Behaviours:__ [`exometer_probe`](https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer_probe.md). ## Function Index ##
behaviour/0
count_sample/3
count_transform/2
probe_code_change/3
probe_get_datapoints/1
probe_get_value/2
probe_handle_msg/2
probe_init/3
probe_reset/1
probe_sample/1
probe_setopts/3
probe_terminate/1
probe_update/2
## Function Details ## ### behaviour/0 ### `behaviour() -> any()` ### count_sample/3 ### `count_sample(TS, Increment, Total) -> any()` ### count_transform/2 ### `count_transform(TS, Total) -> any()` ### probe_code_change/3 ### `probe_code_change(From, ModSt, Extra) -> any()` ### probe_get_datapoints/1 ### `probe_get_datapoints(St) -> any()` ### probe_get_value/2 ### `probe_get_value(X1, X2) -> any()` ### probe_handle_msg/2 ### `probe_handle_msg(X1, S) -> any()` ### probe_init/3 ### `probe_init(Name, Type, Options) -> any()` ### probe_reset/1 ### `probe_reset(St) -> any()` ### probe_sample/1 ### `probe_sample(St) -> any()` ### probe_setopts/3 ### `probe_setopts(Entry, Opts, St) -> any()` ### probe_terminate/1 ### `probe_terminate(ModSt) -> any()` ### probe_update/2 ### `probe_update(Value, St) -> any()` ================================================ FILE: doc/exometer_report_amqp.md ================================================ # Module exometer_report_amqp # * [Description](#description) * [Function Index](#index) * [Function Details](#functions) Custom reporting probe for sending data to AMQP exchange. __Behaviours:__ [`exometer_report`](https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer_report.md). ## Description ## AMQP integration. All data subscribed to by the plugin (through exosense_report:subscribe()) will be reported to an AMQP exchange. Options: `{reconnect_interval, non_neg_integer()}` - Time, in seconds, before attempting to reconnect. Default: '30' (sec) `{amqp_url, string()}` - AMQP host and port. Default: "amqp://guest:guest@localhost:5672/%2f" `{hostname, string()}` - This plugin uses a tag called 'host' to denote the hostname to which this metric belongs. Default: net_adm:localhost() `{exchange, string()}` - The exchange to publish messages to. `{routing_key, string()}` - The routing key to use to publish messages. `{buffer_size, bytes()}` - The amount of data to buffer before sending to AMQP. Default: 0 (send immediately). ## Function Index ##
exometer_call/3
exometer_cast/2
exometer_info/2
exometer_init/1
exometer_newentry/2
exometer_report/5
exometer_setopts/4
exometer_subscribe/5
exometer_terminate/2
exometer_unsubscribe/4
## Function Details ## ### exometer_call/3 ### `exometer_call(Unknown, From, St) -> any()` ### exometer_cast/2 ### `exometer_cast(Unknown, St) -> any()` ### exometer_info/2 ### `exometer_info(Unknown, St) -> any()` ### exometer_init/1 ### `exometer_init(Opts) -> any()` ### exometer_newentry/2 ### `exometer_newentry(Entry, St) -> any()` ### exometer_report/5 ### `exometer_report(Metric, DataPoint, Extra, Value, St) -> any()` ### exometer_setopts/4 ### `exometer_setopts(Metric, Options, Status, St) -> any()` ### exometer_subscribe/5 ### `exometer_subscribe(Metric, DataPoint, Extra, Interval, St) -> any()` ### exometer_terminate/2 ### `exometer_terminate(X1, X2) -> any()` ### exometer_unsubscribe/4 ### `exometer_unsubscribe(Metric, DataPoint, Extra, St) -> any()` ================================================ FILE: doc/exometer_report_graphite.md ================================================ # Module exometer_report_graphite # * [Function Index](#index) * [Function Details](#functions) __Behaviours:__ [`exometer_report`](https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer_report.md). ## Function Index ##
exometer_call/3
exometer_cast/2
exometer_info/2
exometer_init/1
exometer_newentry/2
exometer_report/5
exometer_setopts/4
exometer_subscribe/5
exometer_terminate/2
exometer_unsubscribe/4
## Function Details ## ### exometer_call/3 ### `exometer_call(Unknown, From, St) -> any()` ### exometer_cast/2 ### `exometer_cast(Unknown, St) -> any()` ### exometer_info/2 ### `exometer_info(Unknown, St) -> any()` ### exometer_init/1 ### `exometer_init(Opts) -> any()` ### exometer_newentry/2 ### `exometer_newentry(Entry, St) -> any()` ### exometer_report/5 ### `exometer_report(Probe, DataPoint, Extra, Value, St) -> any()` ### exometer_setopts/4 ### `exometer_setopts(Metric, Options, Status, St) -> any()` ### exometer_subscribe/5 ### `exometer_subscribe(Metric, DataPoint, Extra, Interval, St) -> any()` ### exometer_terminate/2 ### `exometer_terminate(X1, X2) -> any()` ### exometer_unsubscribe/4 ### `exometer_unsubscribe(Metric, DataPoint, Extra, St) -> any()` ================================================ FILE: doc/exometer_report_opentsdb.md ================================================ # Module exometer_report_opentsdb # * [Description](#description) * [Function Index](#index) * [Function Details](#functions) Custom reporting probe for OpenTSDB. __Behaviours:__ [`exometer_report`](https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer_report.md). ## Description ## OpenTSDB integration. All data subscribed to by the plugin (through exosense_report:subscribe()) will be reported to OpenTSDB. Options: `{connect_timeout, non_neg_integer()}` - Timeout, in milliseconds, for the +connect operation. Default: `5000` (ms). `{connect_timeout, non_neg_integer()}` - Timeout, in milliseconds, for the connect operation. Default:`5000' (ms). `{reconnect_interval, non_neg_integer()}` - Time, in seconds, before attempting to reconnect. Default: '30' (sec) `{host, ip()}` - OpenTSDB host and port. Default: {"127.0.0.1", 4242} `{hostname, string()}` - This plugin uses a tag called`host' to denote the hostname to which this metric belongs. Default: net_adm:localhost() ## Function Index ##
exometer_call/3
exometer_cast/2
exometer_info/2
exometer_init/1
exometer_newentry/2
exometer_report/5
exometer_setopts/4
exometer_subscribe/5
exometer_terminate/2
exometer_unsubscribe/4
## Function Details ## ### exometer_call/3 ### `exometer_call(Unknown, From, St) -> any()` ### exometer_cast/2 ### `exometer_cast(Unknown, St) -> any()` ### exometer_info/2 ### `exometer_info(Unknown, St) -> any()` ### exometer_init/1 ### `exometer_init(Opts) -> any()` ### exometer_newentry/2 ### `exometer_newentry(Entry, St) -> any()` ### exometer_report/5 ### `exometer_report(Metric, DataPoint, Extra, Value, St) -> any()` ### exometer_setopts/4 ### `exometer_setopts(Metric, Options, Status, St) -> any()` ### exometer_subscribe/5 ### `exometer_subscribe(Metric, DataPoint, Extra, Interval, St) -> any()` ### exometer_terminate/2 ### `exometer_terminate(X1, X2) -> any()` ### exometer_unsubscribe/4 ### `exometer_unsubscribe(Metric, DataPoint, Extra, St) -> any()` ================================================ FILE: doc/exometer_report_snmp.md ================================================ # Module exometer_report_snmp # * [Description](#description) * [Data Types](#types) * [Function Index](#index) * [Function Details](#functions) Internal reporter exposing metrics over SNMP. __Behaviours:__ [`exometer_report`](https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer_report.md). ## Description ## ## Data Types ## ### snmp() ###

snmp() = disabled | [snmp_option()]
### snmp_option() ###

snmp_option() = {exometer_entry:datapoint(), exometer_report:interval()} | {exometer_entry:datapoint(), exometer_report:interval(), exometer_report:extra()}
## Function Index ##
exometer_call/3
exometer_cast/2
exometer_info/2
exometer_init/1
exometer_newentry/2
exometer_report/5
exometer_setopts/4
exometer_subscribe/5
exometer_terminate/2
exometer_unsubscribe/4
get_mib/0Returns the latest mib and its metadata.
snmp_operation/2 Callback function used by the SNMP master agent upon operations performed by a manager.
snmp_operation/3See snmp_operation/2.
## Function Details ## ### exometer_call/3 ### `exometer_call(Unknown, From, St) -> any()` ### exometer_cast/2 ### `exometer_cast(Unknown, St) -> any()` ### exometer_info/2 ### `exometer_info(Unknown, St) -> any()` ### exometer_init/1 ### `exometer_init(Opts) -> any()` ### exometer_newentry/2 ### `exometer_newentry(E, St) -> any()` ### exometer_report/5 ### `exometer_report(Metric, DataPoint, Extra, Value, St) -> any()` ### exometer_setopts/4 ### `exometer_setopts(Exometer_entry, Options, X3, St0) -> any()` ### exometer_subscribe/5 ### `exometer_subscribe(Metric, DataPoint, Extra, Interval, St) -> any()` ### exometer_terminate/2 ### `exometer_terminate(X1, St) -> any()` ### exometer_unsubscribe/4 ### `exometer_unsubscribe(Metric, DataPoint, Extra, St) -> any()` ### get_mib/0 ### `get_mib() -> any()` Returns the latest mib and its metadata. ### snmp_operation/2 ### `snmp_operation(Op, Key) -> any()` Callback function used by the SNMP master agent upon operations performed by a manager. Currently only get operations are handled. ### snmp_operation/3 ### `snmp_operation(Op, Val, Key) -> any()` See snmp_operation/2. Currently no operations are handled. ================================================ FILE: doc/exometer_report_statsd.md ================================================ # Module exometer_report_statsd # * [Function Index](#index) * [Function Details](#functions) __Behaviours:__ [`exometer_report`](https://github.com/Feuerlabs/exometer_core/blob/master/doc/exometer_report.md). ## Function Index ##
exometer_call/3
exometer_cast/2
exometer_info/2
exometer_init/1
exometer_newentry/2
exometer_report/5
exometer_setopts/4
exometer_subscribe/5
exometer_terminate/2
exometer_unsubscribe/4
## Function Details ## ### exometer_call/3 ### `exometer_call(Unknown, From, St) -> any()` ### exometer_cast/2 ### `exometer_cast(Unknown, St) -> any()` ### exometer_info/2 ### `exometer_info(Unknown, St) -> any()` ### exometer_init/1 ### `exometer_init(Opts) -> any()` ### exometer_newentry/2 ### `exometer_newentry(Entry, St) -> any()` ### exometer_report/5 ### `exometer_report(Metric, DataPoint, Extra, Value, St) -> any()` ### exometer_setopts/4 ### `exometer_setopts(Metric, Options, Status, St) -> any()` ### exometer_subscribe/5 ### `exometer_subscribe(Metric, DataPoint, Extra, Interval, St) -> any()` ### exometer_terminate/2 ### `exometer_terminate(X1, X2) -> any()` ### exometer_unsubscribe/4 ### `exometer_unsubscribe(Metric, DataPoint, Extra, St) -> any()` ================================================ FILE: doc/overview.edoc ================================================ @author Ulf Wiger @author Magnus Feuer @copyright 2014 Basho Technologies, Inc. All Rights Reserved. @version {@version} @title Exometer - Erlang instrumentation package @doc [![Build Status](https://travis-ci.org/Feuerlabs/exometer.png?branch=master)](https://travis-ci.org/Feuerlabs/exometer) NOTE: Exometer has been split into exometer_core, and exometer (as well as separate reporter applications). The latest monolithic version of Exometer is 1.1. The Exometer package allows for easy and efficient instrumentation of Erlang code, allowing crucial data on system performance to be exported to a wide variety of monitoring systems. Exometer comes with a set of pre-defined monitor components, and can be expanded with custom components to handle new types of Metrics, as well as integration with additional external systems such as databases, load balancers, etc. This document gives a high level overview of the Exometer system. For details, please see the documentation for individual modules, starting with `exometer'. Note the section on {@section Dependency Management} for how to deal with optional packages, both users and developers. == Table of Content == 1. {@section Concept and definitions} 1. {@section Metric} 2. {@section Data Point} 3. {@section Metric Type} 4. {@section Entry Callback} 5. {@section Probe} 6. {@section Caching} 7. {@section Subscriptions and Reporters} 2. {@section Built-in entries and probes} 1. {@section counter (exometer native)} 2. {@section fast_counter (exometer native)} 3. {@section gauge (exometer native)} 4. {@section exometer_histogram (probe)} 5. {@section exometer_uniform (probe)} 6. {@section exometer_spiral (probe)} 7. {@section exometer_folsom [entry]} 8. {@section exometer_function [entry]} 3. {@section Built in Reporters} 1. {@section exometer_report_graphite} 2. {@section exometer_report_opentsdb} 3. {@section exometer_report_amqp} 4. {@section exometer_report_snmp} 4. {@section Instrumenting Erlang code} 1. {@section Exometer Start} 2. {@section Creating metrics} 3. {@section Deleting metrics} 4. {@section Setting metric values} 5. {@section Retrieving metric values} 6. {@section Setting up subscriptions} 7. {@section Set metric options} 5. {@section Configuring Exometer} 1. {@section Configuring type - entry maps} 2. {@section Configuring statically defined entries} 3. {@section Configuring static subscriptions} 4. {@section Configuring reporter plugins} 5. {@section Configuring opentsdb reporter} 6. {@section Configuring amqp reporter} 7. {@section Configuring graphite reporter} 8. {@section Configuring snmp reporter} 6. {@section Creating custom exometer entries} 7. {@section Creating custom probes} 8. {@section Creating custom reporter plugins} 9. {@section Dependency management} == Concepts and Definitions == Exometer introduces a number of concepts and definitions used throughout the documentation and the code. Overview === Metric === A metric is a specific measurement sampled inside an Erlang system and then reported to the Exometer system. An example metric would be "transactions_per_second", or "memory_usage". Metrics are identified by a list of terms, such as given below: `[ xml_front_end, parser, file_size ]' A metric is created through a call by the code to be instrumented to `exometer:new()'. Once created, the metric can be updated through `exometer:update()', or on its own initiative through the `exometer_probe:sample' behavior implementation. === Data Point === Each metric can consist of multiple data points, where each point has a specific value. A typical example of data points would be a `transactions_per_second' (tps) metric, usually stored as a histogram covering the last couple of minutes of tps samples. Such a histogram would host multiple values, such as `min', `max', `median', `mean', `50_percentile', `75_percentile', etc. It is up to the type of the metric, and the data probe backing that type (see below), to specify which data points are available under the given metric. === Metric Type === The type of a metric, specified when the metric is created through `exometer:new()', determines which `exometer_entry' callback to use. The link between the type and the entry to use is configured through the `exometer_admin' module, and its associated exometer defaults configuration data. The metric type, in other words, is mainly used to map a metric to a configurable `exometer_entry' callback, but it can also be referenced in queries using `exometer:select/1'. An entry callback can also support multiple types (the type is provided as an argument in the callback functions). Exometer provides default mappings for a number of metric types. It is possible to select different callbacks for each metric instance, as well as modify metrics using callback-specific options. Please see {@section Configuring type - entry maps} for details on how to do this. === Entry Callback === An exometer entry callback will receive values reported to a metric through the `exometer:update()' call and compile it into one or more data points. The entry callback can either be a counter (implemented natively in `exometer'), or a more complex statistical analysis such as a uniform distribution or a regular histogram. The various outputs from these entries are reported as data points under the given metric. An entry can also interface external analytics packages. `exometer_folsom', for example, integrates with the `folsom_metrics' package found at [https://github.com/boundary/folsom]. === Probe === Probes are a further specialization of exometer entries that run in their own Erlang processes and have their own state (like a gen_server). A probe is implemented through the `exometer_probe' behavior. A probe can be used if independent monitoring is needed of, for example, `/proc' trees, network interfaces, and other subsystems that need periodic sampling. In these cases, the `exometer_probe:probe_sample()' call is invoked regularly by exometer, in the probe's own process, in order to extract data from the given subsystem and add it to the metric's data points. === Caching === Metric and data point values are read with the `exometer:get_value()' function. In the case of counters, this operation is very fast. With probes, the call results in a synchronous dialog with the probe process, and the cost of serving the request depends on the probe implementation and the nature of the metric being served. If the cost of reading the value is so high that calling the function often would result in prohibitive load, it is possible to cache the value. This is done either explicitly from the probe itself (by calling `exometer_cache:write()'), or by specifying the option `{cache, Lifetime}' for the entry. If an entry has a non-zero cache lifetime specified, the `get_value()' call will try fetching the cached value before calling the actual entry and automatically caching the result. Note that if `{cache, Lifetime}' is not specified, `exometer:get_value()' will neither read nor write to the cache. It is possible for the probe to periodically cache a value regardless of how the cache lifetime is set, and the probe may also explicitly read from the cache if it isn't done automatically. === Subscriptions and Reporters === The subscription concept, managed by `exometer_report' allows metrics and their data points to be sampled at given intervals and delivered to one or more recipients, which can be either an arbitrary process or a Reporter plugin. Each subscription ties a specific metric-datapoint pair to a reporter and an interval (given in milliseconds). The reporter system will, at the given interval, send the current value of the data point to the subscribing reporter. The subscription, with all its parameters, is setup through a call to `exometer_report:subscribe()'. In the case of processes, subscribed-to values will be delivered as a message. Modules, which implement the `exometer_report' callback behavior, will receive the plugins as a callbacks within the `exometer_report' process. Subscriptions can either be setup at runtime, through `exometer_report:subscribe()' calls, or statically through the `exometer_report' configuration data. == Built-in entries and probes == There are a number of built-in entries and probes shipped with the Exometer package, as described below: === counter (exometer native) === The counter is implemented directly in `exometer' to provide simple counters. A call to `exometer:update()' will add the provided value to the counter. The counter can be reset to zero through `exometer:reset()'. The available data points under a metric using the counter entry are `value' and `ms_since_reset'. === fast_counter (exometer native) === A fast counter implements the counter functionality, through the `trace_info' system, yielding a speed increase of about 3.5 in comparison to the regular counter. The tradeoff is that running tracing and/or debugging may interfere with the counter functionality. A call to `exometer:update()' will add the provided value to the counter. The counter can be reset to zero through `exometer:reset()'. The available data points under a metric using the fast_counter entry are `value' and `ms_since_reset'. === gauge (exometer native) === The gauge is implemented directly in `exometer' to provide simple gauges. A call to `exometer:update()' will set the gauge's value to the provided value. That is, the value of the gauge entry is always the most recently provided value. The gauge can be reset to zero through `exometer:reset()'. The available data points under a metric using the gauge entry are `value' and `ms_since_reset'. === histogram (probe) === The histogram probe stores a given number of updates, provided through `exometer:update()', in a histogram. The histogram maintains a log derived from all values received during a configurable time span and provides min, max, median, mean, and percentile analysis data points for the stored data. Exometer supports a number of different histogram implementations, each with different performance and accuracy trade-offs. In order to save memory, the histogram is divided into equal-sized time slots, where each slot spans a settable interval. All values received during a time slot will be averaged into a single value to be stored in the histogram once the time slot expires. The averaging function (which can be replaced by the caller), allows for high-frequency update metrics to have their resolution traded against resource consumption. === exometer_uniform (probe) === The uniform probe provides a uniform sample over a pool of values provided through `exometer:update()'. When the pool reaches its configurable max size, existing values will be replaced at random to make space for new values. Much like `exometer_histogram', the uniform probe provides min, max, median, mean, and percentile analysis data points for the stored data. === exometer_spiral (probe) === The spiral probe maintains the total sum of all values stored in its histogram. The histogram has a configurable time span, all values provided to the probe, through `exometer:update()', within that time span will be summed up and reported. If, for example, the histogram covers 60 seconds, the spiral probe will report the sum of all values reported during the last minute. The grand total of all values received during the lifetime of the probe is also available. === exometer_folsom [entry] === `exometer_folsom' is an entry behavior which implements most metric types supported by the folsom metrics package: Specifically, the metric types `counter', `spiral', `histogram', `meter', `meter_reader', `gauge', `duration' and `history'. The folsom entry integrates with the folsom metrics package provided by the boundary repo at github. Updated values sent to the folsom entry can be forwarded to folsom's counter, histogram, duration, meter, and spiral. Folsom integration is provided as a backup. New code using Exometer should use the native probes that duplicate folsom. === exometer_function [entry] === The function entry allows for an existing erlang function to be wrapped as an exometer entry. The {@link exometer_function} module supports a number of options for passing arguments and matching out data points from the result. The function entry provides an easy way of integrating an external system without having to write a complete entry. == Built in Reporters == Exometer ships with some built-in reporters which can be used to forward updated metrics and their data points to external systems. They can also serve as templates for custom-developed reporters. === exometer_report_graphite === 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. === exometer_report_opentsdb === The OpenTSDB reporter sends metrics to an OpenTSDB server using the telnet API. All subscribed-to metric-datapoint values received by the reporter are immediately forwarded to OpenTSDB. If the OpenTSDB connection is lost, the reporter will attempt to reconnect to it at a configurable interval. The data sent to OpenTSDB will be formatted as follows:
put metric timestamp value host=host type=datapoint
Where the value for the host tag will be the configured host in the reporter configuration (defaults to the value returned by `netadm:localhost'), and datapoint tags as specified by the subscriber. Please see {@section Configuring opentsdb reporter} for details on the application environment parameters listed above. === exometer_report_amqp === The AMQP reporter sends metrics to an AMQP broker as a json-encoded payload. All subscribed-to metric-datapoint values received by the reporter are forwarded to AMQP. If the AMQP connection is lost, the reporter will attempt to reconnect to it at a configurable interval. The data sent to AMQP will be formatted as follows:
{
  "type":"exometer_metric",
  "body":
    {"name":"messages_per_second",
     "value":0,"timestamp":1414006826,
     "host":"testhost",
     "instance":"max"}
}
Where the value for the host tag will be the configured host in the reporter configuration (defaults to the value returned by `netadm:localhost'), the instance tag represents the datapoint for the metric. Please see {@section Configuring amqp reporter} for details on the application environment parameters listed above. === exometer_report_snmp === The SNMP reporter enables the export of metrics and their datapoints to SNMP managers. The export needs to be enabled for each metric through their options. Moreover, SNMP notifications can be created using the options to send periodic reports on datapoints to SNMP managers. All SNMP protocol handling is done by the snmp application shipped with Erlang/OTP. Thus, the snmp application needs to be started and the local SNMP master agent needs to be configured correctly for SNMP export to work properly. To configure SNMP export for a single metric use these options: + `{snmp, disabled}' (default)
Disables SNMP export for the metric. Same as not specifying the option at all. + `{snmp, []}'
Enables SNMP export for the metric. No subscriptions are setup. + `{snmp, [{Datapint, Interval}]}'
Enables SNMP export for the metric.
Subscriptions are setup for the given Datapoint/Interval pairs.
Each subscription report will be forwarded to SNMP mangers as notifications. + `{snmp, [{Datapint, Interval, Extra}]}'
Same as above, but using an addition extra identification for the subscriptions.
Allow the creation ofmultiple subscriptions for a single datapoint. Please see {@section Configuring snmp reporter} for details on how to configure the SNMP reporter. == Instrumenting Erlang code == The code using Exometer needs to be instrumented in order to setup and use metrics reporting. === Exometer Start === The system using Exometer must start the `exometer' application prior to using it:
application:start(lager),
application:start(exometer).
Note that dependent applications need to be started first. On newer OTP versions (R16B or later), you can use `application:ensure_all_started(exometer)'. For testing, you can also use {@link exometer:start/0}. If you make use of e.g. folsom metrics, you also need to start `folsom'. Exometer will not do that automatically, nor does it contain an application dependency for it. See {@section Configuring Exometer} for details on configuration data format. === Creating metrics === A metric, can be created through a call to
exometer:new(Name, Type)
`Name' is a list of atoms, uniquely identifying the metric created. The type of the metric, specified by `Type' will be mapped to an exometer entry through the table maintained by `exometer_admin' Please see the {@section Configuring type - entry maps} for details. The resolved entry to use will determine the data points available under the given metric. === Deleting metrics === A metric previously created with `exometer:new()' can be deleted by `exometer:delete()'. All subscriptions to the deleted metrics will be cancelled. === Setting metric values === A created metric can have its value updated through the `exometer:update()' function:
exometer:update(Name, Value)
The `Name' parameter is the same atom list provided to a previous `exometer:new()' call. The `Value' is an arbitrarty element that is forwarded to the `exometer:update()' function of the entry/probe that the metric is mapped to. The receiving entry/probe will process the provided value and modify its data points accordingly. === Retrieving metric values === Exometer-using code can at any time retrieve the data point values associated with a previously created metric. In order to find out which data points are available for a metric, the following call can be used:
exometer:info(Name, datapoints)
The `Name' parameter is the same atom list provided to a previous `exometer:new()' call. The call will return a list of data point atoms that can then be provided to `exometer:get_value()' to retrieve their actual value:
exometer:get_value(Name, DataPoint)
The `Name' paramer identifies the metric, and `DataPoints' identifies the data points (returned from the previous `info()' call) to retrieve the value for. If no DataPoints are provided, the values of a default list of data points, determined by the backing entry / probe, will be returned. === Setting up subscriptions === A subscription can either be statically configured, or dynamically setup from within the code using Exometer. For details on statically configured subscriptions, please see {@section Configuring static subscriptions}. A dynamic subscription can be setup with the following call:
exometer_report:subscribe(Recipient, Metric, DataPoint, Inteval)
`Recipient' is the name of a reporter. === Set metric options === Each created metric can have options setup for it through the following call:
exometer:setopts(Name, Options)
The `Name' paramer identifies the metric to set the options for, and Options is a proplist (`[{ Key, Value },...]') with the options to be set. Exometer looks up the the backing entry that hosts the metric with the given Name, and will invoke the entry\'s `setopts/4' function to set the actual options. Please see the `setopts/4' function for the various entries for details. == Configuring Exometer == Exometer defaults can be changed either through OTP application environment variables or through the use of Basho's `cuttlefish' ([https://github.com/basho/cuttlefish]). === Configuring type - entry maps === The dynamic method of configuring defaults for `exometer' entries is:
exometer_admin:set_default(NamePattern, Type, Default)
Where `NamePattern' is a list of terms describing what is essentially a name prefix with optional wildcards ('_'). A pattern that matches any legal name is ['_']. `Type' is an atom defining a type of metric. The types already known to `exometer', `counter', `fast_counter', `ticker', `uniform', `histogram', `spiral', `netlink', and `probe' may be redefined, but other types can be described as well. `Default' is either an `#exometer_entry{}' record (unlikely), or a list of `{Key, Value}' options, where the keys correspond to `#exometer_entry' record attribute names. The following attributes make sense to preset:
{module, atom()}              % the callback module
{status, enabled | disabled}  % operational status of the entry
{cache, non_neg_integer()}    % cache lifetime (ms)
{options, [{atom(), any()}]}  % entry-specific options
Below is an example, from `exometer/priv/app.config':
{exometer, [
    {defaults, [
        {['_'], function , [{module, exometer_function}]},
        {['_'], counter  , [{module, exometer}]},
        {['_'], histogram, [{module, exometer_histogram}]},
        {['_'], spiral   , [{module, exometer_spiral}]},
        {['_'], duration , [{module, exometer_folsom}]},
        {['_'], meter    , [{module, exometer_folsom}]},
        {['_'], gauge    , [{module, exometer_folsom}]}
    ]}
]}
In systems that use CuttleFish, the file `exometer/priv/exometer.schema' contains a schema for default settings. The setup corresponding to the above defaults would be as follows:
exometer.template.function.module  = exometer_function
exometer.template.counter.module   = exometer
exometer.template.histogram.module = exometer_histogram
exometer.template.spiral.module    = exometer_spiral
exometer.template.duration.module  = exometer_folsom
exometer.template.meter.module     = exometer_folsom
exometer.template.gauge.module     = exometer_folsom
=== Configuring statically defined entries === Using the `exometer' environment variable `predefined', entries can be added at application startup. The variable should have one of the following values: * `{script, File}' - `File' will be processed using `file:script/2'. The return value (the result of the last expression in the script) should be a list of `{Name, Type, Options}' tuples. * `{apply, M, F, A}' - The result of `apply(M, F, A)' should be `{ok, L}' where `L' is a list of `{Name, Type, Options}' tuples. * `L', where L is a list of `{Name, Type, Options}' tuples or extended instructions (see below). The list of instructions may include: * `{delete, Name}' - deletes `Name' from the exometer registry. * `{select_delete, Pattern}' - applies a select pattern and deletes all matching entries. * `{re_register, {Name, Type, Options}}' - redefines an entry if present, otherwise creates it. Exometer will also scan all loaded applications for the environment variables `exometer_defaults' and `exometer_predefined', and process as above. If an application is loaded and started after exometer has started, it may call the function `exometer:register_application()' or `exometer:register_application(App)'. This function will do nothing if exometer isn't already running, and otherwise process the `exometer_defaults' and `exometer_predefined' variables as above. The function can also be called during upgrade, as it will re-apply the settings each time. === Configuring static subscriptions === Static subscriptions, which are automatically setup at exometer startup without having to invoke `exometer_report:subscribe()', are configured through the report sub section under exometer. Below is an example, from `exometer/priv/app.config':
{exometer, [
    {report, [
        {subscribers, [
            {exometer_report_collectd, [db, cache, hits], mean, 2000, true},
            {exometer_report_collectd, [db, cache, hits], max, 5000, false}
        ]}
    ]}
]}
The `report' section configures static subscriptions and reporter plugins. See {@section Configuring reporter plugins} for details on how to configure individual plugins. The `subscribers' sub-section contains all static subscriptions to be setup at exometer applications start. Each tuple in the prop list should be of one of the following formats: * `{Reporter, Metric, DataPoint, Interval}' * `{Reporter, Metric, DataPoint, Interval, RetryFailedMetrics}' * `{Reporter, Metric, DataPoint, Interval, RetryFailedMetrics, Extra}' * `{apply, {M, F, A}}' * `{select, {MatchPattern, DataPoint, Interval [, Retry [, Extra] ]}}' In the case of `{apply, M, F, A}', the result of `apply(M, F, A)' must be a list of `subscribers' tuples. In the case of `{select, Expr}', a list of metrics is fetched using `exometer:select(MatchPattern)', where the result must be on the form `{Key, Type, Status}' (i.e. what corresponds to '$_'). The rest of the items will be applied to each of the matching entries. The meaning of the above tuple elements is: + `Reporter :: module()'
Specifies the reporter plugin module, such as `exometer_report_collectd' that is to receive updated metric's data points. + `Metric :: [atoms()]'
Specifies the path to a metric previously created with an `exometer:new()' call. + `DataPoint :: atom() | [atom()]'
Specifies the data point within the given metric to send to the receiver. The data point must match one of the data points returned by `exometer:info(Name, datapoints)' for the given metrics name. + `Interval :: integer()' (milliseconds)
Specifies the interval, in milliseconds, between each update of the given metric's data point. At the given interval, the data point will be samples, and the result will be sent to the receiver. + `RetryFailedMetrics :: boolean()'
Specifies if the metric should be continued to be reported even if it is not found during a reporting cycle. This would be the case if a metric is not created by the time it is reported for the first time. If the metric will be created at a later time, this value should be set to true. Set this value to false if all attempts to report the metric should stop if when is not found. The default value is `true'. + `Extra :: any()'
Provides a means to pass along extra information for a given subscription. An example is the `syntax' option for the SNMP reporter, in which case `Extra' needs to be a property list. Example configuration in sys.config, using the `{select, Expr}' pattern:
[
 {exometer, [
             {predefined,
              [{[a,1], counter, []},
               {[a,2], counter, []},
               {[b,1], counter, []},
               {[c,1], counter, []}]},
             {report,
              [
               {reporters,
                [{exometer_report_tty, []}]},
               {subscribers,
                [{select, {[{ {[a,'_'],'_','_'}, [], ['$_']}],
                           exometer_report_tty, value, 1000}}]}
              ]}
            ]}
].
This will activate a subscription on `[a,1]' and `[a,2]' in the `exometer_report_tty' reporter, firing once per second. === Configuring reporter plugins === The various reporter plugins to be loaded by exometer are configured in the `report' section under `reporters' Each reporter has an entry named after its module, and the content of that entry is dependent on the reporter itself. The following chapters specifies the configuration parameters for the reporters shipped with exometer. === Configuring opentsdb reporter === Below is an example of the opentsdb reporter application environment, with its correct location in the hierarchy:
{exometer, [
    {report, [
        {reporters, [
            {exometer_report_opentsdb, [
                {reconnect_interval, 10},
                {connect_timeout, 8000},
                {hostname, "testhost"},
                {host, {"127.0.0.1", 4242}}
            ]}
        ]}
    ]}
]}
The following attributes are available for configuration: + `reconnect_interval' (seconds - default: 30)
Specifies the duration between each reconnect attempt to an opentsdb server that is not available. Should the server either be unavailable at exometer startup, or become unavailable during exometer's operation, exometer will attempt to reconnect at the given number of seconds. + `connect_timeout' (milliseconds - default: 5000)
Specifies how long the opentsdb reporter plugin shall wait for a socket connection to complete before timing out. A timed out connection attempt will be retried after the reconnect interval has passed see item 1 above). + `hostname' (string - default: `net_adm:localhost()')
Specifies the host name to use for the host tag in the OpenTSDB tags. Please see {@section Configuring opentsdb reporter} for details. + `host' (ip - default: `{"127.0.0.1", 4242}')
Specifies the host and port to connect to OpenTSDB. === Configuring amqp reporter === Below is an example of the amqp reporter application environment, with its correct location in the hierarchy:
{exometer, [
    {report, [
        {reporters, [
            {exometer_report_amqp, [
                {reconnect_interval, 10},
                {hostname, "testhost"},
                {amqp_url, "amqp://user:pass@host:5672/%2f"},
		{exchange, "metrics"},
		{routing_key, "metrics"},
		{buffer_size, 0}
            ]}
        ]}
    ]}
]}
The following attributes are available for configuration: + `reconnect_interval' (seconds - default: 30)
Specifies the duration between each reconnect attempt to an amqp broker that is not available. Should the server either be unavailable at exometer startup, or become unavailable during exometer's operation, exometer will attempt to reconnect at the given number of seconds. + `hostname' (string - default: `net_adm:localhost()')
Specifies the host name to use for the host property in the JSON payload. Please see {@section Configuring amqp reporter} for details. + `amqp_url' (string - default: `amqp://guest:guest@localhost:5672/%2f')
Specifies the amqp url to connect to. + `exchange' (string - default: `exometer')
Specifies the exchange to publish messages to. + `routing_key' (string - default: `exometer')
Specifies the routing key to use when publishing messages. + `buffer_size' (integer - default: `0')
Specifies the size in bytes of payload to buffer before sending to AMQP. === Configuring graphite reporter === Below is an example of the a graphite reporter application environment, with its correct location in the hierarchy:
{exometer, [
    {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 graphie reporter plugin shall wait for a tcp connection to complete before timing out. A timed out connection will not be reconnected to 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 metrics will be reported as `ApiKey.Metric'. If `prefix' is specified, but `api_key' is not, each metrics will be reported as `Prefix.Metric'. if neither `prefix' or `api_key' is specified, each metric will be reported simply as `Metric'. === Configuring snmp reporter === Below is an example of the a snmp reporter application environment, with its correct location in the hierarchy:
{exometer, [
    {report, [
        {reporters, [
            {exometer_report_snmp, [
                {mib_template, "priv/MYORG-EXOMETER-METRICS.mib"},
                {mib_dir, "/tmp/exometer"}
            ]}
        ]}
    ]}
]}
The following attributes are available for configuration: + `mib_template' (string - default: "mibs/EXOMETER-METRICS-MIB.mib")
Specifies where to find the MIB template used for dynamically assembline an internal MIB. Take a look at the MIB template shipped with Exometer for reference in case you want to define your own template. + `mib_dir' (string - default: "tmp/exometer_report_snmp")
Specifies temporary direction which will be used by Exometer to store dymanically created MIB files. == Creating custom exometer entries == Please see @see exometer_entry documentation for details. == Creating custom probes == Please see @see exometer_probe documentation for details. == Creating custom reporter plugins == Please see @see exometer_report documentation for details. == Dependency management == Exometer dependencies can be controlled using the `EXOMETER_PACKAGES' unix environment variable: a string listing packages or applications to either keep or remove, separated using space, tab or comma. === Syntax === + `(Package)' - use `Package' as a base. This will implicitly exclude all applications not included in `Package'. See below for supported packages. + `+(Package)' - add applications included in `Package'. + `-(Package)' - remove applications in `Package' (except mandatory deps). + `App' - keep application `App'. + `+App' - keep application `App'. + `-App' - exclude application `App'. === Supported packages === + `minimal' - only the mandatory deps: `lager', `parse_trans', `setup'. + `basic' - (mandatory deps and) `folsom'. + `amqp' - (mandatory deps and) `amqp_client`, `jiffy'. + `full' - all of the above, plus `afunix' and `netlink'. Example - use only basic deps plus `afunix' ```EXOMETER_PACKAGES="(basic), +afunix" make''' Example - use all deps except the AMQP-related deps: ```export EXOMETER_PACKAGES="(full) -(amqp)"''' === Conditional defines === For each optional dependency that is included, a macro is defined, named `dep_App' - e.g. `dep_afunix'. Developers must not include compile-time dependencies to optional applications, without checking the corresponding macro and ensuring that the module compiles even when the dependent application is not included. See `exometer_report_amqp.erl' for an example. === Customizing rebar.config === The OS environment variables `EXOMETER_CONFIG_PREPROCESS' and `EXOMETER_CONFIG_POSTPROCESS' can be used to insert a script, similar to `rebar.config.script' in the processing flow of the exometer build. As the names imply, the script given by `EXOMETER_CONFIG_PREPROCESS' (if any) will be run before exometer does any processing of its own, and the `EXOMETER_CONFIG_POSTPROCESS' script (if any) will be run after all other processing is complete. Things that could be done in preprocessing: re-targeting a dependency, modifying the list of predefined packages, etc. ================================================ FILE: doc/stylesheet.css ================================================ /* standard EDoc style sheet */ body { font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: .25in; margin-right: .2in; margin-top: 0.2in; margin-bottom: 0.2in; color: #000000; background-color: #ffffff; } h1,h2 { margin-left: -0.2in; } div.navbar { background-color: #add8e6; padding: 0.2em; } h2.indextitle { padding: 0.4em; background-color: #add8e6; } h3.function,h3.typedecl { background-color: #add8e6; padding-left: 1em; } div.spec { margin-left: 2em; background-color: #eeeeee; } a.module,a.package { text-decoration:none } a.module:hover,a.package:hover { background-color: #eeeeee; } ul.definitions { list-style-type: none; } ul.index { list-style-type: none; background-color: #eeeeee; } /* * Minor style tweaks */ ul { list-style-type: square; } table { border-collapse: collapse; } td { padding: 3 } ================================================ FILE: examples/count_example.erl ================================================ %% ------------------------------------------------------------------- %% %% Copyright (c) 2013 Basho Technologies, Inc. All Rights Reserved. %% %% This Source Code Form is subject to the terms of the Mozilla Public %% License, v. 2.0. If a copy of the MPL was not distributed with this %% file, You can obtain one at http://mozilla.org/MPL/2.0/. %% %% ------------------------------------------------------------------- -module(count_example). -export([count_sample/3, count_transform/2]). %% Simple sample processor that maintains a counter. %% of all count_sample(_TS, Increment, undefined) -> Increment; count_sample(_TS, Increment, Total) -> Total + Increment. %% If count_sample() has not been called for the current time slot, %% then the provided state will still be 'undefined' count_transform(_TS, undefined) -> 0; %% Return the calculated total for the slot and return it as the %% element to be stored in the histogram. count_transform(_TS, Total) -> Total. %% Return the sum of all counter increments received during this slot. ================================================ FILE: examples/minmax_example.erl ================================================ %% @private -module(minmax_example). -export([minmax_sample/3, minmax_transform/2]). %% Simple sample processor that maintains a min/max tuple %% for all received values minmax_sample(_TS, Value, undefined) -> { Value, Value }; minmax_sample(_TS, Value, {Min, Max}) when Value < Min -> { Value, Max }; minmax_sample(_TS, Value, {Min, Max}) when Value > Max -> { Min, Value }; minmax_sample(_TS, _Value, {Min, Max}) -> { Min, Max }. %% If minmax_sample() has not been called for the current time slot, %% then the provided state will still be 'undefined' minmax_transform(_TS, undefined) -> undefined; %% Return the calculated total for the slot and return it as the %% element to be stored in the histogram. minmax_transform(_TS, MinMax) -> MinMax. %% Return the min/max tuple. ================================================ FILE: examples/snmp_agent/sys.config ================================================ %% -*- erlang -*- [ {snmp, [ {agent, [ {priority, normal}, {versions, [v2, v3]}, {db_dir, "/tmp"}, {db_init_error, true}, {mibs, [ "priv/mibs/EXOMETER-MIB.bin" ]}, {mib_storage, [ {module, snmpa_mib_storage_ets} ]}, {target_cache, [ {verbosity, info} ]}, {symbolic_store, [ {verbosity, info} ]}, {local_db, [ {repair,true}, {auto_save,5000}, {verbosity, info} ]}, {error_report_module, snmpa_error_logger}, {agent_type, master}, {agent_verbosity, info}, {discovery, [ {terminating, [ {enable, false} ]}, {originating, [ {enable, true} ]} ]}, {config, [ {dir, "priv/snmp"}, {force_load, true}, {verbosity, info} ]}, {multi_threaded, true}, {mib_server, [ {mibentry_override,true}, {trapentry_override,true}, {verbosity, info}, {cache,true} ]}, {note_store, [ {timeout,30000}, {verbosity, info} ]}, {net_if, [ {module,snmpa_net_if}, {verbosity, info}, {options, [ {bind_to,false}, {no_reuse,false}, {req_limit,infinity} ]} ]}, {audit_trail_log, [ {type, read_write}, {dir, "/tmp"}, {size, {10240,10}}, {repair, true}, {seqno, false} ]} ]} ]}, {lager, [ {handlers, [ {lager_console_backend, debug} ]} ]} ]. ================================================ FILE: examples/snmp_manager/agents.conf ================================================ {"exo_test_user", "exometer agent", "public", [127,0,0,1], 4000, "exometer engine", infinity, 484, v2, v2c, "initial", noAuthNoPriv}. ================================================ FILE: examples/snmp_manager/exo_test_user.erl ================================================ %% ------------------------------------------------------------------- %% %% Copyright (c) 2014 Basho Technologies, Inc. All Rights Reserved. %% %% This Source Code Form is subject to the terms of the Mozilla Public %% License, v. 2.0. If a copy of the MPL was not distributed with this %% file, You can obtain one at http://mozilla.org/MPL/2.0/. %% %% ------------------------------------------------------------------- -module(exo_test_user). -behaviour(snmpm_user). %% Manager callback API: -export( [ handle_error/3, handle_agent/5, handle_pdu/4, handle_trap/3, handle_inform/3, handle_report/3, handle_invalid_result/3 ]). -export( [ start/0, loop/0, get_value/1 ]). -include_lib("snmp/include/snmp_types.hrl"). -include("log.hrl"). %% ======================================================================== %% SNMPM user callback functions %% ======================================================================== handle_error(ReqId, Reason, Server) -> ?error("handle_error -> ~p : ~p : ~p", [ReqId, Reason, Server]), ?MODULE ! {snmp_msg, handle_error, [ReqId, Reason, Server]}, ignore. handle_agent(Addr, Port, Type, SnmpInfo, Server) -> ?info("handle_agent -> ~p : ~p : ~p : ~p : ~p", [Addr, Port, Type, SnmpInfo, Server]), ?MODULE ! {snmp_msg, handle_agent, [Addr, Port, Type, SnmpInfo, Server]}, ignore. handle_pdu(TargetName, ReqId, SnmpResponse, Server) -> ?debug("handle_pdu -> ~p : ~p : ~p : ~p", [TargetName, ReqId, SnmpResponse, Server]), ?MODULE ! {snmp_msg, handle_pdu, [TargetName, ReqId, SnmpResponse, Server]}, ignore. handle_trap(TargetName, SnmpTrap, Server) -> ?info("handle_trap -> ~p : ~p : ~p", [TargetName, SnmpTrap, Server]), ?MODULE ! {snmp_msg, handle_trap, [TargetName, SnmpTrap, Server]}, ignore. handle_inform(TargetName, SnmpInform, Server) -> ?info("handle_inform -> ~p : ~p : ~p", [TargetName, SnmpInform, Server]), ?MODULE ! {snmp_msg, handle_inform, [TargetName, SnmpInform, Server]}, ignore. handle_report(TargetName, SnmpReport, Server) -> ?info("handle_report -> ~p : ~p : ~p", [TargetName, SnmpReport, Server]), ?MODULE ! {snmp_msg, handle_report, [TargetName, SnmpReport, Server]}, ignore. handle_invalid_result(In, Out, Server) -> ?warning("handle_invalid_result -> ~p : ~p : ~p", [In, Out, Server]), ?MODULE ! {snmp_msg, handle_invalid_result, [In, Out, Server]}, ignore. %% ======================================================================== %% External API %% ======================================================================== start() -> ok = application:start(snmp), spawn(fun loop/0). get_value(Key) when is_atom(Key) -> get_value([Key]); get_value(Key) when is_list(Key) -> Res = snmpm:sync_get("exo_test_user", "exometer agent", [Key ++ [0]]), case Res of {ok, {noError, 0, [#varbind{value=noSuchObject}]}, _} -> {error, noSuchObject}; {ok, {noError, 0, [#varbind{value=Value}]}, _} -> {ok, Value}; {ok, {Error, _, _}, _} -> {error, Error}; E -> E end. loop() -> true = register(?MODULE, self()), loop([]). loop(Subs0) -> receive {subscribe, Sub} -> ?info("adding subscriber ~p", [Sub]), Subs1 = Subs0 -- [Sub], Subs2 = [Sub | Subs1], loop(Subs2); {unsubscribe, Sub} -> ?info("removing subscriber ~p", [Sub]), Subs1 = Subs0 -- [Sub], loop(Subs1); {snmp_msg, _, _} = Msg -> ?debug("delivering msg ~p to subscribers ~p", [Msg, Subs0]), [erlang:send(To, Msg) || To <- Subs0], loop(Subs0); terminate -> ok; Msg -> ?warning("Unhandled message received = ~p", [Msg]), loop(Subs0) end. ================================================ FILE: examples/snmp_manager/manager.conf ================================================ {port, 5000}. {address, [127,0,0,1]}. {engine_id, "exometer_manager_engine"}. {max_message_size, 484}. ================================================ FILE: examples/snmp_manager/sys.config ================================================ %% -*- erlang -*- [ {snmp, [ {manager, [ {priority, normal}, {versions, [v2, v3]}, {config, [ {dir, "examples/snmp_manager"}, {db_dir, "/tmp"}, {db_init_error, create_db_and_dir}, {repair, true}, {auto_save, 5000}, {verbosity, info} ]}, {inform_request_behaviour, user}, {mibs, []}, {server, [ {timeout,30000}, {verbosity, info} ]}, {note_store, [ {timeout,30000}, {verbosity, info} ]}, {net_if, [ {module,snmpm_net_if}, {verbosity, info}, {options, [ {bind_to,false}, {no_reuse,false} ]} ]}, {audit_trail_log, [ {type, read_write}, {dir, "/tmp"}, {size, {10240,10}}, {repair, true}, {seqno, false} ]}, {def_user_mod, exo_test_user}, {def_user_data, undefined} ]} ]}, {lager, [ {handlers, [ {lager_console_backend, debug} ]} ]} ]. ================================================ FILE: examples/snmp_manager/users.conf ================================================ {"exo_test_user", exo_test_user, undefined}. ================================================ FILE: examples/snmp_manager/usm.conf ================================================ ================================================ FILE: include/exometer.hrl ================================================ %% ------------------------------------------------------------------- %% %% Copyright (c) 2013 Basho Technologies, Inc. All Rights Reserved. %% %% This Source Code Form is subject to the terms of the Mozilla Public %% License, v. 2.0. If a copy of the MPL was not distributed with this %% file, You can obtain one at http://mozilla.org/MPL/2.0/. %% %% ------------------------------------------------------------------- -define(EXOMETER_SHARED, exometer_shared). -define(EXOMETER_ENTRIES, exometer_entries). -define(EXOMETER_SUBS, exometer_subscriptions). -define(EXOMETER_REPORTERS, exometer_reporters). -record(exometer_event, { time = exometer_util:timestamp(), from, event }). -record(exometer_entry, { name, type, behaviour = undefined, module = exometer, status = 1, % enabled, no event flags cache = 0, value, timestamp, options = [], ref }). %% Used to redirect lookup from the scheduler-specific tables to the shared -record(exometer_shared, { name }). ================================================ FILE: mibs/EXOMETER-MIB.mib ================================================ EXOMETER-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Integer32, snmpModules, experimental FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF DisplayString FROM SNMPv2-TC RowStatus FROM STANDARD-MIB; exometerMIB MODULE-IDENTITY LAST-UPDATED "201401190525Z" ORGANIZATION "Feuerlabs" CONTACT-INFO "TODO" DESCRIPTION "This MIB module allows management of Exometer." REVISION "201401190525Z" DESCRIPTION "The initial version" ::= { snmpModules 1 } exometer OBJECT IDENTIFIER ::= { experimental 7 } exometerHearbeatInterval OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The interval after which exometer sends a new heartbeat notification in seconds." ::= { exometer 1 } exometerHeartbeat NOTIFICATION-TYPE STATUS current DESCRIPTION "TODO" ::= { exometer 2 } exometerConfiguration OBJECT-GROUP OBJECTS { exometerHearbeatInterval } STATUS current DESCRIPTION "TODO" ::= { exometer 3 } exometerNotifications NOTIFICATION-GROUP NOTIFICATIONS { exometerHeartbeat } STATUS current DESCRIPTION "TODO " ::= { exometer 4 } END ================================================ FILE: priv/EXOMETER-METRICS-MIB.mib ================================================ EXOMETER-METRICS-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Counter32, Counter64, Gauge32, Integer32, snmpModules, experimental FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF; exometerMetricsMIB MODULE-IDENTITY LAST-UPDATED "201401190525Z" ORGANIZATION "Feuerlabs" CONTACT-INFO "TODO" DESCRIPTION "This MIB module is used for exposing dynamic exometer metrics." REVISION "201401190525Z" DESCRIPTION "The initial version" ::= { snmpModules 1 } exometerMetrics OBJECT IDENTIFIER ::= { experimental 7 } -- CONTENT START -- CONTENT END END ================================================ FILE: priv/app.config ================================================ %% -*- erlang -*- [ {exometer, [ {defaults, [ {['_'], function , [{module, exometer_function}]}, {['_'], counter , [{module, exometer}]}, {['_'], histogram, [{module, exometer_histogram}]}, {['_'], spiral , [{module, exometer_spiral}]}, {['_'], duration , [{module, exometer_folsom}]}, {['_'], meter , [{module, exometer_folsom}]}, {['_'], gauge , [{module, exometer_folsom}]} ]}, {report, [ {subscribers, [ {exometer_report_tty, [a,b,2], value, 2000, true} %%{exometer_report_collectd, [a,b,2], value, 2000, true} ]}, {reporters, [ {exometer_report_tty, []}, {exometer_report_collectd, [ %% Set the refresh interval to collectds Interval value. {reconnect_interval, 2}, {refresh_interval, 20}, {read_timeout, 5000}, {hostname, "testhost"}, {path, "/var/run/collectd-unixsock"}, {plugin_name, "testname"}, {type_map, [ {[a,b,c, max], "gauge"}, {[a,b,d, value], "gauge"} ]} ]} ]} ]} ]} ]. ================================================ FILE: priv/check_cover.script ================================================ %% -*- erlang -*- %% %% This helper script selects the correct cover spec for the Erlang/OTP version being used. %% Assumes that the rebar config is bound to CONFIG case erlang:system_info(version) of Vsn when Vsn >= "6.4" -> % using 17.5 or later lists:keystore(ct_extra_params, 1, CONFIG, {ct_extra_params, "-cover test/cover.spec"}); Vsn when Vsn >= "6.1", Vsn < "6.4" -> % using anything between 17.1 and (excluding) 17.5 lists:keystore(ct_extra_params, 1, CONFIG, {ct_extra_params, "-cover test/cover.spec.pre175"}); _ -> % using 17.0 or older lists:keystore(ct_extra_params, 1, CONFIG, {ct_extra_params, "-cover test/cover.spec.pre171"}) end. ================================================ FILE: priv/check_edown.script ================================================ %% -*- erlang -*- %% %% This helper script checks if doc is being built, otherwise removes edoc dep. %% To build docs, call `rebar get-deps doc` %% Assumes that the rebar config is bound to CONFIG [_|Args] = init:get_plain_arguments(). % rebar 'commands' and options case lists:member("edown=true", Args) of false -> {ok,C1} = file:script(filename:join(filename:dirname(SCRIPT), "remove_deps.script"), [{'CONFIG', CONFIG}, {'DEPS', [edown]}]), C1; true -> %% We actually only need to start inets if we have a doc path with http URIS application:start(crypto), application:start(asn1), application:start(public_key), application:start(ssl), application:start(inets), case code:lib_dir(edown) of {error, bad_name} -> D = {edown, ".*", {git, "git://github.com/uwiger/edown.git", "HEAD"}}, Deps = case lists:keyfind(deps, 1, CONFIG) of false -> [D]; {_, Ds} -> case lists:keymember(edown, 1, Ds) of true -> Ds; false -> [D|Ds] end end, lists:keystore(deps, 1, CONFIG, {deps, Deps}); _ -> CONFIG end end. ================================================ FILE: priv/check_packages.script ================================================ %% -*- erlang -*- %%---- BEGIN COPYRIGHT ------------------------------------------------------- %% %% Copyright (C) 2013 Feuerlabs Inc. All rights reserved. %% %% This Source Code Form is subject to the terms of the Mozilla Public %% License, v. 2.0. If a copy of the MPL was not distributed with this %% file, You can obtain one at http://mozilla.org/MPL/2.0/. %% %%---- END COPYRIGHT --------------------------------------------------------- Configs0 = proplists:get_value(configurations, CONFIG, []). {_, Mandatory0} = lists:keyfind(mandatory_deps, 1, CONFIG). Mandatory = ordsets:from_list(Mandatory0). Expand = fun(C, Exp) when is_list(C) -> R = lists:foldl(fun({Cfg}, Acc) -> CVal = proplists:get_value( Cfg, Configs0, []), ordsets:union( Acc, ordsets:from_list(Exp(CVal, Exp))); (App, Acc) when is_atom(App) -> ordsets:add_element(App, Acc); (Other, Acc) -> Acc end, Mandatory, C), R; (C, Exp) -> Exp([C], Exp) end. Configs = [{K, Expand(V, Expand)} || {K,V} <- Configs0]. {_, Deps} = lists:keyfind(deps, 1, CONFIG). Unpar = fun(Name) -> ")" ++ Rev = lists:reverse(Name), list_to_existing_atom(lists:reverse(Rev)) end. EnsureApp = fun(A, As) -> case lists:member(A, As) of true -> As; false -> case lists:keymember(A, 1, Deps) of false -> As; true -> [A|As] end end end. DelApp = fun(A, As) -> case lists:member(A, Mandatory) of false -> [A1 || A1 <- As, A1 =/= A]; true -> As end end. CONFIG1 = case os:getenv("EXOMETER_PACKAGES") of Str when is_list(Str) -> L = string:tokens(Str, "\t, \"\n"), Deps1 = try As = lists:foldl( fun("(" ++ P, Acc) -> Apps = Expand({Unpar(P)}, Expand), lists:foldl(fun(A, Acc1) -> EnsureApp(A, Acc1) end, Acc, Apps); ("+(" ++ P, Acc) -> %% Same as above Apps = Expand({Unpar(P)}, Expand), lists:foldl(fun(A, Acc1) -> EnsureApp(A, Acc1) end, Acc, Apps); ("-(" ++ P, Acc) -> Apps = Expand({Unpar(P)}, Expand), lists:foldl(fun(A, Acc1) -> DelApp(A, Acc1) end, Acc, Apps); ("-" ++ AppStr, Acc) -> try A = list_to_existing_atom(AppStr), DelApp(A, Acc) catch error:_ -> Acc end; ("+" ++ AppStr, Acc) -> try A = list_to_existing_atom(AppStr), EnsureApp(A, Acc) catch error:_ -> Acc end; (AppStr, Acc) -> try A = list_to_existing_atom(AppStr), EnsureApp(A, Acc) catch error:_ -> Acc end end, Mandatory, L), lists:filter(fun(D) -> lists:member(element(1,D), As) end, Deps) catch error:Err -> io:fwrite("Caught ~p~nT = ~p~n", [Err, erlang:get_stacktrace()]), Deps end, lists:keyreplace(deps, 1, CONFIG, {deps, Deps1}); false -> CONFIG end. %% %% Ensure macros defined for each non-mandatory dependency %% e.g. {d, dep_afunix} if afunix is included. %% {_, FinalDeps} = lists:keyfind(deps, 1, CONFIG1). ErlOpts = proplists:get_value(erl_opts, CONFIG, []), Defs = lists:foldl(fun(Dep, Acc) -> A = element(1, Dep), case lists:member(A, Mandatory) of true -> Acc; false -> [{d,list_to_atom( "dep_" ++ atom_to_list(A))} | Acc] end end, [], FinalDeps), lists:keystore(erl_opts, 1, CONFIG1, {erl_opts, ErlOpts ++ Defs}). ================================================ FILE: priv/exometer-reporters.schema ================================================ %% -*- erlang-mode -*- %% @doc Name an exometer reporter {mapping, "reporter", "exometer.reporters", [{default, main}, {datatype, atom}, merge ]}. %% @doc Set the status (enabled|disabled) of a named reporter. {mapping, "reporter.$name.status", "exometer.reporters", [ {default, "disabled"}, {datatype, {enum, [disabled, enabled]}}, {include_default, "main"}]}. %% @doc Specify reporter backend. %% %% Recognized values: %% collectd | statsd | tty | lager | ModuleName %% %% where ModuleName is an exometer reporter plugin. %% {mapping, "reporter.$name.backend", "exometer.reporters", [ {default, collectd}, {datatype, atom}, {include_default, "main"} ]}. %% @doc Socket path for reporter. %% %% This parameter is only relevant for collectd reporters, %% and identifies the location of the collectd Domain Socket {mapping, "reporter.$name.path", "exometer.reporters", [ {default, "/var/run/collectd-unixsock"}, {datatype, string}, {include_default, "main"} ]}. %% @doc Named interval for reporter. %% %% Syntax: `Name:Time:Delay` %% %% Delay can be omitted, and will then default to 0. %% %% `Name` is the name of the reporter. %% `Time` is the interval in milliseconds. `Delay` is how long %% to wait before starting the timer for the first time. %% {mapping, "reporter.$name.interval", "exometer.reporters", [ {default, "normal:10000:0"}, {datatype, string}, {include_default, "main"} ]}. %% @doc Hostname for e.g. statsd reporter %% {mapping, "reporter.$name.hostname", "exometer.reporters", [ {datatype, string} ]}. %% @doc Port for e.g. statsd reporter {mapping, "reporter.$name.port", "exometer.reporters", [ {datatype, string} ]}. %% @doc Connection timeout (ms) for e.g. collectd reporter {mapping, "reporter.$name.connect_timeout", "exometer.reporters", [ {datatype, integer} ]}. %% @doc Connection retries for e.g. collectd reporter {mapping, "reporter.$name.connect_retries", "exometer.reporters", [ {datatype, integer} ]}. %% @doc Socket read timeout for e.g. collectd reporter. {mapping, "reporter.$name.read_timeout", "exometer.reporters", [ {datatype, integer} ]}. %% @doc Metrics refresh interval for e.g. collectd reporter. %% %% Collectd wants metrics to be refreshed after a certain time. %% Use this if reporting interval exceeds the refresh time in collectd. {mapping, "reporter.$name.refresh_interval", "exometer.reporters", [ {datatype, integer} ]}. %% @doc Subscriber(s) for named reporter %% %% Syntax: Entry:DataPoint:Interval[:Retry] %% `Entry` is the name of the metric, either as a dotted string %% (e.g. `riak.riak_kv.gets.time`) or as an Erlang list %% (e.g. `[riak,riak_kv,gets,time]`) %% %% `DataPoint` is either `default` (expands to all datapoints) %% or the name of a supported datapoint (e.g. `value`) %% %% `Interval` is either a named interval (@see reporter.$name.interval) %% or a time value in milliseconds. This gives the reporting interval. %% %% `Retry` (`true` or `false`) indicates whether to keep trying to report %% a metric even if it can't be fetched. Default is `true`, and this is %% the most promising setting, given that static subscriptions are usually %% created before the corresponding metrics are. {mapping, "subscriber.$name", "exometer.subscribers", [ {default, "apply:riak_kv_stat:report_legacy"}, {datatype, string}, {include_default, "main"}, merge ]}. {translation, "exometer.reporters", fun(Conf) -> Parse = fun(S) when is_list(S) -> try {ok,Ts,_} = erl_scan:string(S), {ok,T} = erl_parse:parse_term(Ts ++ [{dot,1}]), T catch error:_ -> S end; (A) when is_atom(A) -> A end, Backend = fun(collectd) -> exometer_report_collectd; (statsd ) -> exometer_report_statsd; (tty ) -> exometer_report_tty; (lager ) -> exometer_report_lager; (B ) -> B end, Interval = fun(S) -> case string:tokens(S, ":") of [N,T] -> {list_to_atom(N), list_to_integer(T)}; [N,T,D] -> {list_to_atom(N), list_to_integer(T), list_to_integer(D)} end end, MapOpt = fun(status, V) -> {status, Parse(V)}; (backend, B) -> {module, Backend(B)}; (interval,I) -> {interval, Interval(I)}; (K, V) -> {K, V} end, Opt = fun(R) -> Filtered = lists:ukeysort( 1,cuttlefish_variable:filter_by_prefix( ["reporter",atom_to_list(R)], Conf)), [MapOpt(Parse(lists:last(K)), V) || {K,V} <- Filtered] end, [{R, Opt(R)} || {["reporter"],R} <- Conf] end}. {translation, "exometer.subscribers", fun(Conf) -> Bool = fun("true") -> true; ("false") -> false end, Entry = fun(S) -> Parts = string:tokens(S, "."), [list_to_atom(P) || P <- Parts] end, Val = fun(R,S) -> case string:tokens(S, ":") of ["apply",M,F] -> {apply, {list_to_atom(M), list_to_atom(F), []}}; [E,D,I] -> {R,Entry(E),list_to_atom(D),list_to_integer(I)}; [E,D,I,Retry] -> {R,Entry(E),list_to_atom(D),list_to_integer(I), Bool(Retry)}; [E,D,I,Retry,X] -> {R,Entry(E),list_to_atom(D),list_to_integer(I), Bool(Retry),X} end end, [Val(list_to_atom(R),S) || {["subscriber",R],S} <- Conf] end}. ================================================ FILE: priv/exometer.schema ================================================ %% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*- %% @doc Exometer metrics {mapping, "exometer.template.function.module", "exometer.defaults", [{default, "exometer_function"}] }. {mapping, "exometer.template.counter.module", "exometer.defaults", [{default, "exometer"}] }. {mapping, "exometer.template.fast_counter.module", "exometer.defaults", [{default, "exometer"}] }. {mapping, "exometer.template.histogram.module", "exometer.defaults", [{default, "exometer_histogram"}]}. {mapping, "exometer.template.spiral.module", "exometer.defaults", [{default, "exometer_spiral"}]}. {mapping, "exometer.template.duration.module", "exometer.defaults", [{default, "exometer_folsom"}] }. {mapping, "exometer.template.meter.module", "exometer.defaults", [{default, "exometer_folsom"}] }. {mapping, "exometer.template.gauge.module", "exometer.defaults", [{default, "exometer_folsom"}] }. {mapping, "exometer.template.$type.$option", "exometer.defaults",[]}. {mapping, "exometer.template.$pattern.$type.$option", "exometer.defaults",[]}. {mapping, "exometer.pattern.all", "exometer.defaults", [{default,"_"}]}. {mapping, "exometer.pattern.$name", "exometer.defaults", []}. {mapping, "exometer.probe.default.min_heap_size", "exometer.probe_defaults", [{datatype, integer}, {default, "40000"}] }. {mapping, "exometer.probe.default.priority", "exometer.probe_defaults", [{datatype, {enum, [low,normal,high,max]}}, {default, "normal"}] }. {mapping, "exometer.probe.default.min_vheap_size", "exometer.probe_defaults", [{datatype, integer}, {default, 0}] }. {mapping, "exometer.probe.default.sensitive", "exometer.probe_defaults", [{datatype, {enum, [true, false]}}, {default, false}] }. {mapping, "exometer.probe.default.scheduler", "exometer.probe_defaults", [{datatype, integer}, {default, 0}] }. {mapping, "exometer.reporter.collectd", "exometer.reporters", [{datatype, atom}, {default, exometer_report_collectd}]}. {mapping, "exometer.reporter.opt.collectd.module", "exometer.reporters", [{datatype, atom}, {default, exometer_report_collectd}]}. {mapping, "exometer.reporter.opt.collectd.connect_timeout", "exometer.reporters", [{datatype, {duration, ms}}, {default, "5s"}]}. {mapping, "exometer.reporter.opt.collectd.read_timeout", "exometer.reporters", [{datatype, {duration, ms}}, {default, "5s"}]}. {mapping, "exometer.reporter.opt.collectd.reconnect_interval", "exometer.reporters", [{datatype, {duration, s}}, {default, "30s"}]}. {mapping, "exometer.reporter.opt.collectd.refresh_interval", "exometer.reporters", [{datatype, {duration, s}}, {default, "10s"}]}. {mapping, "exometer.reporter.opt.collectd.path", "exometer.reporters", [{datatype, string}, {default, "/var/run/collectd-unixsock"}]}. {mapping, "exometer.reporter.opt.collectd.plugin_name", "exometer.reporters", [{datatype, string}, {default, "exometer"}]}. {mapping, "exometer.reporter.opt.collectd.plugin_instance", "exometer.reporters", [{datatype, string}, {default, "auto"}]}. {mapping, "exometer.reporter.opt.collectd.hostname", "exometer.reporters", [{datatype, string}, {default, "auto"}]}. {mapping, "exometer.reporter.$name", "exometer.reporters", [{datatype, atom}]}. {mapping, "exometer.reporter.opt.$name.$option", "exometer.reporters", []}. {translation, "exometer.defaults", fun(Conf) -> Parse = fun(X) -> case erl_scan:string(X) of {ok,Toks,_} -> erl_parse:parse_term( Toks ++ [{dot,1}]); ScanErr -> ScanErr end end, MkVal = fun(X) -> case Parse(X) of {ok, Term} -> Term; {error, _} -> X end end, MkKey = fun("[" ++ _ = S) -> case Parse(S) of {ok, Term} -> Term; {error, R} -> error({parse_error, R}) end; (S) -> L = string:tokens(S, "."), lists:map(fun(K) -> try list_to_integer(K) catch error:_ -> list_to_atom(K) end end, L) end, Pats = [{P, MkKey(V)} || {["exometer","pattern", P], V} <- Conf], Templ = [{"all", list_to_atom(Type), {list_to_atom(Opt), MkVal(V)} } || {["exometer","template",Type,Opt], V} <- Conf] ++ [{P, list_to_atom(Type), {list_to_atom(Opt), MkVal(V)} } || {["exometer","template",P,Type,Opt], V} <- Conf], Grouped = lists:foldl( fun({P,T,O}, D) -> orddict:append({P,T}, O, D) end, orddict:new(), Templ), lists:map( fun({ {P,T}, Opts }) -> case lists:keyfind(P,1,Pats) of {_, Pat} -> {Pat, T, Opts}; false -> if P == "all" -> {['_'], T, Opts}; true -> error({unknown_exometer_pattern,P}) end end end, orddict:to_list(Grouped)) end}. {translation, "exometer.probe_defaults", fun(Conf) -> [{list_to_atom(K), V} || {["exometer","probe","default",K], V} <- Conf] end }. {translation, "exometer.reporters", fun(Conf) -> Parse = fun(X) -> case erl_scan:string(X) of {ok,Toks,_} -> erl_parse:parse_term( Toks ++ [{dot,1}]); ScanErr -> ScanErr end end, MkVal = fun(A) when is_atom(A) -> A; (I) when is_integer(I) -> I; (X) -> case Parse(X) of {ok, Term} -> Term; {error, _} -> X end end, MkKey = fun("[" ++ _ = S) -> case Parse(S) of {ok, Term} -> Term; {error, R} -> error({parse_error, R}) end; (S) -> L = string:tokens(S, "."), lists:map(fun(K) -> try list_to_integer(K) catch error:_ -> list_to_atom(K) end end, L) end, Reporters = (catch [{R, RegName} || {["exometer", "reporter", R], RegName} <- Conf]), Rep = fun(R) -> case lists:keyfind(R,1,Reporters) of false -> ''; {_, N} -> N end end, Opts = [{Rep(R), {list_to_atom(K), MkVal(V)}} || {["exometer","reporter","opt",R,K], V} <- Conf], Maps = [{Rep(R), MA, V} || {["exometer","reporter","map",R,MA], V} <- Conf], Types = [{Rep(R), TA, V} || {["exometer","reporter","type",R,TA], V} <- Conf], Dict0 = orddict:from_list([{N,[]} || {_,N} <- Reporters]), TypeMap = lists:foldl( fun({'',_,_}, D) -> D; ({N, A, Metric}, D) -> case [T || {N1,A1,T} <- Types, N==N1, A==A1] of [] -> D; [Type] -> Key = MkKey(Metric), orddict:append(N, {Key,Type}, D) end end, Dict0, Maps), Dict1 = lists:foldl( fun({'',_}, D) -> D; ({R,Opt}, D) -> orddict:append(R, Opt, D) end, Dict0, Opts), orddict:fold(fun(N,L,D) -> case orddict:is_key(N,D) of true -> orddict:append(N,{type_map,L},D); false -> D end end, Dict1, TypeMap) end }. %% exometer.report.collectd.module = exometer_report_collectd %% exometer.report.collectd.option.reconnect_interval = 10 %% exometer.report.collectd.entry.a.b.2 %% exometer.report.module.exometer_report_collectd.reconnect_interval = 10 %% exometer.report.module. %% {mapping, "exometer.report.module.collectd", "exometer.report", %% [{default, "exometer_report_collectd"}] %% }. %% {mapping, "exometer.report.module.$mod", "exometer.report",[]}. %% {mapping, "exometer.report.module.option.$mod.$opt", "exometer.report",[]}. %% {mapping, "exometer.report.sub.$mod.$entry", "exometer.report",[]}. %% {mapping, "exometer.report.sub.point.$mod.$entry.$point", "exometer.report",[]}. %% {mapping, "exometer.report.sub.option.$mod.$entry.$opt", "exometer.report",[]}. %% {mapping, "exometer.report.sub.interval.$mod.$entry", "exometer.report", []}. %% {translation, "exometer.report", %% fun(Conf) -> %% io:fwrite(user, "exometer.schema translation, exometer.report~n" %% "Conf = ~p~n", [Conf]), %% K = fun(L) -> ["exometer", "report"] ++ L end, %% Parse = fun(X) -> %% case erl_scan:string(X) of %% {ok,Toks,_} -> %% erl_parse:parse_term( %% Toks ++ [{dot,1}]); %% ScanErr -> %% ScanErr %% end %% end, %% MkVal = fun(X) -> %% case Parse(X) of %% {ok, Term} -> Term; %% {error, _} -> X %% end %% end, %% OptInt = fun(X) -> try list_to_integer(X) %% catch error:_ -> X end %% end, %% MkKey = fun("[" ++ _ = S) -> %% case Parse(S) of %% {ok, Term} -> Term; %% {error, R} -> error({parse_error, R}) %% end; %% (S) -> %% L = string:tokens(S, "."), %% lists:map(fun(K) -> %% try list_to_integer(K) %% catch %% error:_ -> %% list_to_atom(K) %% end %% end, L) %% end, %% try %% ModDefs = [{A,list_to_atom(M)} %% || {["exometer","report","module",A], M} <- Conf], %% Subs = [{A, proplists:get_value(A,ModDefs), E, MkKey(K)} %% || {["exometer","report","sub",A,E], K} <- Conf, %% lists:keymember(A, 1, ModDefs)], %% Modules = lists:map( %% fun({Alias, Mod}) -> %% Opts = [{list_to_atom(K), OptInt(V)} %% || {["exometer","report","module","option", %% Alias, K], V} <- Conf], %% {Mod, Opts} %% end, ModDefs), %% Subscribers = %% lists:map( %% fun({Alias,Mod,E,Entry}) -> %% Point = case [MkVal(V) %% || {["exometer","report","sub", %% "point",Alias,E,P], V} <- Conf] of %% [P|_] -> P; %% [] -> default %% end, %% Interval = %% case [MkVal(V) %% || {["exometer","report","sub", %% "interval",Alias,E], V} <- Conf] of %% [I|_] -> I; %% [] -> 1000 %% end, %% {Mod, Entry, Point, Interval} %% end, Subs), %% [{modules, Modules}, %% {subscribers, Subscribers}] %% catch %% error:R -> [{error, R}] %% end %% end}. ================================================ FILE: priv/remove_deps.script ================================================ %% -*- erlang -*- %% %% Assumes the following bound variables: %% CONFIG - a rebar.config options list %% DEPS :: [atom()] - a list of deps to remove case lists:keyfind(deps, 1, CONFIG) of {_, Deps0} -> Deps1 = lists:filter( fun(D) when is_atom(D) -> not lists:member(D, DEPS); (D) when is_tuple(D) -> not lists:member(element(1,D), DEPS) end, Deps0), lists:keyreplace(deps, 1, CONFIG, {deps, Deps1}); false -> CONFIG end. ================================================ FILE: priv/snmp/agent.conf ================================================ {intAgentUDPPort, 4000}. {intAgentIpAddress, [127,0,0,1]}. {snmpEngineID, "exometer_engine"}. {snmpEngineMaxMessageSize, 484}. ================================================ FILE: priv/snmp/community.conf ================================================ {"public", "public", "initial", "", ""}. ================================================ FILE: priv/snmp/context.conf ================================================ "". ================================================ FILE: priv/snmp/notify.conf ================================================ {"exometerManager", "std_inform", inform}. ================================================ FILE: priv/snmp/standard.conf ================================================ {sysDescr, "Exometer SNMP agent"}. {sysObjectID, [3,6,1,4,1,193,19]}. % {ericsson otp} {sysContact, "info@feuerlabs.com"}. {sysLocation, "erlang"}. {sysServices, 72}. {snmpEnableAuthenTraps, enabled}. {sysName, "exometer agent"}. ================================================ FILE: priv/snmp/target_addr.conf ================================================ {"exometerManager", transportDomainUdpIpv4, [127,0,0,1], 5000, 1500, 3, "std_inform", "exometerManager", "exometer engine", [], 2048}. ================================================ FILE: priv/snmp/target_params.conf ================================================ {"exometerManager", v2c, v2c, "initial", noAuthNoPriv}. ================================================ FILE: priv/snmp/usm.conf ================================================ ================================================ FILE: priv/snmp/vacm.conf ================================================ {vacmSecurityToGroup, v2c, "initial", "initial"}. {vacmSecurityToGroup, usm, "initial", "initial"}. {vacmAccess, "initial", "", any, noAuthNoPriv, exact, "restricted", "", "restricted"}. {vacmAccess, "initial", "", usm, authNoPriv, exact, "internet", "internet", "internet"}. {vacmAccess, "initial", "", usm, authPriv, exact, "internet", "internet", "internet"}. {vacmViewTreeFamily, "internet", [1,3,6,1], included, null}. {vacmViewTreeFamily, "restricted", [1,3,6,1], included, null}. ================================================ FILE: priv/test.conf ================================================ ## Metrics templates. Fake example: exometer.pattern.riak_kv = riak_kv._ exometer.template.riak_kv.spinner.module = riak_kv_spinner exometer.template.riak_kv.spinner.rate = 1000 ## Report module options example ## First, define a ModuleAlias ## exometer.report.module.ModuleAlias = ## exometer.report.module.collectd = exometer_report_collectd exometer.report.module.option.collectd.reconnect_interval = 10 ## Report subscription options example ## First, name a (ModuleAlias,EntryAlias) pair, binding to an actual entry ## The module alias needs to be defined using an ## exometer.report.module. option (see above). ## ## Then, optionally provide a datapoint for the entry (default: 'default'), ## exometer.report.sub.ModuleAlias.EntryAlias = Point ## If multiple points are defined, currently, only the first one will be used ## ## Optionally define a report interval (default: 1000 ms) ## exometer.report.sub.interval.ModuleAlias,EntryAlias = ## exometer.report.sub.collectd.a_b_2 = a.b.2 exometer.report.sub.point.collectd.a_b_2 = value exometer.report.sub.interval.collectd.a_b_2 = 2000 ================================================ FILE: rebar.config ================================================ %% -*- erlang -*- {erl_first_files, [ "EXOMETER-MIB.mib" ]}. {mandatory_deps, [exometer_core]}. {configurations, [{minimal, []}, {basic, []}, {amqp , [amqp_client, jiffy]}, {collectd, [exometer_collectd]}, {full , [{basic}, netlink, {amqp}, {collectd}]}]}. {deps, [ {exometer_core, ".*", {git, "git://github.com/Feuerlabs/exometer_core.git", {tag, "1.4"}}}, {exometer_collectd, ".*", {git, "git://github.com/Feuerlabs/exometer_collectd.git", {tag, "1.0.1"}}}, {netlink, ".*", {git, "git://github.com/Feuerlabs/netlink.git", "aab67b0"}}, {amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq-3.3.5"}}}, {jiffy, ".*", {git, "git://github.com/davisp/jiffy.git", "0.13.3"}} ]}. {erl_opts, [ debug_info, fail_on_warning, {parse_transform, lager_transform}, {verbosity, trace} ]}. {sub_dirs, ["src"]}. {edoc_opts, [ {doclet, edown_doclet}, {app_default, "http://www.erlang.org/doc/man"}, {doc_path, ["http://raw.github.com/Feuerlabs/exometer_core/master/doc"]}, {top_level_readme, {"./README.md", "https://github.com/Feuerlabs/exometer", "master"}} ]}. {xref_checks, [ undefined_function_calls, undefined_functions, locals_not_used, deprecated_functions_calls, deprecated_functions ]}. {cover_print_enabled, true}. {clean_files, ["test/app1/ebin/*.beam"]}. {ct_use_short_names, true}. ================================================ FILE: rebar.config.script ================================================ %% -*- erlang -*- %%---- BEGIN COPYRIGHT ------------------------------------------------------- %% %% Copyright (C) 2014 Feuerlabs Inc. All rights reserved. %% %% This Source Code Form is subject to the terms of the Mozilla Public %% License, v. 2.0. If a copy of the MPL was not distributed with this %% file, You can obtain one at http://mozilla.org/MPL/2.0/. %% %%---- END COPYRIGHT --------------------------------------------------------- Script = fun(D,S,Vs) -> Scr = filename:join(D, S), case file:script(Scr, orddict:store('SCRIPT', Scr, Vs)) of {ok, Res} -> Res; {error,_} = Err -> io:fwrite("Error evaluating script ~s~n", [S]), Err end end. CONFIG0 = case os:getenv("EXOMETER_CONFIG_PREPROCESS") of false -> CONFIG; [] -> CONFIG; PPScr -> Script(filename:dirname(PPScr), filename:basename(PPScr), [{'CONFIG', CONFIG}]) end. CFG1 = case os:getenv("REBAR_DEPS") of false -> CONFIG0; [] -> CONFIG0; Dir -> lists:keystore(deps_dir, 1, CONFIG0, {deps_dir, Dir}) end. Priv = filename:join(filename:dirname(SCRIPT), "priv"). CFG2 = Script(Priv, "check_edown.script", [{'CONFIG', CFG1}]). CFG3 = Script(Priv, "check_packages.script", [{'CONFIG', CFG2}]). CFG4 = Script(Priv, "check_cover.script", [{'CONFIG', CFG3}]). case os:getenv("EXOMETER_CONFIG_POSTPROCESS") of false -> CFG4; [] -> CFG4; PoPScr -> Script(filename:dirname(PoPScr), filename:basename(PoPScr), [{'CONFIG', CFG4}]) end. ================================================ FILE: src/exometer.app.src ================================================ %% -*- erlang -*- {application, exometer, [ {description, "Code instrumentation and metrics collection package."}, {vsn, git}, {registered, []}, {applications, [ kernel, stdlib, lager, exometer_core ]}, {included_applications, [ ]}, {mod, {exometer_app, []}}, {env, [ ]} ]}. ================================================ FILE: src/exometer_app.erl ================================================ %% ------------------------------------------------------------------- %% %% Copyright (c) 2014 Basho Technologies, Inc. All Rights Reserved. %% %% This Source Code Form is subject to the terms of the Mozilla Public %% License, v. 2.0. If a copy of the MPL was not distributed with this %% file, You can obtain one at http://mozilla.org/MPL/2.0/. %% %% ------------------------------------------------------------------- %% @private -module(exometer_app). -behaviour(application). %% Application callbacks -export([start/2, stop/1]). %% =================================================================== %% Application callbacks %% =================================================================== start(_StartType, _StartArgs) -> exometer_sup:start_link(). stop(_State) -> ok. ================================================ FILE: src/exometer_netlink.erl ================================================ %% ------------------------------------------------------------------- %% %% Copyright (c) 2014 Basho Technologies, Inc. All Rights Reserved. %% %% This Source Code Form is subject to the terms of the Mozilla Public %% License, v. 2.0. If a copy of the MPL was not distributed with this %% file, You can obtain one at http://mozilla.org/MPL/2.0/. %% %% ------------------------------------------------------------------- -module(exometer_netlink). -behaviour(exometer_probe). %% exometer_probe callbacks -export([behaviour/0, probe_init/3, probe_terminate/1, probe_get_value/2, probe_get_datapoints/1, probe_update/2, probe_reset/1, probe_sample/1, probe_setopts/3, probe_handle_msg/2, probe_code_change/3]). -export([count_sample/3, count_transform/2]). -include_lib("exometer_core/include/exometer.hrl"). -import(netlink_stat, [get_value/1]). -record(st, {name, slide = undefined, %% slot_period = 1000, %% msec time_span = 60000, %% msec netlink_element = "eth0.rx_packets", %% Total number of packets received. last_count = 0, %% last value retrieved for netlink_element opts = []}). -define(DATAPOINTS, [ element ]). behaviour() -> probe. probe_init(Name, _Type, Options) -> St = process_opts(#st { name = Name }, Options), Slide = exometer_slot_slide:new(St#st.time_span, St#st.slot_period, fun count_sample/3, fun count_transform/2, []), {ok, St#st{ slide = Slide }}. probe_terminate(_ModSt) -> ok. probe_get_value(_, _) -> { error, unknown_metric }. probe_get_datapoints(_St) -> {ok, ?DATAPOINTS}. probe_setopts(_Entry, _Opts, _St) -> ok. probe_update(_Value, _St) -> error(unsupported). probe_reset(St) -> { ok, St#st { slide = exometer_slot_slide:reset(St#st.slide)} }. probe_handle_msg(_, S) -> {ok, S}. probe_sample(St) -> [{_, Count}] = get_value(St#st.netlink_element), Slide = exometer_slot_slide:add_element(Count - St#st.last_count, St#st.slide), {ok, St#st { slide = Slide, last_count = Count }}. probe_code_change(_From, ModSt, _Extra) -> {ok, ModSt}. process_opts(St, Options) -> lists:foldl( fun %% Sample interval. ({netlink_element, Val}, St1) -> St1#st { netlink_element = Val }; ({time_span, Val}, St1) -> St1#st { time_span = Val }; ({slot_period, Val}, St1) -> St1#st { slot_period = Val }; %% Unknown option, pass on to State options list, replacing %% any earlier versions of the same option. ({Opt, Val}, St1) -> St1#st{ opts = [ {Opt, Val} | lists:keydelete(Opt, 1, St1#st.opts) ] } end, St, Options). %% Simple sample processor that maintains a counter. %% of all count_sample(_TS, Increment, undefined) -> Increment; count_sample(_TS, Increment, Total) -> Total + Increment. %% If count_sample() has not been called for the current time slot, %% then the provided state will still be 'undefined' count_transform(_TS, undefined) -> 0; %% Return the calculated total for the slot and return it as the %% element to be stored in the histogram. count_transform(_TS, Total) -> Total. %% Return the sum of all counter increments received during this slot. ================================================ FILE: src/exometer_report_amqp.erl ================================================ %% ------------------------------------------------------------------- %% %% Copyright (c) 2014 Basho Technologies, Inc. All Rights Reserved. %% %% This Source Code Form is subject to the terms of the Mozilla Public %% License, v. 2.0. If a copy of the MPL was not distributed with this %% file, You can obtain one at http://mozilla.org/MPL/2.0/. %% %% ------------------------------------------------------------------- %% @doc Custom reporting probe for sending data to AMQP exchange %% %% AMQP integration. %% All data subscribed to by the plugin (through exosense_report:subscribe()) %% will be reported to an AMQP exchange. %% %% Options: %% %% `{reconnect_interval, non_neg_integer()}' - Time, in seconds, before %% attempting to reconnect. Default: '30' (sec) %% %% `{amqp_url, string()}' - AMQP host and port. %% Default: "amqp://guest:guest@localhost:5672/%2f" %% %% `{hostname, string()}' - This plugin uses a tag called 'host' to denote %% the hostname to which this metric belongs. Default: net_adm:localhost() %% %% `{exchange, string()}' - The exchange to publish messages to. %% %% `{routing_key, string()}' - The routing key to use to publish messages. %% %% `{buffer_size, bytes()}' - The amount of data to buffer before sending to %% AMQP. Default: 0 (send immediately). %% %% @end %% TODO: %% Handle blocked notifications? Hang? %% %% If using cast, then should handle blocked notifications in order to avoid %% filling up mailboxes. When in blocked mode %% drop everything until server tells us we're unblocked. %% %% Implement more serialization formats (eg: BERP) %% -module(exometer_report_amqp). -behaviour(exometer_report). -author("Mark Steele "). %% gen_server callbacks -export( [ exometer_init/1, exometer_info/2, exometer_cast/2, exometer_call/3, exometer_report/5, exometer_subscribe/5, exometer_unsubscribe/4, exometer_newentry/2, exometer_setopts/4, exometer_terminate/2 ]). -include_lib("exometer_core/include/exometer.hrl"). %% Since amqp is an optional dep, we must check if it's included before %% introducing a compile-time dependency. %% -ifdef(dep_amqp_client). -include_lib("amqp_client/include/amqp_client.hrl"). -else. %% %% define some (possibly outdated types just to make it compile) %% -record('P_basic', {content_type, content_encoding, headers, delivery_mode, priority, correlation_id, reply_to, expiration, message_id, timestamp, type, user_id, app_id, cluster_id}). -record('basic.publish', {ticket = 0, exchange = <<"">>, routing_key = <<"">>, mandatory = false, immediate = false}). -record(amqp_msg, {props = #'P_basic'{}, payload = <<>>}). %% -endif. -define(DEFAULT_AMQP_URL, "amqp://guest:guest@localhost:5672/%2f"). -define(DEFAULT_EXCHANGE, "exometer"). -define(DEFAULT_ROUTING_KEY, "exometer"). -define(DEFAULT_RECONNECT_INTERVAL, 30). %% seconds -define(DEFAULT_BUFFER_SIZE, 0). -record(st, { amqp_params, reconnect_interval = ?DEFAULT_RECONNECT_INTERVAL, hostname = undefined, buffer_size = ?DEFAULT_BUFFER_SIZE, buffer, publish_options, channel = false, connection, blocked = false}). %% calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}}). -define(UNIX_EPOCH, 62167219200). -include("log.hrl"). %% Probe callbacks exometer_init(Opts) -> ?info("Exometer AMQP Reporter; Opts: ~p~n", [Opts]), {ok, AmqpParams} = amqp_uri:parse(get_opt(amqp_url, Opts, ?DEFAULT_AMQP_URL)), ReconnectInterval = get_opt(reconnect_interval, Opts, ?DEFAULT_RECONNECT_INTERVAL) * 1000, BufferSize = get_opt(buffer_size, Opts, ?DEFAULT_BUFFER_SIZE), Publish = #'basic.publish'{ exchange = iolist_to_binary(get_opt(exchange, Opts, ?DEFAULT_EXCHANGE)), routing_key = iolist_to_binary(get_opt(routing_key, Opts, ?DEFAULT_ROUTING_KEY)) }, State = #st{ reconnect_interval = ReconnectInterval, amqp_params = AmqpParams, buffer_size = BufferSize, publish_options = Publish, hostname = iolist_to_binary(check_hostname(get_opt(hostname, Opts, "auto"))) }, case connect_amqp(AmqpParams) of {ok, Connection, Channel} -> {ok, State#st{channel = Channel, connection = Connection}}; {error, _} = Error -> ?warning("Exometer amqp connection failed; ~p. Retry in ~p~n", [Error, ReconnectInterval]), prepare_reconnect(), {ok, State} end. %% Exometer report when no amqp connection exists. exometer_report(_Metric, _DataPoint, _Extra, _Value, St) when St#st.channel =:= false -> ?warning("Report metric: No connection. Value lost~n"), {ok, St}; exometer_report(Metric, DataPoint, _Extra, Value, #st{hostname = Hostname} = St) -> Data = { [ {<<"type">>, <<"exometer_metric">>}, {<<"body">>, {[ {<<"name">>, name(Metric)}, {<<"value">>, Value}, {<<"timestamp">>, unix_time()}, {<<"host">>, iolist_to_binary(Hostname)}, {<<"instance">>, DataPoint} ]} } ] }, Payload = jiffy:encode(Data), case send_to_amqp(St, Payload) of {ok, State} -> {ok, State} %% {error, _Reason} -> % cannot happen, says dialyzer %% amqp_channel:close(St#st.channel), %% amqp_connection:close(St#st.connection), %% prepare_reconnect(), %% {ok, St#st{channel = false}} end. send_to_amqp(State = #st{ channel = Channel, publish_options = Publish }, Payload) when State#st.buffer_size =:= 0 -> ok = send_to_amqp(Channel, Publish, Payload), {ok, State}; send_to_amqp(State = #st{ buffer_size = BufferSize, channel = Channel, publish_options = Publish}, Payload) when State#st.buffer =:= undefined -> PayloadSize = byte_size(Payload), if PayloadSize >= BufferSize -> ok = send_to_amqp(Channel, Publish, Payload), {ok, State#st{buffer = undefined}}; true -> {ok, State#st{buffer = Payload}} end; send_to_amqp(State = #st{ buffer_size = BufferSize, buffer = Buffer, channel = Channel, publish_options = Publish }, Payload) -> NewBuffer = << Buffer/binary, "\n", Payload/binary >>, NewBufferSize = byte_size(NewBuffer), if NewBufferSize >= BufferSize -> ok = send_to_amqp(Channel, Publish, NewBuffer), {ok, State#st{buffer = undefined}}; true -> {ok, State#st{buffer = NewBuffer}} end. send_to_amqp(Channel, Publish, Payload) -> ok = amqp_channel:cast(Channel, Publish, #amqp_msg{payload = Payload}). exometer_subscribe(_Metric, _DataPoint, _Extra, _Interval, St) -> {ok, St }. exometer_unsubscribe(_Metric, _DataPoint, _Extra, St) -> {ok, St }. exometer_call(Unknown, From, St) -> ?info("Unknown call ~p from ~p", [Unknown, From]), {ok, St}. exometer_cast(Unknown, St) -> ?info("Unknown cast: ~p", [Unknown]), {ok, St}. exometer_info({exometer_callback, prepare_reconnect}, #st{reconnect_interval = Int} = St) -> reconnect_after(Int), {ok, St}; exometer_info({exometer_callback, reconnect}, St = #st{ amqp_params = AmqpParams, reconnect_interval = ReconnectInterval } ) -> ?info("Reconnecting: ~p~n", [St]), case connect_amqp(AmqpParams) of {ok, _Connection, Channel} -> {ok, St#st{channel = Channel}}; {error, _} = Error -> ?warning("Exometer amqp connection failed; ~p. Retry in ~p~n", [Error, ReconnectInterval]), prepare_reconnect(), {ok, St} end; exometer_info(Unknown, St) -> ?info("Unknown info: ~p", [Unknown]), {ok, St}. exometer_newentry(_Entry, St) -> {ok, St}. exometer_setopts(_Metric, _Options, _Status, St) -> {ok, St}. exometer_terminate(_, _) -> ignore. unix_time() -> datetime_to_unix_time(erlang:universaltime()). datetime_to_unix_time({{_,_,_},{_,_,_}} = DateTime) -> calendar:datetime_to_gregorian_seconds(DateTime) - ?UNIX_EPOCH. get_opt(K, Opts, Default) -> exometer_util:get_opt(K, Opts, Default). check_hostname("auto") -> net_adm:localhost(); check_hostname(H) -> H. prepare_reconnect() -> self() ! {exometer_callback, prepare_reconnect}. reconnect_after(ReconnectInterval) -> erlang:send_after(ReconnectInterval, self(), {exometer_callback, reconnect}). connect_amqp(AmqpParams) -> case amqp_connection:start(AmqpParams) of {ok, Connection} -> case amqp_connection:open_channel(Connection) of {ok, Channel} -> {ok, Connection, Channel}; {error, Reason} -> amqp_connection:close(Connection), {error, Reason} end; {error, Reason} -> ?info("Error connecting: ~p~n",[Reason]), {error, Reason} end. name(Metric) -> iolist_to_binary(metric_to_string(Metric)). metric_to_string([Final]) -> metric_elem_to_list(Final); metric_to_string([H | T]) -> metric_elem_to_list(H) ++ "_" ++ metric_to_string(T). metric_elem_to_list(E) when is_atom(E) -> atom_to_list(E); metric_elem_to_list(E) when is_list(E) -> E; metric_elem_to_list(E) when is_integer(E) -> integer_to_list(E). ================================================ FILE: src/exometer_report_graphite.erl ================================================ %% ------------------------------------------------------------------- %% %% Copyright (c) 2014 Basho Technologies, Inc. All Rights Reserved. %% %% This Source Code Form is subject to the terms of the Mozilla Public %% License, v. 2.0. If a copy of the MPL was not distributed with this %% file, You can obtain one at http://mozilla.org/MPL/2.0/. %% %% ------------------------------------------------------------------- -module(exometer_report_graphite). -behaviour(exometer_report). %% gen_server callbacks -export( [ exometer_init/1, exometer_info/2, exometer_cast/2, exometer_call/3, exometer_report/5, exometer_subscribe/5, exometer_unsubscribe/4, exometer_newentry/2, exometer_setopts/4, exometer_terminate/2 ]). -include_lib("exometer_core/include/exometer.hrl"). -define(DEFAULT_HOST, "carbon.hostedgraphite.com"). -define(DEFAULT_PORT, 2003). -define(DEFAULT_CONNECT_TIMEOUT, 5000). -record(st, { host = ?DEFAULT_HOST, port = ?DEFAULT_PORT, connect_timeout = ?DEFAULT_CONNECT_TIMEOUT, name, namespace = [], prefix = [], api_key = "", socket = undefined}). %% calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}}). -define(UNIX_EPOCH, 62167219200). -include("log.hrl"). %% Probe callbacks exometer_init(Opts) -> ?info("Exometer Graphite Reporter; Opts: ~p~n", [Opts]), API_key = get_opt(api_key, Opts), Prefix = get_opt(prefix, Opts, []), Host = get_opt(host, Opts, ?DEFAULT_HOST), Port = get_opt(port, Opts, ?DEFAULT_PORT), ConnectTimeout = get_opt(connect_timeout, Opts, ?DEFAULT_CONNECT_TIMEOUT), case gen_tcp:connect(Host, Port, [{mode, list}], ConnectTimeout) of {ok, Sock} -> {ok, #st{prefix = Prefix, api_key = API_key, socket = Sock, host = Host, port = Port, connect_timeout = ConnectTimeout }}; {error, _} = Error -> Error end. exometer_report(Probe, DataPoint, _Extra, Value, #st{socket = Sock, api_key = APIKey, prefix = Prefix} = St) -> Line = [key(APIKey, Prefix, Probe, DataPoint), " ", value(Value), " ", timestamp(), $\n], case gen_tcp:send(Sock, Line) of ok -> {ok, St}; _ -> reconnect(St) end. exometer_subscribe(_Metric, _DataPoint, _Extra, _Interval, St) -> {ok, St }. exometer_unsubscribe(_Metric, _DataPoint, _Extra, St) -> {ok, St }. exometer_call(Unknown, From, St) -> ?info("Unknown call ~p from ~p", [Unknown, From]), {ok, St}. exometer_cast(Unknown, St) -> ?info("Unknown cast: ~p", [Unknown]), {ok, St}. exometer_info(Unknown, St) -> ?info("Unknown info: ~p", [Unknown]), {ok, St}. exometer_newentry(_Entry, St) -> {ok, St}. exometer_setopts(_Metric, _Options, _Status, St) -> {ok, St}. exometer_terminate(_, _) -> ignore. %% Format a graphite key from API key, prefix, prob and datapoint key([], [], Prob, DataPoint) -> name(Prob, DataPoint); key([], Prefix, Prob, DataPoint) -> [Prefix, $., name(Prob, DataPoint)]; key(APIKey, [], Prob, DataPoint) -> [APIKey, $., name(Prob, DataPoint)]; key(APIKey, Prefix, Prob, DataPoint) -> [APIKey, $., Prefix, $., name(Prob, DataPoint)]. %% Add probe and datapoint within probe name(Probe, DataPoint) -> [[[metric_elem_to_list(I), $.] || I <- Probe], datapoint(DataPoint)]. metric_elem_to_list(V) when is_atom(V) -> atom_to_list(V); metric_elem_to_list(V) when is_binary(V) -> binary_to_list(V); metric_elem_to_list(V) when is_integer(V) -> integer_to_list(V); metric_elem_to_list(V) when is_list(V) -> V. datapoint(V) when is_integer(V) -> integer_to_list(V); datapoint(V) when is_atom(V) -> atom_to_list(V). %% Add value, int or float, converted to list value(V) when is_integer(V) -> integer_to_list(V); value(V) when is_float(V) -> float_to_list(V); value(_) -> 0. timestamp() -> integer_to_list(unix_time()). reconnect(St) -> case gen_tcp:connect(St#st.host, St#st.port, [{mode, list}], St#st.connect_timeout) of {ok, Sock} -> {ok, St#st{socket = Sock}}; {error, _} = Error -> Error end. unix_time() -> datetime_to_unix_time(erlang:universaltime()). datetime_to_unix_time({{_,_,_},{_,_,_}} = DateTime) -> calendar:datetime_to_gregorian_seconds(DateTime) - ?UNIX_EPOCH. get_opt(K, Opts) -> case lists:keyfind(K, 1, Opts) of {_, V} -> V; false -> error({required, K}) end. get_opt(K, Opts, Default) -> exometer_util:get_opt(K, Opts, Default). ================================================ FILE: src/exometer_report_opentsdb.erl ================================================ %% ------------------------------------------------------------------- %% %% Copyright (c) 2014 Basho Technologies, Inc. All Rights Reserved. %% %% This Source Code Form is subject to the terms of the Mozilla Public %% License, v. 2.0. If a copy of the MPL was not distributed with this %% file, You can obtain one at http://mozilla.org/MPL/2.0/. %% %% ------------------------------------------------------------------- %% @doc Custom reporting probe for OpenTSDB %% %% OpenTSDB integration. %% All data subscribed to by the plugin (through exosense_report:subscribe()) %% will be reported to OpenTSDB. %% %% Options: %% %% `{connect_timeout, non_neg_integer()}` - Timeout, in milliseconds, for the %% +connect operation. Default: `5000` (ms). %% %% `{connect_timeout, non_neg_integer()}` - Timeout, in milliseconds, for the %% connect operation. Default: '5000' (ms). %% %% `{reconnect_interval, non_neg_integer()}' - Time, in seconds, before %% attempting to reconnect. Default: '30' (sec) %% %% `{host, ip()}` - OpenTSDB host and port. Default: {"127.0.0.1", 4242} %% %% `{hostname, string()}` - This plugin uses a tag called 'host' to denote %% the hostname to which this metric belongs. Default: net_adm:localhost() %% %% `{join_metric_and_datapoint, bool()}` - If true, the datapoint name is %% concatenated to the metric name. This increases scan performance in HBase %% for metrics with a lot of entries. %% @end -module(exometer_report_opentsdb). -behaviour(exometer_report). -author("Mark Steele "). %% gen_server callbacks -export( [ exometer_init/1, exometer_info/2, exometer_cast/2, exometer_call/3, exometer_report/5, exometer_subscribe/5, exometer_unsubscribe/4, exometer_newentry/2, exometer_setopts/4, exometer_terminate/2 ]). -include_lib("exometer_core/include/exometer.hrl"). -define(DEFAULT_HOST, "localhost"). -define(DEFAULT_PORT, 4242). -define(DEFAULT_CONNECT_TIMEOUT, 5000). -define(RECONNECT_INTERVAL, 30). %% seconds -record(st, { host = ?DEFAULT_HOST, port = ?DEFAULT_PORT, reconnect_interval = ?RECONNECT_INTERVAL, connect_timeout = ?DEFAULT_CONNECT_TIMEOUT, hostname = undefined, socket = undefined, join_metric_and_datapoint = false}). %% calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}}). -define(UNIX_EPOCH, 62167219200). -include("log.hrl"). %% Probe callbacks exometer_init(Opts) -> ?info("Exometer OpenTSDB Reporter; Opts: ~p~n", [Opts]), {Host, Port} = get_opt(host, Opts, {?DEFAULT_HOST, ?DEFAULT_PORT}), ReconnectInterval = get_opt(reconnect_interval, Opts, ?RECONNECT_INTERVAL) * 1000, ConnectTimeout = get_opt(connect_timeout, Opts, ?DEFAULT_CONNECT_TIMEOUT), JoinMetricAndDatapoint = get_opt(join_metric_and_datapoint, Opts, false), State = #st{ reconnect_interval = ReconnectInterval, host = Host, port = Port, connect_timeout = ConnectTimeout, hostname = check_hostname(get_opt(hostname, Opts, "auto")), join_metric_and_datapoint = JoinMetricAndDatapoint }, case connect_opentsdb(Host, Port, ConnectTimeout) of {ok, Sock} -> {ok, State#st{socket = Sock}}; {error, _} = Error -> ?warning("Exometer opentsdb connection failed; ~p. Retry in ~p~n", [Error, ReconnectInterval]), prepare_reconnect(), {ok, State} end. %% Exometer report when no opentsdb socket connection exists. exometer_report(_Metric, _DataPoint, _Extra, _Value, St) when St#st.socket =:= undefined -> ?warning("Report metric: No connection. Value lost~n"), {ok, St}; %% Format a opentsdb output. Each entry is one measurement plus key/value attributes. %% put