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
0
votes
0 answers

Openstack Watcher complains about endpoint not found even though it is defined in the catalog

I have the following scenario: server: Ubuntu 20.04.3 LTS Openstack: installed following the official guide Watcher: 1:4.0.0-0ubuntu0.20.04.1 (installed also following the official wiki) Everything works like a charm, however, when I…
Ants0
  • 31
  • 1
  • 5
0
votes
1 answer

Rocky ceilometer memory mteric add memory.usage data collection granularity is not accurate

Here is the document I refer to Configure the/etc/ceilometer/pipeline.yaml, add the following sources: - name: memory_util_source meters: - "memory" - "memory.usage" sinks: - memory_util_sink sinks: …
Jobin
  • 21
  • 4
0
votes
1 answer

How to get Memory Usage from Windows Server 2012 R2 in OpenStack

I have an Rocky OpenStack cluster, I want to monitor memory usage of instances. monitoring of Linux instances is OK but Windows Server instances do not provide any data for memory usage. I've searched a lot, I've installed balloon driver on windows…
Milad Yarmohammadi
  • 1,253
  • 2
  • 22
  • 37
0
votes
2 answers

gnocchi API response 401 unauthorised

I have prepaired Gnocchi by documentation at https://gnocchi.xyz/stable_4.2/rest.html. I am using Keystone, but I am not able to make a request. Sample: GET http://:8041/v1/metric/0b5aa633-3ebf-49d5-99ad-e78302c41376…
M. Pav
  • 1
  • 2
0
votes
1 answer

configure disk usage in percentage at pipeline.yaml in ceilometer

How to configure in etc/ceilometer/pipeline.yaml to get the disk.device.usage in percentage for every 600 seconds. Configuration Details virsh # version Compiled against library: libvirt 1.2.17 Using library: libvirt 1.2.17 Using API: QEMU…
Selva
  • 45
  • 1
  • 6
0
votes
1 answer

OpenStack's Ceilometer metering notifications export to kafka - Most efficient way

as in the subject I need to put the defined metrics' measures on a kafka topic in order to feed our monitoring system. I've seen that Ceilometer's Kafka publisher is deprecated so it's not a deal, but it's possible to: configure the publisher for…
0
votes
1 answer

How to import new libraries to devstack local.conf without the need to make ./unstack.sh && ./stack.sh?

I want to know if there's a way to update devstack libraries when changing local.conf without the need of doing: ./unstack.sh && stack.sh And if not, then how can I save my temp data?
pecabum
  • 27
  • 8
0
votes
2 answers

Service gnocchi-api not found

I've been installing Ceilometer for Openstack Pike on Ubuntu 16.04 LTS using this install guide. Everything went ok, up to the moment, when but when I've tried to restart gnocchi-api I got message Failed to start gnocchi-api.service: Unit…
0
votes
0 answers

Unable to deploy Ceilometer on Devstack (Ocata)

I am trying to deploy Devstack (Ocata version) with Ceilometer in order to test different telemetry configurations in a simple enviroment. My local.conf file has the following…
0
votes
1 answer

How to enable "memory.usage", "disk.usage", "disk.device.usage" of ceilometer?

I use Kolla to deploy OpenStack, but they are now None. Metric
王宇霄
  • 31
  • 4
0
votes
1 answer

gnocchi-api running error, Address already in use

When i install Ceilometer and on the stage of "Verify operation" on OpenStack Installation Tutorials, i run command following,But it's not success. [root@controller3 gnocchi]# gnocchi resource list --type image Unable to establish connection to…
accjiyun
  • 3
  • 5
0
votes
1 answer

[DevStack][Ceilometer][Gnocchi] Error 403

I am currently on an Openstack Project and I'm trying to use Ceilometer and Gnocchi. I've installed DevStack with the following lines in the local.conf file to install and configure Ceilometer and Gnocchi: enable_plugin gnocchi…
Damien
  • 33
  • 8
0
votes
0 answers

Error while creating alarm using openstack4j-3.0.3-withdeps.jar

I am facing an issue while creating the alarm with openstack4j-3.0.3-withdeps.jar. Same issue observed with openstack4j-3.0.5-20170507.171628-1-withdeps.jar CeilometerThresholdRule ceilometerThresholdRule = new CeilometerThresholdRule(); Alarm…
prashr186
  • 1
  • 4
0
votes
2 answers

How to restart ceilometer service

I changed pulling intervals in /etc/ceilometer/pipeline.yaml file from 600 to 60 and can't make the service to use new values. I restarted everything that relates to ceilometer in openstack-status command, but that did not work. Can somebody tell me…
gh0st
  • 402
  • 5
  • 13
0
votes
1 answer

How does Heat set alarm configuration and get alarm back from Ceilometer?

I really need your helps. Currently, I am working on Heat auto-scaling. I already learnt some documents about auto-scaling in Heat. I know that Heat uses Ceilometer API to set alarm configuration and get alarm back from Ceilometer via Webhook. These…