sdinteractive / SomethingDigital_InfluxDb

Base module for sending data for InfluxDB.
3 stars 2 forks source link

Add the ability to set a global measurement prefix #27

Open mpchadwick opened 8 years ago

mpchadwick commented 8 years ago

I'm still working through the best schema, but it may be useful to have the ability to add a prefix to all measurements that get sent to InfluxDb. For example, we send measurements with names like "cron" and "changelog". In InfluxDb measurements may come from other source, though, such as telegraf. To reduce the risk of collision it may be useful to have the ability to prefix all measurements (e.g. magento_cron, magento_chagenlog, etc...)