OpenStack library for collecting metrics from Oslo libraries
Go to file
Ching Kuo ef4a4e3b24 Add timeout, method to RPC Client Label
We are missing timeout and method in label definition for rpc client
this will cause message router to failed to parse messages as there are
unexpected labels sent from oslo.messaging.

This commit added timeout and method to rpc client labels to fix the
issue.

Change-Id: I9ed133543ae6846256c1ea81602ca864f3847dec
2021-02-09 16:38:54 +08:00
doc Add project documentation 2020-06-11 19:11:48 +02:00
oslo_metrics Add timeout, method to RPC Client Label 2021-02-09 16:38:54 +08:00
releasenotes Add releasenotes 2020-06-15 13:25:53 +02:00
.gitignore Add a couple of gitignore rules 2020-06-11 15:40:02 +02:00
.gitreview Added .gitreview 2020-05-07 13:32:28 +00:00
.stestr.conf Add a basic test framework for oslo.metrics 2020-09-16 17:23:34 +02:00
.zuul.yaml Configure zuul 2020-06-15 13:28:25 +02:00
CONTRIBUTING.rst Add project documentation 2020-06-11 19:11:48 +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
lower-constraints.txt add lower-constraints 2020-06-15 13:28:25 +02:00
requirements.txt add lower-constraints 2020-06-15 13:28:25 +02:00
setup.cfg Add an entrypoints to launch oslo.metrics 2020-06-11 19:10:45 +02:00
setup.py Sample oslo.metrics codes 2020-06-10 11:04:42 +02:00
test-requirements.txt Add project documentation 2020-06-11 19:11:48 +02:00
tox.ini bump py37 to py38 in tox.ini 2020-10-12 14:06:35 +08: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.