bdbb6d62ee
This commit added support to send rpc metrics to oslo.metrics. Changes includes: - Adding client wrapper for oslo.metrics to process metrics information and send to oslo.metrics socket - Modify rpc client to send metric when certain rpc events happens For more information on oslo.metrics https://opendev.org/openstack/oslo.metrics Change-Id: Idf8cc0e52ced1f697ac4048655eff4c956fd5c79
9 lines
241 B
YAML
9 lines
241 B
YAML
---
|
|
features:
|
|
- |
|
|
| Introduce support for sending rpc client metrics to oslo.metrics.
|
|
| This feature can be enabled by setting a configuration parameter:
|
|
|
|
[oslo_messaging_metrics]
|
|
metrics_enabled = True # default is false
|