opendevreview | OpenStack Proposal Bot proposed openstack/ceilometer master: Imported Translations from Zanata https://review.opendev.org/c/openstack/ceilometer/+/860045 | 02:56 |
---|---|---|
*** yadnesh|away is now known as yadnesh | 04:19 | |
mkarpiarz | All: How can I retrieve events created by Ceilometer if Gnocchi is set as a publisher in event_pipeline.yaml? | 13:53 |
mkarpiarz | All I can see in Gnocchi are time series metrics and I'm looking for "compute.instance.update", "compute.instance.power_off.start", etc. | 13:54 |
mrunge | events in gnocchi are being translated to metrics | 15:16 |
opendevreview | Merged openstack/python-aodhclient stable/xena: Change aggregation method to mean https://review.opendev.org/c/openstack/python-aodhclient/+/861620 | 15:27 |
mkarpiarz | mrunge: Thank you for your reply. When I query the "instance" resources, I can see they come with fileds like "created_at", "deleted_at", "flavor_id", etc. | 15:31 |
mkarpiarz | Are these fields populated by data from notifications then? | 15:31 |
*** yadnesh is now known as yadnesh|away | 17:14 | |
leifmadsen | notifications would need to be stored in an external events store, which up to Wallaby was Panko. If you need to store notifications you need to publish them to something that can store notifications. When an event is triggered, there is also a single metric that is also published, and that is what is consumed and stored in gnocchi | 17:19 |
leifmadsen | gnocchi doesn't have the ability to store notification / events as it's a time-series database | 17:20 |
leifmadsen | an event just happens to also provide a single metric point that is stored in gnocchi, but they aren't the same data | 17:20 |
mrunge | storing events in gnocchi as a metric with a single data point is definitely not what you want. Usually events are being sent over to gnocchi e.g to update existing metrics (e.g if you change an owner of a volume). Other TSDBs would then just start a new metric and the old one would not be updated anymore: the labels for the old and new one are different | 17:24 |
opendevreview | Szymon Datko proposed openstack/python-aodhclient stable/wallaby: [DNM] Tests https://review.opendev.org/c/openstack/python-aodhclient/+/861839 | 19:49 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!