https://github.com/dalmatinerdb/folsom_ddb
Folsom consumer plugin for dalmatinerdb
https://github.com/dalmatinerdb/folsom_ddb
Last synced: 27 days ago
JSON representation
Folsom consumer plugin for dalmatinerdb
- Host: GitHub
- URL: https://github.com/dalmatinerdb/folsom_ddb
- Owner: dalmatinerdb
- License: mit
- Created: 2014-08-19T15:14:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T18:11:20.000Z (over 8 years ago)
- Last Synced: 2025-09-23T14:50:14.297Z (6 months ago)
- Language: Erlang
- Size: 184 KB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.rst
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Erlang - DalmatinerDB backend to store folsom metrics. (Instrumenting / Monitoring)
- fucking-awesome-elixir - folsom_ddb - DalmatinerDB backend to store folsom metrics. (Instrumenting / Monitoring)
- awesome-elixir - folsom_ddb - DalmatinerDB backend to store folsom metrics. (Instrumenting / Monitoring)
- fucking-awesome-elixir - folsom_ddb - DalmatinerDB backend to store folsom metrics. (Instrumenting / Monitoring)
README
******
Readme
******
A storage plugin for folsom that stores data into `DalmatinerDB `_, metric collection can be triggered on a given interval.
Configuration
=============
A `cuttlefish `_ schema file is provided in the ``priv`` directory otherwise the following app.config parameters are valid:
enabled
``true`` or ``false``, enables or disables the entire collection, can be used to include it in systems that do not run DalmatinerDB causing 0 overhead.
ip
``{Host, Port}`` the Host and Port of the DalmatinerDB instance to send to.
bucket
A string (not binary) of the bucket to use to store data.
prefix
A string (not binary), the prefix to ad to each metric, the nodename is NOT automatically included.
buffer_size
The **approximitely** send buffer size, please keep in mind that it is
not a hard limit so select it a decent bit over the receive buffer of
DalmatinerDB.
Especially with histograms the buffer size can be overstepped sicne it is
checked only after each metric.
interval
Time between collection runs in milliseconds, ``1000`` (1 second) is a good number.
vm_metrics
``true`` or ``false``, enable colection of VM metrics.