UNPKG

@netdata/charts

Version:

Netdata frontend SDK and chart utilities

179 lines (178 loc) 14.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCorrelationQueryAttributes = exports["default"] = void 0; var _react = require("react"); var _provider = require("../../provider"); var _api = require("../../../sdk/makeChart/api"); var _dataTransformer = require("./dataTransformer"); function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); } function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); } function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); } function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); } r ? i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2)); }, _regeneratorDefine2(e, r, n, t); } function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); } function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); } function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } } function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; } function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; } function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } var getCorrelationQueryAttributes = exports.getCorrelationQueryAttributes = function getCorrelationQueryAttributes(_ref) { var timeRange = _ref.timeRange, method = _ref.method, aggregation = _ref.aggregation, dataType = _ref.dataType, nodesScope = _ref.nodesScope; return _objectSpread(_objectSpread({}, timeRange), {}, { method: method, aggregationMethod: aggregation, options: dataType ? [dataType] : [], groupBy: ["node", "context", "dimension"], groupByLabel: [], contextScope: [], nodesScope: nodesScope, selectedContexts: [], selectedNodes: [], selectedInstances: [], selectedDimensions: [], selectedLabels: [] }); }; var useData = function useData() { var _overlays$highlight3; var chart = (0, _provider.useChart)(); var abortControllerRef = (0, _react.useRef)(null); var tab = (0, _provider.useAttributeValue)("drawer.tab", "window"); var after = (0, _provider.useAttributeValue)("after"); var before = (0, _provider.useAttributeValue)("before"); var overlays = (0, _provider.useAttributeValue)("overlays"); var loading = (0, _provider.useAttributeValue)("correlate.loading", false); var error = (0, _provider.useAttributeValue)("correlate.error"); var data = (0, _provider.useAttributeValue)("correlate.data"); var method = (0, _provider.useAttributeValue)("correlate.method", "volume"); var aggregation = (0, _provider.useAttributeValue)("correlate.aggregation", "average"); var dataType = (0, _provider.useAttributeValue)("correlate.dataType", ""); var threshold = (0, _provider.useAttributeValue)("correlate.threshold", 0.01); var getTimeRange = function getTimeRange() { var _overlays$highlight; if (tab === "selectedArea" && overlays !== null && overlays !== void 0 && (_overlays$highlight = overlays.highlight) !== null && _overlays$highlight !== void 0 && _overlays$highlight.range) { var _overlays$highlight$r = _slicedToArray(overlays.highlight.range, 2), highlightAfter = _overlays$highlight$r[0], highlightBefore = _overlays$highlight$r[1]; var baselineDuration = highlightBefore - highlightAfter; var _baselineAfter = highlightAfter - baselineDuration * 4; var _baselineBefore = highlightAfter; return { highlightAfter: highlightAfter, highlightBefore: highlightBefore, baselineAfter: _baselineAfter, baselineBefore: _baselineBefore }; } var windowDuration = before - after; var baselineAfter = after - windowDuration * 4; var baselineBefore = after; if (after < 0) { var _chart$getAttributes = chart.getAttributes(), renderedAt = _chart$getAttributes.renderedAt, fetchStartedAt = _chart$getAttributes.fetchStartedAt; var now = Math.ceil((renderedAt || fetchStartedAt || Date.now()) / 1000); return { highlightAfter: now + after, highlightBefore: now + before, baselineAfter: now + baselineAfter, baselineBefore: now + baselineBefore }; } return { highlightAfter: after, highlightBefore: before, baselineAfter: baselineAfter, baselineBefore: baselineBefore }; }; var fetchWeights = /*#__PURE__*/function () { var _ref2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(signal) { var timeRange, nodesScope, response, _t; return _regenerator().w(function (_context) { while (1) switch (_context.p = _context.n) { case 0: timeRange = getTimeRange(); nodesScope = chart.getFilteredAvailableNodeIds(); _context.p = 1; _context.n = 2; return (0, _api.fetchChartWeights)(chart, { attrs: getCorrelationQueryAttributes({ timeRange: timeRange, method: method, aggregation: aggregation, dataType: dataType, nodesScope: nodesScope }), signal: signal }); case 2: response = _context.v; if (!signal.aborted) { chart.updateAttribute("correlate.data", response); chart.updateAttribute("correlate.loading", false); } _context.n = 4; break; case 3: _context.p = 3; _t = _context.v; if (!signal.aborted) { chart.updateAttribute("correlate.error", _t.message || "Failed to fetch correlations"); chart.updateAttribute("correlate.loading", false); } case 4: return _context.a(2); } }, _callee, null, [[1, 3]]); })); return function fetchWeights(_x) { return _ref2.apply(this, arguments); }; }(); var transformedData = (0, _react.useMemo)(function () { if (!data) return []; var scopeContexts = chart.getAttribute("contextScope", []); var correlationData = (0, _dataTransformer.transformCorrelationData)(data, threshold, scopeContexts); return (0, _dataTransformer.groupByContext)(correlationData); }, [data, threshold, chart]); (0, _react.useEffect)(function () { var _overlays$highlight2; var shouldFetch = tab === "window" || tab === "selectedArea" && (overlays === null || overlays === void 0 || (_overlays$highlight2 = overlays.highlight) === null || _overlays$highlight2 === void 0 ? void 0 : _overlays$highlight2.range); if (!shouldFetch) return; if (abortControllerRef.current) { abortControllerRef.current.abort(); } abortControllerRef.current = new AbortController(); var signal = abortControllerRef.current.signal; chart.updateAttribute("correlate.loading", true); chart.updateAttribute("correlate.error", null); fetchWeights(signal); return function () { if (abortControllerRef.current) { abortControllerRef.current.abort(); } }; }, [tab, method, aggregation, dataType, after, before].concat(_toConsumableArray(tab === "selectedArea" ? (overlays === null || overlays === void 0 || (_overlays$highlight3 = overlays.highlight) === null || _overlays$highlight3 === void 0 ? void 0 : _overlays$highlight3.range) || [null, null] : [null, null]))); return { loading: loading, error: error, data: transformedData }; }; var _default = exports["default"] = useData;