Questions tagged [ceilometer]

The Ceilometer project aims to deliver a unique point of contact for billing systems to acquire all of the measurements they need to establish customer billing, across all current OpenStack core components with work underway to support future OpenStack components.

Source

What is the purpose of the project and vision for it? Provide efficient collection of metering data, in terms of CPU and network costs. Allow deployers to integrate with the metering system directly or by replacing components. Data may be collected by monitoring notifications sent from existing services or by polling the infrastructure. Allow deployers to configure the type of data collected to meet their operating requirements. The data collected by the metering system is made visible to some users through a REST API. The metering messages are signed and non-repudiable.

61 questions
1
vote
1 answer

Autoscaling using Ceilometer/Aodh failed to trigger an alarm in the openstack rocky

Here is the document I refer to 1.sample_server.yaml type: os.nova.server version: 1.0 properties: name: cirros_server flavor: m1.small image: b86fb462-c5c2-4a08-9fe4-c9f86d05763d networks: - network: external-net 2.Execute the…
Jobin
  • 21
  • 4
1
vote
1 answer

Does OpenstackSDK have support for usage metrics?

So...I'm facing a problem which I need the available amount of resources (and how are they being used) in the DCs (focusing on each project/server/network consume) of my Openstack (Stein) through python code (cause the other functionalities are in…
Ailson Forte
  • 57
  • 11
1
vote
0 answers

Local.conf set up for devstack rocky

I want to use ceilometer with gnocchi database. I typed ceilimeter backbon = gnocchi But when i use gnocchi CLI , it gives error And also i can not use gnocchi API Can you share local.conf which can set up gnocchi api successfully
1
vote
1 answer

How to use Gnocchi API on Openstack rocky

I'm trying to use gnocchi API for read metric data. So I installed Openstack with devstack( I attached a configuration file (local.conf) ). I think I installed ceilometer and gnocchi for collected data. But when i try to read data on API server and…
김민석
  • 41
  • 4
1
vote
0 answers

ceilometer --debug meter-list (pike version) error 404 not found

I could see the following result: See this image please What could the issue be? Which files should I make modifications in? I tried changing /etc/ceilometer/ceilometer.conf [keystone] and [service_credential] auth_uri and auth_url.However,when that…
scorp
  • 41
  • 2
1
vote
1 answer

Django Ceilometer get events for all projects

I have a problem for getting all events for all tenants/projects in Ceilometer. When I get the event list I always get only the list of events related to project that my user assigned. The user is admin in openstack. Explaining in more…
Fuat Ulugay
  • 521
  • 2
  • 14
1
vote
1 answer

Heat Autoscaling - Scaleup - Change a flavor

I am using Heat Autoscaling in my environment. Can be able to see that it is working fine in case of scale up (Technically scale out) , that is adding a instance based on the load as well as deleting a instance is working fine as expected. But I…
iamnewuser
  • 360
  • 1
  • 4
  • 16
1
vote
2 answers

Is there any api to get keystone notification events?

The only information I found is that you can view those events through ceilometer or RabbitMQ. Would be nice if I can get those events directly through APIs.
1
vote
1 answer

What is openstack ceilometer alarm creation error "Missing argument: \"data\""

I facing this error : *{"error_message": {"debuginfo": null, "faultcode": "Client", "faultstring": "Missing argument: \"data\""}}* I am doing the rest call in php for alarm creation as $json = '\'{"alarm_actions": ["log:///tmp/tst.txt"],…
alpha9eek
  • 1,439
  • 3
  • 11
  • 10
1
vote
0 answers

Cloudkitty - Rating display issue

In my Devstack setup there was a issue in displaying details in the Rating section. Pricing was configured correctly, During Instance creation Rate is displayed in the instance creation window. But after creation of instance I am checking the Rating…
iamnewuser
  • 360
  • 1
  • 4
  • 16
1
vote
2 answers

Can openstack ceilometer perform realtime instance monitoring

I am developing a dashboard for system monitoring. I have been using ceilometer's python API before. But I have noticed that every time I run the program it sends the data from the start this way same data is repeated many time. Is there a way in…
Imo
  • 1,455
  • 4
  • 28
  • 53
1
vote
0 answers

Stats tab on Resource Usage is not populated through ceilometer

I have installed kilo devstack and have enabled the ceilometer. So It is showing me Resource Usage panel on Admin Dashboard. But my stats tab is not showing any graph for any matrix. ceilometer.conf [DEFAULT] policy_file =…
geeks
  • 2,025
  • 6
  • 31
  • 49
1
vote
1 answer

how to impliment auth_token in Ceilometer Python Client API

I am really having a hard time understanding Ceilometerclient. I dont not understand why does it not recognize auth_token attribute, it is written in their documentation, what am i doing wrong import ceilometerclient import…
Imo
  • 1,455
  • 4
  • 28
  • 53
1
vote
1 answer

Trouble with OpenStack Ceilometer client

I try to get meters and notifications from OpenStack. For this purpose I want to use Ceilometer (via ceilometerclient). I wrote some code to test these possibilities. import keystoneclient.v2_0 import ceilometerclient.v2 as ceilometer class…
0
votes
1 answer

OpenStack Gnocchi - Equivalent of ceilometer /v2/meter/[meter]/statistics

I'm looking for the exact equivalent of the /meter/[meterName]/statistics endpoint of the ceilometer web api for Gnocchi, but I'm struggling finding the equivalent, it looks like there is no way to retrieve the same informations. The ceilometer…
briosheje
  • 7,356
  • 2
  • 32
  • 54