Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalmatinerdb/folsom_ddb
Folsom consumer plugin for dalmatinerdb
https://github.com/dalmatinerdb/folsom_ddb
Last synced: 7 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T18:11:20.000Z (about 7 years ago)
- Last Synced: 2024-10-03T11:18:29.970Z (about 1 month ago)
- Language: Erlang
- Size: 184 KB
- Stars: 6
- Watchers: 7
- 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)
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.