fdc5448792
meter name in entrypoint should match actual meter name so it can probably be enabled/filtered in polling/pipeline Change-Id: I8ffbfc5ff65c505734ccc6c5fd4270ecf46d16e8 Closes-Bug: #1726458
16 lines
540 B
YAML
16 lines
540 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Use `radosgw.*` to enable/disable radosgw meters explicitly rather than
|
|
`rgw.*`
|
|
deprecations:
|
|
- |
|
|
Previously, to enable/disable radosgw.* meters, you must define entry_point
|
|
name rather than meter name. This is corrected so you do not need to be
|
|
aware of entry_point naming. Use `radosgw.*` to enable/disable radosgw
|
|
meters explicitly rather than `rgw.*`. `rgw.*` support is deprecated
|
|
and will be removed in Rocky.
|
|
fixes:
|
|
- |
|
|
Fix ability to enable/disable radosgw.* meters explicitly
|