gnocchi rocky
in https://docs.openstack.org/ceilometer... Edit the /etc/ceilometer/pipeline.yaml file and complete the following section:
Configure Gnocchi connection:
publishers:
# set address of Gnocchi
# + filter out Gnocchi-related activity meters (Swift driver)
# + set default archive policy
- gnocchi://?filter_project=service&archive_policy=low
i do not know what should i write in pipline.yaml i write sth that i search in internet but at the end i recieve insufficient data
What is Ceilometer's polling interval? How did you define the alarm?
You can check if any measures are in Gnocchi and if they have the expected interval with
gnocchi measures show METRIC --resource-id ID_OF_RESOURCE
.it show value but my alarming show insufficient data
A perpetual state of insufficient data may be due to incompatible Aodh and Gnocchi granularities. This is why I asked for the alarm definition. By default, Gnocchi’s low archive policy has a granularity of 300 seconds. I assume you did not change that.
From https://docs.openstack.org/aodh/lates...:
At first I change the time in polling.yaml