oslo.messaging/releasenotes/notes/oslo-metrics-support-fe16343a637cc14b.yaml
Ching Kuo bdbb6d62ee Add Support For oslo.metrics
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
2021-06-08 22:22:37 +08:00

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