├── .gitreview └── README.rst /.gitreview: -------------------------------------------------------------------------------- 1 | [gerrit] 2 | host=review.opendev.org 3 | port=29418 4 | project=openstack/monasca-ceilometer 5 | -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | Monasca Ceilometer 2 | ================== 3 | 4 | This project is no longer maintained. 5 | 6 | The contents of this repository are still available in the Git 7 | source code management system. To see the contents of this 8 | repository before it reached its end of life, please check out the 9 | previous commit with "git checkout HEAD^1". 10 | 11 | The functionality of Ceilosca is now found in Ceilometer as the Monasca 12 | Publisher option. This closer integration will make it easier to deploy and 13 | connect Ceilometer to Monasca. To support older versions and follow OpenStack 14 | deprecation policies, this repository will continue to be maintained, but new 15 | deployments are encouraged to determine if the metrics required are available 16 | directly in Monasca, or use the Monasca Publisher. 17 | 18 | For any further questions, please email 19 | openstack-discuss@lists.openstack.org or join #openstack-monasca on 20 | OFTC. 21 | --------------------------------------------------------------------------------