Skip to content

AgentBase: move tag support for resources to separate TagObserver

Daniel Vrátil requested to merge work/dvratil/agentbase-tagobserver into master

This makes it easier to integrate tag support into resources that implement only Observer (V1), and otherwise would have to be migrated to V4 which introduces behaviour changes and would require additional work.

Also deprecates Relations (to be removed later) and thus the entire ObserverV4.

Merge request reports