| *** PsionTheory has quit IRC | 00:20 | |
| *** edmondsw has joined #openstack-telemetry | 00:27 | |
| *** edmondsw has quit IRC | 00:32 | |
| *** harlowja has quit IRC | 00:46 | |
| *** chenyb4 has joined #openstack-telemetry | 00:55 | |
| *** dave-mccowan has quit IRC | 01:01 | |
| *** dave-mccowan has joined #openstack-telemetry | 01:26 | |
| *** Tom-Tom has joined #openstack-telemetry | 01:36 | |
| *** dave-mccowan has quit IRC | 01:47 | |
| *** edmondsw has joined #openstack-telemetry | 02:15 | |
| *** edmondsw has quit IRC | 02:20 | |
| *** Tom-Tom has quit IRC | 02:44 | |
| *** Tom-Tom has joined #openstack-telemetry | 02:45 | |
| *** Tom-Tom has quit IRC | 02:45 | |
| *** Tom-Tom has joined #openstack-telemetry | 02:45 | |
| *** psachin has joined #openstack-telemetry | 02:50 | |
| *** threestrands has joined #openstack-telemetry | 02:59 | |
| *** zhurong has joined #openstack-telemetry | 03:00 | |
| *** jmlowe has quit IRC | 03:02 | |
| *** germs has quit IRC | 03:21 | |
| *** germs has joined #openstack-telemetry | 03:21 | |
| *** Tom-Tom has quit IRC | 03:22 | |
| *** Tom-Tom has joined #openstack-telemetry | 03:41 | |
| *** Tommy-Tom has joined #openstack-telemetry | 03:43 | |
| *** Tommy-Tom has quit IRC | 03:44 | |
| *** Tom-Tom has quit IRC | 03:46 | |
| *** Tommy-Tom has joined #openstack-telemetry | 04:00 | |
| *** Tommy-Tom has quit IRC | 04:02 | |
| *** Tommy-Tom has joined #openstack-telemetry | 04:02 | |
| *** Tommy-Tom has quit IRC | 04:07 | |
| *** Tom-Tom has joined #openstack-telemetry | 04:12 | |
| *** rwsu has joined #openstack-telemetry | 04:20 | |
| *** zhurong has quit IRC | 04:24 | |
| *** rwsu has quit IRC | 04:32 | |
| *** rwsu has joined #openstack-telemetry | 04:33 | |
| openstackgerrit | Joseph Davis proposed openstack/ceilometer master: WIP publisher: Contribute the Monasca publisher https://review.openstack.org/562400 | 05:13 |
|---|---|---|
| *** links has joined #openstack-telemetry | 05:26 | |
| *** liujiong has joined #openstack-telemetry | 05:27 | |
| liujiong | Hello team! Share anybody show me how to configure hardware metrics with openstack ceilometer and gnocchi? Thanks! | 05:39 |
| *** Tom-Tom has quit IRC | 05:43 | |
| *** Tom-Tom has joined #openstack-telemetry | 05:56 | |
| *** Tom-Tom_ has joined #openstack-telemetry | 05:59 | |
| *** Tom-Tom has quit IRC | 06:01 | |
| *** shardy has joined #openstack-telemetry | 06:29 | |
| *** Liuqing has joined #openstack-telemetry | 06:35 | |
| *** Liuqing has left #openstack-telemetry | 06:39 | |
| *** pcaruana has joined #openstack-telemetry | 06:43 | |
| *** threestrands has quit IRC | 07:00 | |
| *** rcernin has quit IRC | 07:02 | |
| *** vikram has joined #openstack-telemetry | 07:07 | |
| *** shardy is now known as shardy_afk | 07:09 | |
| vikram | hi, i'm trying openstack swift setup(pike version). i'm not getting any values for meter storage.api.requests. can anyone help me out? | 07:11 |
| *** tesseract has joined #openstack-telemetry | 07:12 | |
| jd_ | vikram: did you enable ceilometermiddleware? | 07:12 |
| jd_ | liujiong: google for snmp and ceilometer | 07:12 |
| vikram | yes.. i did | 07:12 |
| liujiong | jd_: already did that, do you know if there's any link to the configuration guide? | 07:14 |
| jd_ | vikram: do you see sample being sent to rabbitmq? | 07:15 |
| jd_ | liujiong: nop :/ | 07:15 |
| vikram | could you please let me know how to check that? i get all other metrics like incoming bytes and outgoing bytes | 07:16 |
| vikram | jd_: is there any configuration i need to set to enable storage.api.requests? | 07:18 |
| jd_ | vikram: I'm digging, and this metric does not exist anymore | 07:24 |
| jd_ | it has been removed in 2015 | 07:24 |
| vikram | jd_: where can i find that info? what is the alternative should i be using for api metrics? | 07:27 |
| jd_ | dunnow, i'm digging | 07:27 |
| vikram | jd_: ok.. let me know if you find it. Also let me know what alternative approach i should be using for api metrics. It would be a great help.. Thanks | 07:29 |
| openstackgerrit | Julien Danjou proposed openstack/ceilometer master: Unlist non existent storage.api.request https://review.openstack.org/562962 | 07:32 |
| jd_ | vikram: https://review.openstack.org/562962 | 07:32 |
| *** alexchadin has joined #openstack-telemetry | 07:33 | |
| jd_ | vikram: I don't think there's an alternative approach other if you want to count the number of request; there's an event sent on RabbitMQ on each request, you can subscribe and consume it | 07:33 |
| *** AlexeyAbashkin has joined #openstack-telemetry | 07:37 | |
| vikram | jd_: since i started on openstack recently, can you please give a link how to subscribe to the event? Do i need to configure event_definitions.yaml or event_pipeline.yml? | 07:39 |
| jd_ | vikram: you need to write code | 07:39 |
| vikram | jd_: ok.. thanks.. | 07:41 |
| vikram | jd_: one more question.. how do i get no. of get requests and no. of put requests to swift storage in metrics? | 07:42 |
| *** amoralej|off is now known as amoralej | 07:43 | |
| jd_ | vikram: you don't, that's what I'm trying to tell you :/ | 07:47 |
| jd_ | or you write some code | 07:48 |
| jd_ | or send patches to ceilometer | 07:48 |
| jd_ | it seems that has been removed a while back | 07:48 |
| vikram | jd_: thanks a lot for the info | 08:10 |
| *** libaoan has joined #openstack-telemetry | 08:23 | |
| *** libaoan has quit IRC | 08:26 | |
| *** gkadam has joined #openstack-telemetry | 08:30 | |
| openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/ceilometer master: Deprecating transformers and pipeline partitioning https://review.openstack.org/560854 | 08:45 |
| *** viks has joined #openstack-telemetry | 08:56 | |
| *** libaoan has joined #openstack-telemetry | 09:00 | |
| *** libaoan has quit IRC | 09:01 | |
| *** Tommy-Tom has joined #openstack-telemetry | 09:03 | |
| *** Tommy-Tom has quit IRC | 09:07 | |
| *** Tommy-Tom has joined #openstack-telemetry | 09:19 | |
| *** viks has quit IRC | 09:19 | |
| *** viks has joined #openstack-telemetry | 09:20 | |
| *** viks has quit IRC | 09:24 | |
| *** Tommy-Tom has quit IRC | 09:34 | |
| *** Tommy-Tom has joined #openstack-telemetry | 09:34 | |
| *** viks has joined #openstack-telemetry | 09:37 | |
| *** viks has left #openstack-telemetry | 09:37 | |
| *** Tommy-Tom has quit IRC | 09:38 | |
| *** Tommy-To_ has joined #openstack-telemetry | 09:38 | |
| *** alexchadin has quit IRC | 09:40 | |
| *** yassine has joined #openstack-telemetry | 09:41 | |
| *** yassine has quit IRC | 09:41 | |
| *** yassine has joined #openstack-telemetry | 09:41 | |
| *** viks has joined #openstack-telemetry | 09:41 | |
| *** yassine is now known as Guest7329 | 09:42 | |
| *** Tommy-To_ has quit IRC | 09:44 | |
| *** Tommy-Tom has joined #openstack-telemetry | 09:45 | |
| *** Tommy-Tom has quit IRC | 09:45 | |
| *** Tommy-Tom has joined #openstack-telemetry | 09:45 | |
| openstackgerrit | Tovin Seven proposed openstack/aodh master: Trivial: Update pypi url to new url https://review.openstack.org/563011 | 09:48 |
| *** Tommy-Tom has quit IRC | 09:52 | |
| *** Tommy-Tom has joined #openstack-telemetry | 09:52 | |
| *** Tommy-Tom has quit IRC | 09:57 | |
| *** Tommy-Tom has joined #openstack-telemetry | 09:58 | |
| *** Tommy-Tom has quit IRC | 10:00 | |
| *** Tommy-Tom has joined #openstack-telemetry | 10:00 | |
| *** Tommy-Tom has quit IRC | 10:10 | |
| *** Tommy-Tom has joined #openstack-telemetry | 10:11 | |
| openstackgerrit | Tovin Seven proposed openstack/panko master: Trivial: Update pypi url to new url https://review.openstack.org/563046 | 10:15 |
| *** Tommy-Tom has quit IRC | 10:15 | |
| *** alexchadin has joined #openstack-telemetry | 10:17 | |
| *** Tommy-Tom has joined #openstack-telemetry | 10:19 | |
| *** Tommy-Tom has quit IRC | 10:19 | |
| *** Tommy-Tom has joined #openstack-telemetry | 10:20 | |
| *** alexchadin has quit IRC | 10:22 | |
| openstackgerrit | Tovin Seven proposed openstack/python-pankoclient master: Trivial: Update pypi url to new url https://review.openstack.org/563061 | 10:23 |
| *** Tommy-Tom has quit IRC | 10:24 | |
| *** chenyb4 has quit IRC | 10:29 | |
| *** chenyb4 has joined #openstack-telemetry | 10:29 | |
| *** pcaruana has quit IRC | 10:31 | |
| *** liujiong has quit IRC | 10:36 | |
| *** liujiong has joined #openstack-telemetry | 10:36 | |
| *** Tom-Tom_ has quit IRC | 10:42 | |
| *** Tom-Tom has joined #openstack-telemetry | 10:42 | |
| *** Tom-Tom has quit IRC | 10:47 | |
| *** chenyb4 has quit IRC | 10:48 | |
| *** chenyb4 has joined #openstack-telemetry | 10:48 | |
| *** liujiong has quit IRC | 11:12 | |
| openstackgerrit | Merged openstack/ceilometer master: Deprecating transformers and pipeline partitioning https://review.openstack.org/560854 | 11:44 |
| *** pcaruana has joined #openstack-telemetry | 11:46 | |
| *** chenyb4 has quit IRC | 11:49 | |
| *** vikram has quit IRC | 11:58 | |
| *** jmlowe has joined #openstack-telemetry | 11:59 | |
| *** jmlowe has quit IRC | 12:04 | |
| *** jmlowe has joined #openstack-telemetry | 12:23 | |
| *** edmondsw has joined #openstack-telemetry | 13:05 | |
| *** dave-mccowan has joined #openstack-telemetry | 13:07 | |
| *** edmondsw has quit IRC | 13:10 | |
| *** amoralej is now known as amoralej|lunch | 13:10 | |
| *** jmlowe_ has joined #openstack-telemetry | 13:16 | |
| *** jmlowe has quit IRC | 13:19 | |
| *** masber has quit IRC | 13:27 | |
| *** masuberu has joined #openstack-telemetry | 13:32 | |
| *** psachin has quit IRC | 13:33 | |
| *** dims has quit IRC | 13:58 | |
| *** links has quit IRC | 14:03 | |
| *** dims has joined #openstack-telemetry | 14:04 | |
| *** chenyb4 has joined #openstack-telemetry | 14:10 | |
| *** Tom-Tom has joined #openstack-telemetry | 14:11 | |
| *** Tom-Tom has quit IRC | 14:16 | |
| *** amoralej|lunch is now known as amoralej | 14:27 | |
| *** chenyb4 has quit IRC | 14:27 | |
| *** gordc has joined #openstack-telemetry | 14:31 | |
| *** edmondsw has joined #openstack-telemetry | 14:54 | |
| *** edmondsw has quit IRC | 14:58 | |
| *** jroll has joined #openstack-telemetry | 15:13 | |
| jroll | is there a reason `tox -e cover` includes tempest tests? feels like that should just be unit tests | 15:13 |
| jroll | context: we're bringing ceilometer into our ocata deployment. we have a CI job that checks upstream coverage against coverage on our patched version. since the upstream job fails without a patch to tox.ini, we're out of luck | 15:17 |
| *** germs has quit IRC | 15:21 | |
| *** germs has joined #openstack-telemetry | 15:22 | |
| *** germs has quit IRC | 15:22 | |
| *** germs has joined #openstack-telemetry | 15:22 | |
| *** dave-mccowan has quit IRC | 15:24 | |
| *** shardy_afk has quit IRC | 15:46 | |
| *** Guest7329 has quit IRC | 15:47 | |
| *** shardy has joined #openstack-telemetry | 15:48 | |
| jd_ | jroll: nobody uses tox -e cover AFAIK, so just build your own stuff I'd say | 15:51 |
| jroll | jd_: yeah, was hoping to avoid building something out, but thanks for the response | 15:52 |
| *** tesseract has quit IRC | 15:58 | |
| *** Guest7329 has joined #openstack-telemetry | 16:02 | |
| *** dims has quit IRC | 16:06 | |
| *** AlexeyAbashkin has quit IRC | 16:09 | |
| *** dims has joined #openstack-telemetry | 16:11 | |
| *** germs has quit IRC | 16:22 | |
| *** germs has joined #openstack-telemetry | 16:23 | |
| *** germs has quit IRC | 16:23 | |
| *** germs has joined #openstack-telemetry | 16:23 | |
| *** shardy has quit IRC | 16:29 | |
| *** gkadam has quit IRC | 16:42 | |
| *** edmondsw has joined #openstack-telemetry | 16:42 | |
| *** edmondsw has quit IRC | 16:47 | |
| *** amoralej is now known as amoralej|off | 17:19 | |
| *** Tommy-Tom has joined #openstack-telemetry | 17:21 | |
| *** pcaruana has quit IRC | 17:22 | |
| *** Tommy-Tom has quit IRC | 17:25 | |
| *** pcaruana has joined #openstack-telemetry | 17:33 | |
| *** dave-mccowan has joined #openstack-telemetry | 18:06 | |
| *** Tom-Tom has joined #openstack-telemetry | 18:12 | |
| *** Tom-Tom has quit IRC | 18:16 | |
| *** pcaruana has quit IRC | 18:29 | |
| gordc | jroll: i don't think there's a reason aside from probably no one in the project runs coverage. | 18:47 |
| *** harlowja has joined #openstack-telemetry | 19:02 | |
| *** edmondsw has joined #openstack-telemetry | 20:19 | |
| *** germs has quit IRC | 20:22 | |
| *** edmondsw has quit IRC | 20:23 | |
| *** germs has joined #openstack-telemetry | 20:25 | |
| *** germs has quit IRC | 20:25 | |
| *** germs has joined #openstack-telemetry | 20:25 | |
| *** dave-mccowan has quit IRC | 20:32 | |
| *** jmlowe has joined #openstack-telemetry | 21:00 | |
| *** jmlowe_ has quit IRC | 21:04 | |
| *** gordc has quit IRC | 21:13 | |
| *** Tommy-Tom has joined #openstack-telemetry | 21:21 | |
| openstackgerrit | Joseph Davis proposed openstack/ceilometer master: publisher: Contribute the Monasca publisher https://review.openstack.org/562400 | 21:23 |
| *** Tommy-Tom has quit IRC | 21:26 | |
| *** lkwan has quit IRC | 21:32 | |
| *** edmondsw has joined #openstack-telemetry | 22:07 | |
| *** edmondsw has quit IRC | 22:11 | |
| *** Tom-Tom has joined #openstack-telemetry | 22:12 | |
| *** Tom-Tom has quit IRC | 22:16 | |
| *** Tommy-Tom has joined #openstack-telemetry | 22:22 | |
| *** Tommy-Tom has quit IRC | 22:26 | |
| *** rcernin has joined #openstack-telemetry | 23:15 | |
| *** edmondsw has joined #openstack-telemetry | 23:56 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!