designate/releasenotes/notes/removed-metrics-11a53cf88e1ea224.yaml
Erik Olof Gunnar Andersson 8050680948 Removed RPC calls from MDNS and moved them to the Worker
This patch moved the remaining RPC calls away from the
MDNS service to the Worker and re-worked them to better
match the patterns used in the Worker. This means that
the MDNS service now only handles incoming DNS queries.

In addition the metrics backend has been removed as it was
only used by the MDNS RPC implementation and the monascastatsd
implementation no longer serves a purpose.

Closes-Bug: #1978742
Closes-Bug: #1978743
Change-Id: I5ef106717546a201fd62a51adacd43495c148cd4
2022-06-23 23:31:41 +00:00

7 lines
210 B
YAML

---
upgrade:
- |
Removed the ``monascastatsd`` based metrics solution as all calls using
it has been changed or removed and designate is no longer tracking
any metrics using the metrics endpoint.