Go to file
Stephen Finucane 90076472ac Configure 'cache_ok' for TypeDecorator implementation
Both the JSONEncodedDict and TimestampUTC can be safely used in a cache
key. Set 'cache_ok' to indicate this. This resolves the following
warnings:

  SAWarning: TypeDecorator TimestampUTC() will not produce a cache key
  because the ``cache_ok`` attribute is not set to True.  This can have
  significant performance implications including some performance
  degradations in comparison to prior SQLAlchemy versions.  Set this
  attribute to True if this type object's state is safe to use in a
  cache key, or False to disable this warning. (Background on this error
  at: https://sqlalche.me/e/14/cprf)

  SAWarning: TypeDecorator JSONEncodedDict() will not produce a cache
  key because the ``cache_ok`` attribute is not set to True.  This can
  have significant performance implications including some performance
  degradations in comparison to prior SQLAlchemy versions.  Set this
  attribute to True if this type object's state is safe to use in a
  cache ke y, or False to disable this warning. (Background on this
  error at: https://sqlalche.me/e/14/cprf)

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I589a0e378e155dcb181e6b1a9cca7aae4cad5349
2024-03-11 13:58:36 +00:00
2024-01-04 08:44:15 -05:00
2016-02-05 08:45:38 +00:00
2022-03-23 10:23:00 +00:00
2019-04-19 19:30:26 +00:00
2014-10-09 10:31:23 +03:00
2022-03-23 10:23:00 +00:00
2013-03-15 14:25:48 +00:00
2018-04-12 10:59:40 +02:00
2021-06-18 12:17:53 +02:00
2024-01-31 08:01:46 +00:00
2020-04-13 18:04:34 +02:00
2024-02-21 07:40:04 +00:00

aodh

Aodh is the alarming service for OpenStack.

Documentation

Documentation for the project can be found at:

https://docs.openstack.org/aodh/latest/

Release notes can be read online at:

https://docs.openstack.org/aodh/latest/contributor/releasenotes/index.html

Code Repository

Bug Tracking

Bugs and feature requests are tracked on Launchpad at:

https://bugs.launchpad.net/aodh/

IRC

IRC Channel: #openstack-telemetry on OFTC.

Description
OpenStack Telemetry (Ceilometer) Alarming
Readme 21 MiB
Languages
Python 98.3%
Shell 1.6%
Mako 0.1%