UNPKG

@grafana/flamegraph

Version:

Grafana flamegraph visualization component

13 lines (9 loc) 382 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); "use strict"; function getAssistantContextFromDataFrame(data) { var _a, _b; return ((_b = (_a = data.meta) == null ? void 0 : _a.custom) == null ? void 0 : _b.assistantContext) || []; } exports.getAssistantContextFromDataFrame = getAssistantContextFromDataFrame; //# sourceMappingURL=utils.cjs.map