f0e0919221
As cloudkitty requires metrics.yml to be present in etc directory to be fully operational, we're distributing this file by default[1] cloudkitty_metrics_overrides variable added in order to override default [1] http://logs.openstack.org/30/673530/2/check/openstack-ansible-functional-ubuntu-bionic/c6eee8a/logs/openstack/openstack1/cloudkitty-processor.service.journal.log.txt.gz#_Jul_30_14_44_00 Change-Id: Ie08cfd0d8dc4835712df0b937170b631aebd10c8
94 lines
1.7 KiB
Django/Jinja
94 lines
1.7 KiB
Django/Jinja
metrics:
|
|
cpu:
|
|
unit: instance
|
|
alt_name: instance
|
|
groupby:
|
|
- id
|
|
- user_id
|
|
- project_id
|
|
metadata:
|
|
- flavor_name
|
|
- flavor_id
|
|
- vcpus
|
|
mutate: NUMBOOL
|
|
extra_args:
|
|
aggregation_method: mean
|
|
resource_type: instance
|
|
|
|
image.size:
|
|
unit: MiB
|
|
factor: 1/1048576
|
|
groupby:
|
|
- id
|
|
- user_id
|
|
- project_id
|
|
metadata:
|
|
- container_format
|
|
- disk_format
|
|
extra_args:
|
|
aggregation_method: mean
|
|
resource_type: image
|
|
|
|
volume.size:
|
|
unit: GiB
|
|
groupby:
|
|
- id
|
|
- user_id
|
|
- project_id
|
|
metadata:
|
|
- volume_type
|
|
extra_args:
|
|
aggregation_method: mean
|
|
resource_type: volume
|
|
|
|
network.outgoing.bytes.rate:
|
|
unit: MB
|
|
groupby:
|
|
- id
|
|
- project_id
|
|
- user_id
|
|
# Converting B/s to MB/h
|
|
factor: 3600/1000000
|
|
metadata:
|
|
- instance_id
|
|
extra_args:
|
|
aggregation_method: mean
|
|
resource_type: instance_network_interface
|
|
|
|
network.incoming.bytes.rate:
|
|
unit: MB
|
|
groupby:
|
|
- id
|
|
- project_id
|
|
- user_id
|
|
# Converting B/s to MB/h
|
|
factor: 3600/1000000
|
|
metadata:
|
|
- instance_id
|
|
extra_args:
|
|
aggregation_method: mean
|
|
resource_type: instance_network_interface
|
|
|
|
ip.floating:
|
|
unit: ip
|
|
groupby:
|
|
- id
|
|
- user_id
|
|
- project_id
|
|
metadata:
|
|
- state
|
|
mutate: NUMBOOL
|
|
extra_args:
|
|
aggregation_method: mean
|
|
resource_type: network
|
|
|
|
radosgw.objects.size:
|
|
unit: GiB
|
|
groupby:
|
|
- id
|
|
- user_id
|
|
- project_id
|
|
factor: 1/1073741824
|
|
extra_args:
|
|
aggregation_method: mean
|
|
resource_type: ceph_account |