Takashi Kajinami b3eb108ad3 Run pyupgrade to clean up Python 2 syntaxes
Update all .py source files by
 $ pyupgrade --py3-only $(git ls-files | grep ".py$")
to modernize the code according to Python 3 syntaxes.

Also add the pyupgrade hook to pre-commit to avoid merging additional
Python 2 syntaxes.

Change-Id: Ieaccbf47ceccade0bd109f42769e42bca0edd0f4
2025-01-13 14:34:57 +00:00
2020-05-07 13:32:28 +00:00
2020-06-11 19:11:48 +02:00
2020-06-10 11:04:42 +02:00
2024-10-24 18:06:07 +09:00
2020-06-10 11:04:42 +02:00
2025-01-13 13:50:42 +09:00
2025-01-13 13:50:42 +09:00

Oslo Metrics Library

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

Description
OpenStack library for collecting metrics from Oslo libraries
Readme 628 KiB
Languages
Python 100%