ceilometer/releasenotes/notes/fix-radosgw-name-6de6899ddcd7e06d.yaml
gord chung fdc5448792 fix radosgw meter name
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
2017-10-23 17:03:18 +00:00

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