How does ceilometer recognize a new meter?
Hi all,
I am using ceilometer with kwapi to get the energy measurements from our servers and currently we have created a script to insert this samples from the api, I would like to know how I make ceilometer collect this data from the api without create any script and how ceilometer collect the samples.
Thanks.
So you want put new custom metrics to ceilometer and watch for them via dasboard? Is it correct?
yes i have the same issue, i used api to create custom metrics but unable to see them in the mongodb, any other steps needed to make this happen?thanks!
@9lives in my case it is in mongo but not visible via dasboard. Maybe you have some info about this?
Ihave the same question. I am testing autoscaling with heat and ceilometer .For the ceilometer alarm I would like to use the outputs of a script shel (it will return a number and the scale up/scale down will depends on this number ).So how can I manage the communication betwen my script and ceilomet
So it seems that I can create sample for custom metric but after taht how can i manage the communication betwen the outputs of my script and ceilometer.In other words when and where i call the cript file ?