class Annotations
Merges annotations into +metadata.annotations+ on every resource. Existing annotations are preserved; the supplied annotations act as defaults that can be overridden per-resource.
stack do use Middleware::Annotations, "prometheus.io/scrape": "true", "prometheus.io/port": "9090" end