OpenStack library for collecting metrics from Oslo libraries
Go to file
Masahito Muroi e851773367 Sample oslo.metrics codes
This patch is a sample oslo.metrics code to gather oslo.messaging's
metrics and export the metrics to prometheus. Some parts of this code
doesn't follow OpenStack standards style, and this lacks test codes.
Please use this patch as PoC for oslo.metrics.

Co-Authored-By: Yuki Nishiwaki <yuki.nishiwaki@linecorp.com>
Change-Id: I9434d11466e7626fdbebd1340a8bb3d664518bd1
2020-06-10 11:04:42 +02:00
oslo_metrics Sample oslo.metrics codes 2020-06-10 11:04:42 +02:00
.gitignore Sample oslo.metrics codes 2020-06-10 11:04:42 +02:00
.gitreview Added .gitreview 2020-05-07 13:32:28 +00:00
.zuul.yaml Base content, waiting for initial code drop 2020-05-26 18:04:49 +02:00
LICENSE Base content, waiting for initial code drop 2020-05-26 18:04:49 +02:00
README.rst Sample oslo.metrics codes 2020-06-10 11:04:42 +02:00
main.py Sample oslo.metrics codes 2020-06-10 11:04:42 +02:00
requirements.txt Sample oslo.metrics codes 2020-06-10 11:04:42 +02:00
setup.cfg Sample oslo.metrics codes 2020-06-10 11:04:42 +02:00
setup.py Sample oslo.metrics codes 2020-06-10 11:04:42 +02:00

README.rst

Oslo Metrics Library

This Oslo metrics API supports collecting metrics data from other Oslo libraries and exposing the metrics data to monitoring system.