*** ricolin has joined #openstack-telemetry | 04:18 | |
*** bengates has joined #openstack-telemetry | 07:12 | |
*** coreycb has quit IRC | 08:12 | |
*** coreycb has joined #openstack-telemetry | 08:17 | |
*** e0ne has joined #openstack-telemetry | 08:59 | |
*** e0ne has quit IRC | 09:07 | |
*** e0ne has joined #openstack-telemetry | 09:20 | |
*** DinaBelova has quit IRC | 10:08 | |
*** DinaBelova has joined #openstack-telemetry | 10:10 | |
*** ricolin has quit IRC | 10:14 | |
*** ricolin has joined #openstack-telemetry | 10:16 | |
*** ganso has quit IRC | 10:17 | |
*** dasp has quit IRC | 10:18 | |
*** CeeMac has quit IRC | 10:18 | |
*** hoonetorg has quit IRC | 10:18 | |
*** purplerbot has quit IRC | 10:18 | |
*** andreaf has quit IRC | 10:18 | |
*** Anticimex has quit IRC | 10:18 | |
*** fresta_ has quit IRC | 10:18 | |
*** tobias-urdin has quit IRC | 10:18 | |
*** de_Varf has quit IRC | 10:18 | |
*** hoonetorg has joined #openstack-telemetry | 10:20 | |
*** CeeMac has joined #openstack-telemetry | 10:20 | |
*** dasp has joined #openstack-telemetry | 10:20 | |
*** andreaf has joined #openstack-telemetry | 10:20 | |
*** purplerbot has joined #openstack-telemetry | 10:20 | |
*** Anticimex has joined #openstack-telemetry | 10:20 | |
*** fresta_ has joined #openstack-telemetry | 10:20 | |
*** tobias-urdin has joined #openstack-telemetry | 10:20 | |
*** de_Varf has joined #openstack-telemetry | 10:20 | |
*** e0ne has quit IRC | 10:21 | |
*** coreycb has quit IRC | 10:21 | |
*** bengates has quit IRC | 10:21 | |
*** ganso has joined #openstack-telemetry | 10:24 | |
*** coreycb has joined #openstack-telemetry | 10:24 | |
*** bengates has joined #openstack-telemetry | 10:24 | |
*** e0ne has joined #openstack-telemetry | 10:45 | |
*** hoonetorg has quit IRC | 10:58 | |
*** mbindlish_ has joined #openstack-telemetry | 11:09 | |
mbindlish_ | Hi, I have a query. | 11:17 |
---|---|---|
mbindlish_ | I am using Ceilosca but facing some issue in multitenancy. | 11:17 |
mbindlish_ | I am getting metrics/data for only that tenant which I am configuring in ceilometer.conf under [monasca] section | 11:17 |
mbindlish_ | e.g.: | 11:17 |
mbindlish_ | [monasca] | 11:17 |
mbindlish_ | service_username = ceilometer | 11:17 |
mbindlish_ | service_password = ******* | 11:17 |
mbindlish_ | service_project_name = services | 11:17 |
mbindlish_ | If I replace the username, project and password then it will give data for that particular tenant. | 11:17 |
mbindlish_ | I am expecting to have data/metrics for each tenant which can be view/use on tenant basis by user. | 11:17 |
mbindlish_ | Any help? | 11:17 |
mrunge | ceilosca? | 12:18 |
mrunge | what is that? | 12:19 |
mrunge | aha, https://wiki.openstack.org/wiki/Ceilosca | 12:23 |
mrunge | deprecated | 12:23 |
mrunge | you may want to use the monasca publisher then | 12:23 |
mrunge | mbindlish_ ^^^ | 12:25 |
*** e0ne has quit IRC | 12:49 | |
*** ricolin has quit IRC | 13:28 | |
*** bengates has quit IRC | 13:28 | |
*** bengates has joined #openstack-telemetry | 13:30 | |
*** ricolin has joined #openstack-telemetry | 13:30 | |
*** bengates has quit IRC | 13:31 | |
*** bengates_ has joined #openstack-telemetry | 13:31 | |
mbindlish_ | @mrunge yes, I have used monasca-publisher on ceilometer | 14:17 |
mbindlish_ | Doubt: where should I troubleshoot ceilometer side or monasca side | 14:18 |
mbindlish_ | Doubt: where should I troubleshoot ceilometer side or monasca side? | 14:18 |
mrunge | there is no monasca section in ceilometer conf? | 14:18 |
mbindlish_ | There is monasca section: https://github.com/openstack/monasca-ceilometer/blob/stable/stein/etc/ceilometer/ceilometer.conf | 14:19 |
mrunge | that is monasca, no? not ceilometer | 14:20 |
mrunge | https://github.com/openstack/ceilometer/blob/master/ceilometer/publisher/monasca.py#L43 | 14:21 |
mrunge | you would want to add a publisher in pipeline.yaml | 14:21 |
mbindlish_ | Its already added and I am getting the data from ceilometer to monasca | 14:22 |
mbindlish_ | but | 14:22 |
mbindlish_ | problem is when I am using service tenant then I am getting metrics only for service, not for others: https://github.com/openstack/monasca-ceilometer/blob/stable/stein/etc/ceilometer/ceilometer.conf#L43 | 14:24 |
*** leifmadsen has left #openstack-telemetry | 14:24 | |
mbindlish_ | I export openrc file with user: admin and tenant: admin. In this case I am not getting any metrics | 14:25 |
mrunge | ceilosca is a fork of ceilometer | 14:26 |
mrunge | with all given respect, I refuse to debug that | 14:26 |
mrunge | if you want to use ceilosca in production, I would be worried by the first sentence: https://github.com/openstack/monasca-ceilometer/tree/master#monasca-ceilometer | 14:27 |
mrunge | again. the recommendation is to use ceilometer (not the fork) and the monasca integration | 14:27 |
mbindlish_ | Actually I have used the ceilometer from redhat and on top of that added monasca publisher..which is integrating both ceilometer and monasca | 14:28 |
mbindlish_ | but don't know why I am not getting multitenancy | 14:29 |
mbindlish_ | Once I have tried it as PoC, it was working | 14:29 |
mbindlish_ | Now I have to use for production | 14:29 |
mrunge | my suggestion would be to remove the config you posted above. (all from [monasca]) | 14:31 |
mbindlish_ | ok, let me try with that | 14:32 |
*** bengates_ has quit IRC | 14:33 | |
mrunge | from looking in the code, the monasca publisher is included in ussuri and later, but not in train | 14:34 |
*** bengates has joined #openstack-telemetry | 14:34 | |
mrunge | is monasca a hard requirement? | 14:35 |
mbindlish_ | yes, plan is to use monasca with ceilometer | 14:37 |
mrunge | okay. good luck! | 14:37 |
mbindlish_ | thanks :) | 14:38 |
*** bengates has quit IRC | 14:39 | |
*** hoonetorg has joined #openstack-telemetry | 17:25 | |
*** mbindlish_ has quit IRC | 19:24 | |
*** servagem has quit IRC | 20:57 | |
*** servagem has joined #openstack-telemetry | 20:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!