mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 10:28:41 -05:00
(RE-7014) Add support for statsd
They way we were using graphite was incorrect for the type of data we were sending it. statsd is the appropriate mechanism for our needs. statsd and graphite are mutually exclusive and configuring statsd will take precendence over Graphite. Example of configuration in vmpooler.yaml.example
This commit is contained in:
parent
b59a1f8886
commit
500c6cc03c
8 changed files with 144 additions and 7 deletions
|
|
@ -1,3 +1,7 @@
|
|||
require 'simplecov'
|
||||
SimpleCov.start do
|
||||
add_filter '/spec/'
|
||||
end
|
||||
require 'helpers'
|
||||
require 'rbvmomi'
|
||||
require 'rspec'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue