Bug 1473146 - [Docs][neutron] Describe how to integrate ceilometer and neutron.
Summary: [Docs][neutron] Describe how to integrate ceilometer and neutron.
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: async
: 10.0 (Newton)
Assignee: Martin Lopes
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On: 1474607 1508694
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-20 06:29 UTC by Martin Lopes
Modified: 2020-12-14 09:11 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-03 04:17:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Martin Lopes 2017-07-20 06:29:34 UTC
* Determine support status of this integration.
* Describe how to enable this in neutron.
* Add an example use case, for example, reporting on the monthly bandwidth usage for a specific instance.

Comment 7 Martin Lopes 2017-07-25 02:50:21 UTC
Feedback from Julien: Looks like this support will need to be added via a dev RFE. Similar to https://review.openstack.org/#/c/478159

Comment 8 Martin Lopes 2017-07-25 03:13:00 UTC
Raised dev RFE: BZ#1474607

Comment 9 Mehdi ABAAKOUK 2017-07-31 14:20:09 UTC
It seems you are looking for the already existing 'bandwidth' meter.

To get the resource info in Gnocchi:

$ openstack metric resource search --type network 'resource_id="<label_id>"'

To get the measure :

$ openstack metric measures show --resource <label_id> bandwidth


Note You need to log in before you can comment on or make changes to this bug.