Comment 2 for bug 1202749

Revision history for this message
Frédéric FAURE (frederic-faure) wrote : Re: [Bug 1202749] Re: Empty metadata in results

I am using the master branch.
Le 19 juil. 2013 18:25, "John Tran" <email address hidden> a écrit :

> Can you clarify if you're using trunk or a particular branch?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1202749
>
> Title:
> Empty metadata in results
>
> Status in Ceilometer:
> New
>
> Bug description:
> I installed a new Devstack this week and I have empty metadata. I
> followed the tips in
> http://docs.openstack.org/developer/ceilometer/install/development.html
> for activating notifications in Nova and Cinder.
>
> Here is an example of a sample I got when requesting on cpu_util meter
> (memory_mb, vcpus, root_gb, ... are empty):
>
> [
> {
> "counter_name": "cpu_util",
> "user_id": "4790fbafad2e44dab37b1d7bfc36299b",
> "resource_id": "87acaca4-ae45-43ae-ac91-846d8d96a89b",
> "timestamp": "2013-07-17T15:43:31",
> "resource_metadata": {
> "cpu_number": "1",
> "ramdisk_id": "56f7f164-2db9-48cd-bf35-f2068439729f",
> "display_name": "test-fred-001",
> "name": "instance-00000001",
> "disk_gb": "",
> "kernel_id": "ed022041-3fdc-4465-b9d3-b46640c33e5d",
> "ephemeral_gb": "",
> "host":
> "eb5bc97aa612df408bd4d314e79d5c2bcf29bb59af41b8e32bcdd8d5",
> "memory_mb": "",
> "instance_type": "a7820591-99f7-44ff-862b-e49f0eee3893",
> "vcpus": "",
> "root_gb": "",
> "image_ref": "a9b5d9c3-2683-49ef-8eeb-23c6e66b6db3",
> "architecture": "",
> "os_type": "",
> "OS-EXT-AZ:availability_zone": "nova",
> "reservation_id": "",
> "image_ref_url": "
> http://10.0.2.15:8774/09cbbbd2b0674bcca6869202bac5f668/images/a9b5d9c3-2683-49ef-8eeb-23c6e66b6db3
> "
> },
> "source": "openstack",
> "counter_unit": "%",
> "counter_volume": 8.57762938230384,
> "project_id": "97f9a6aaa9d842fcab73797d3abb2f53",
> "message_id": "a2074f6e-eef7-11e2-90f0-080027880ca6",
> "counter_type": "gauge"
> }
> ]
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ceilometer/+bug/1202749/+subscriptions
>