@grafana/alerting
Version:
Grafana Alerting Library – Build vertical integrations on top of the industry-leading alerting solution
13 lines (10 loc) • 373 B
JavaScript
import { Factory } from 'fishery';
;
const AlertingEntityMetadataAnnotationsFactory = Factory.define(() => ({
"grafana.com/access/canAdmin": "true",
"grafana.com/access/canDelete": "true",
"grafana.com/access/canWrite": "true",
"grafana.com/provenance": ""
}));
export { AlertingEntityMetadataAnnotationsFactory };
//# sourceMappingURL=common.mjs.map