*** irclogbot_3 has joined #openstack-monasca | 03:02 | |
*** pcaruana has joined #openstack-monasca | 06:41 | |
*** witek has joined #openstack-monasca | 06:59 | |
*** Dobroslaw_afk has quit IRC | 07:06 | |
openstackgerrit | jianweizhang proposed openstack/monasca-api master: Docker support cassandra keyspace option https://review.openstack.org/651989 | 07:12 |
---|---|---|
openstackgerrit | jianweizhang proposed openstack/monasca-api master: Support cassandra connection timeout option https://review.openstack.org/651993 | 07:36 |
*** dougsz has joined #openstack-monasca | 08:01 | |
openstackgerrit | Arseni Lipinski proposed openstack/monasca-persister master: merge files https://review.openstack.org/652022 | 09:49 |
openstackgerrit | Arseni Lipinski proposed openstack/monasca-persister master: minor refactoring for utils.py https://review.openstack.org/652023 | 09:49 |
openstackgerrit | Arseni Lipinski proposed openstack/monasca-persister master: Minor refactoring for utils.py https://review.openstack.org/652026 | 10:06 |
dougsz | If anyone has a spare minute or two, it would be greatly appreciated if they could review this one: https://review.openstack.org/#/c/650920/ | 10:15 |
witek | dougsz: looking at it, we actually didn't want to introduce jira as a requirement and control it via extras section | 10:17 |
witek | http://git.openstack.org/cgit/openstack/monasca-notification/tree/setup.cfg#n42 | 10:18 |
witek | `pip install monasca-notification[jira_plugin]` | 10:18 |
dougsz | I think the issue is that since the patch to generate config options for plugins was merged, jira is now a hard requirement even if you don't use it | 10:18 |
witek | yes, I recall | 10:19 |
dougsz | (we don't use it, but the module is now loaded regardless) | 10:19 |
dougsz | I suppose the alternative is to prevent loading of the jira module unless the module is enabled | 10:20 |
witek | yes, we could change that code, for now I think we can include it in requirements | 10:23 |
witek | do we still need the [extras] section now | 10:26 |
witek | it inclueds Jinja2 additionally | 10:27 |
witek | could we merge these two please: | 10:27 |
witek | * https://review.openstack.org/651265 | 10:27 |
witek | * https://review.openstack.org/652028 | 10:28 |
openstackgerrit | Doug Szumski proposed openstack/monasca-notification master: Add Python Jira module to requirements https://review.openstack.org/650920 | 10:28 |
*** pcaruana has quit IRC | 10:31 | |
witek | dougsz: sorry, we still need Jinja2 there | 10:31 |
dougsz | oops, sorry! | 10:32 |
openstackgerrit | Doug Szumski proposed openstack/monasca-notification master: Add Python Jira module to requirements https://review.openstack.org/650920 | 10:33 |
openstackgerrit | Arseni Lipinski proposed openstack/monasca-persister master: Add utils.py tests https://review.openstack.org/652035 | 10:34 |
dougsz | witek: reviewed those 2, thanks for taking a look | 10:34 |
openstackgerrit | Arseni Lipinski proposed openstack/monasca-persister master: Add utils.py tests https://review.openstack.org/652035 | 10:50 |
openstackgerrit | Arseni Lipinski proposed openstack/monasca-persister master: Add utils.py tests https://review.openstack.org/652035 | 11:00 |
*** pcaruana has joined #openstack-monasca | 11:36 | |
mkarpiarz | Hi all! I'm using the latest Monasca components (this includes monasca-api 3.0.0 and monasca-agent 2.10.0) | 11:39 |
mkarpiarz | I've configured the libvirt agent plugin to gather info on OpenStack instances I run on my hypervisor | 11:39 |
mkarpiarz | I can see libvirt-related metrics (like vm.cpu.time_ns, vm.mem.free_gb, etc.) in Influx | 11:40 |
mkarpiarz | but `monasca metric-list` returns an empty list. | 11:41 |
mkarpiarz | I have a correct Influx host and port set up in /etc/monasca/api.conf, so the API should be able to connect. | 11:44 |
mkarpiarz | So what am I missing? | 11:44 |
mkarpiarz | (I'm using admin credentials and a test VM is running in the same tenancy as my user) | 11:45 |
mkarpiarz | monasca-api is the component responsible for fetching stuff from Influx, right? | 11:46 |
witek | mkarpiarz: please check the project you're in | 11:51 |
witek | vm.cpu.time_ns is operator metrics, so they will be in the project configured in agent.yaml | 11:52 |
mkarpiarz | I see, will check this. | 11:54 |
openstackgerrit | Arseni Lipinski proposed openstack/monasca-persister master: Add tests for repositories/persister.py https://review.openstack.org/652053 | 12:08 |
mkarpiarz | Thanks, witek! I've added the role specified in delegate_authorized_roles to Agent's user on it's project and now I can see metrics as my user. | 12:40 |
witek | mkarpiarz: delegate_authorized_roles is for tenant metrics | 12:41 |
witek | meaning e.g. cpu.time_ns | 12:42 |
*** bandorf has quit IRC | 12:45 | |
mkarpiarz | In my setup delegate_authorized_roles is the same as default_authorized_roles. | 12:51 |
mkarpiarz | I can see metrics like this one: "name: cpu.time_ns, component: vm", so I take it this is vm.cpu.time_ns in Influx, is this correct? | 12:53 |
witek | cpu.time_ns is tenant metric, stored in the project of the user who created the instance | 12:54 |
witek | vm.cpu.time_ns is operator/admin metric, stored in the project configured in agent.yaml | 12:55 |
witek | they have the same values | 12:55 |
mkarpiarz | So why do they have different names if both have the same values? | 13:00 |
*** altlogbot_3 has joined #openstack-monasca | 13:04 | |
openstackgerrit | Arseni Lipinski proposed openstack/monasca-persister master: Change process_message() to static https://review.openstack.org/652067 | 13:10 |
openstackgerrit | Mariusz Karpiarz proposed openstack/monasca-agent master: [docs] Add cross-tenant role using the openstack CLI https://review.openstack.org/652069 | 13:12 |
openstackgerrit | Arseni Lipinski proposed openstack/monasca-persister master: Add tests for influxdb/metrics_repository.py https://review.openstack.org/652070 | 13:15 |
*** altlogbot_3 has quit IRC | 13:32 | |
*** altlogbot_3 has joined #openstack-monasca | 13:33 | |
openstackgerrit | Arseni Lipinski proposed openstack/monasca-persister master: Add tests for influxdb/metrics_repository.py https://review.openstack.org/652070 | 13:35 |
*** altlogbot_3 has quit IRC | 13:38 | |
*** altlogbot_2 has joined #openstack-monasca | 13:39 | |
*** altlogbot_2 has quit IRC | 14:00 | |
*** altlogbot_1 has joined #openstack-monasca | 14:26 | |
*** altlogbot_1 has quit IRC | 14:29 | |
*** altlogbot_0 has joined #openstack-monasca | 14:30 | |
*** altlogbot_0 has quit IRC | 14:33 | |
*** altlogbot_2 has joined #openstack-monasca | 14:48 | |
*** altlogbot_2 has quit IRC | 14:51 | |
*** altlogbot_1 has joined #openstack-monasca | 14:53 | |
openstackgerrit | Mariusz Karpiarz proposed openstack/monasca-agent master: [docs] Add cross-tenant role using the openstack CLI https://review.openstack.org/652069 | 14:54 |
*** altlogbot_1 has quit IRC | 14:55 | |
*** altlogbot_0 has joined #openstack-monasca | 14:59 | |
*** witek has quit IRC | 15:12 | |
openstackgerrit | Merged openstack/monasca-agent master: [docs] Add cross-tenant role using the openstack CLI https://review.openstack.org/652069 | 15:32 |
openstackgerrit | Merged openstack/monasca-persister master: Widen exception catch for point parse failure https://review.openstack.org/651731 | 15:40 |
openstackgerrit | Merged openstack/monasca-ceilometer master: Clean up removed Ceilometer meters https://review.openstack.org/647739 | 16:34 |
*** bobh has joined #openstack-monasca | 17:10 | |
*** joadavis has quit IRC | 17:21 | |
*** adriancz has quit IRC | 17:28 | |
*** dougsz has quit IRC | 17:42 | |
*** dougsz has joined #openstack-monasca | 17:44 | |
*** dougsz has quit IRC | 17:50 | |
openstackgerrit | Merged openstack/monasca-api master: Improve devstack vagrantfile https://review.openstack.org/651737 | 18:00 |
*** irclogbot_3 has quit IRC | 18:08 | |
*** irclogbot_0 has joined #openstack-monasca | 18:11 | |
*** bobh has quit IRC | 19:02 | |
*** pcaruana has quit IRC | 20:26 | |
*** joadavis has joined #openstack-monasca | 22:32 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!