etsy / oculus

The metric correlation component of Etsy's Kale system
http://codeascraft.com/2013/06/11/introducing-kale/
Other
707 stars 72 forks source link

configuration for oculus #9

Closed patrickshan closed 10 years ago

patrickshan commented 11 years ago

Hi there,

In oculus' configuration file, there is a part for 'Skyline': skyline: host: "" port: 6379 listener_port: 2024 metric_prefix: "metrics"

I am not sure if I understand them right: 'port' : this one is for redis server running for skyline 'listener_port': this is port for skyline horizon which receives data from carbon-relay 'metrick_prefix' : this one should use the same one as "FULL_NAMESPACE = " in skyline's settings.py configuration file

Are they all right ?

And there is a 'index' part in the elasticsearch part of the conf file with default value 'mini', shall I just keep it? Or change it to other value?

jonlives commented 11 years ago

@patrickshan You're correct on port and listener_port, please see #10 for my comments on metric_prefix and index :)

jonlives commented 10 years ago

@patrickshan do you still need a hand getting set up here or can I close this off?