OpenStack library for collecting metrics from Oslo libraries
Go to file
Takashi Kajinami 0fe13c1261 Use PortOpt for prometheus_port
Because the option defines the TCP port number, using PortOpt allows
us to enforce appropriate validation to ensure a valid port number is
given.

Change-Id: I105ba835f732b445523d7eeb80392775a950297a
2024-10-20 01:23:03 +09:00
doc Remove old excludes 2024-05-01 11:36:42 +09:00
oslo_metrics Use PortOpt for prometheus_port 2024-10-20 01:23:03 +09:00
releasenotes Update master for stable/2024.2 2024-09-05 16:01:30 +00:00
.gitignore Enable Test Coverage and Add New Test 2021-07-10 14:24:04 +08: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 Moves supported python runtimes from version 3.8 to 3.10 2023-04-10 13:09:38 +09: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
requirements.txt Remove old excludes 2024-05-01 11:36:42 +09:00
setup.cfg Declare Python 3.12 support 2024-10-09 23:05:22 +09:00
setup.py Sample oslo.metrics codes 2020-06-10 11:04:42 +02:00
test-requirements.txt Remove old excludes 2024-05-01 11:36:42 +09:00
tox.ini Merge "Changed minversion in tox to 3.18.0" 2021-08-16 14:48:22 +00:00

Oslo Metrics Library

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