Hervé Beraud daaba363b7 Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: I60485bcd7c69987ffa06dfad6e0e8bfa40570137
2020-06-02 19:36:09 +02:00
2018-07-30 10:37:34 +02:00
2019-10-23 16:01:55 -03:00
2019-04-19 19:31:12 +00:00
2014-10-09 10:31:23 +03:00
2020-04-22 13:11:20 +00:00
2018-07-26 07:07:39 +02:00
2017-04-08 17:15:28 +08:00
2013-03-15 14:25:48 +00:00
2019-01-02 19:24:45 +08:00
2020-02-12 17:28:44 +01:00
2020-04-11 00:57:21 -07:00
2020-04-24 08:22:34 -05:00
2020-04-11 00:57:21 -07:00
2020-03-31 17:39:51 +02:00

Ceilometer

Overview

Ceilometer is a data collection service that collects event and metering data by monitoring notifications sent from OpenStack services. It publishes collected data to various targets including data stores and message queues.

Ceilometer is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file.

Documentation

Release notes are available at https://releases.openstack.org/teams/telemetry.html

Developer documentation is available at https://docs.openstack.org/ceilometer/latest/

Launchpad Projects

Code Repository

Bug Tracking

IRC

IRC Channel: #openstack-telemetry on Freenode.

Mailinglist

Project use http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss as the mailinglist. Please use tag [Ceilometer] in the subject for new threads.

Description
OpenStack Telemetry (Ceilometer)
Readme 107 MiB
Languages
Python 98.5%
Shell 1.5%