@eventcatalog/core 0.0.5 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -0
- package/.next/build-manifest.json +110 -0
- package/.next/cache/.tsbuildinfo +1 -0
- package/.next/cache/config.json +7 -0
- package/.next/cache/eslint/.cache_1bay4w0 +1 -0
- package/.next/cache/next-server.js.nft.json +1 -0
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/export-marker.json +1 -0
- package/.next/images-manifest.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/prerender-manifest.json +1 -0
- package/.next/react-loadable-manifest.json +1717 -0
- package/.next/required-server-files.json +1 -0
- package/.next/routes-manifest.json +1 -0
- package/.next/server/chunks/237.js +116 -0
- package/.next/server/chunks/428.js +84 -0
- package/.next/server/chunks/47.js +51 -0
- package/.next/server/chunks/526.js +131 -0
- package/.next/server/chunks/565.js +121 -0
- package/.next/server/chunks/596.js +98 -0
- package/.next/server/chunks/730.js +324 -0
- package/.next/server/chunks/8.js +122 -0
- package/.next/server/chunks/938.js +109 -0
- package/.next/server/chunks/944.js +649 -0
- package/.next/server/chunks/959.js +286 -0
- package/.next/server/chunks/97.js +1837 -0
- package/.next/server/chunks/font-manifest.json +1 -0
- package/.next/server/font-manifest.json +1 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages/_app.js +370 -0
- package/.next/server/pages/_app.js.nft.json +1 -0
- package/.next/server/pages/_document.js +1004 -0
- package/.next/server/pages/_document.js.nft.json +1 -0
- package/.next/server/pages/_error.js +123 -0
- package/.next/server/pages/_error.js.nft.json +1 -0
- package/.next/server/pages/api/event/[name]/download.js +64 -0
- package/.next/server/pages/api/event/[name]/download.js.nft.json +1 -0
- package/.next/server/pages/events/AddedItemToCart.html +73 -0
- package/.next/server/pages/events/AddedItemToCart.json +1 -0
- package/.next/server/pages/events/OrderComplete.html +48 -0
- package/.next/server/pages/events/OrderComplete.json +1 -0
- package/.next/server/pages/events/OrderConfirmed.html +48 -0
- package/.next/server/pages/events/OrderConfirmed.json +1 -0
- package/.next/server/pages/events/OrderRequested.html +48 -0
- package/.next/server/pages/events/OrderRequested.json +1 -0
- package/.next/server/pages/events/PaymentProcessed.html +52 -0
- package/.next/server/pages/events/PaymentProcessed.json +1 -0
- package/.next/server/pages/events/RemovedItemFromCart.html +55 -0
- package/.next/server/pages/events/RemovedItemFromCart.json +1 -0
- package/.next/server/pages/events/ShipmentDelivered.html +53 -0
- package/.next/server/pages/events/ShipmentDelivered.json +1 -0
- package/.next/server/pages/events/ShipmentDispatched.html +52 -0
- package/.next/server/pages/events/ShipmentDispatched.json +1 -0
- package/.next/server/pages/events/ShipmentPrepared.html +52 -0
- package/.next/server/pages/events/ShipmentPrepared.json +1 -0
- package/.next/server/pages/events/[name]/logs.js +414 -0
- package/.next/server/pages/events/[name]/logs.js.nft.json +1 -0
- package/.next/server/pages/events/[name]/v/[version].js +274 -0
- package/.next/server/pages/events/[name]/v/[version].js.nft.json +1 -0
- package/.next/server/pages/events/[name].js +235 -0
- package/.next/server/pages/events/[name].js.nft.json +1 -0
- package/.next/server/pages/events.js +519 -0
- package/.next/server/pages/events.js.nft.json +1 -0
- package/.next/server/pages/index.html +1 -0
- package/.next/server/pages/index.js.nft.json +1 -0
- package/.next/server/pages/overview.js +240 -0
- package/.next/server/pages/overview.js.nft.json +1 -0
- package/.next/server/pages/services/Basket Service.html +11 -0
- package/.next/server/pages/services/Basket Service.json +1 -0
- package/.next/server/pages/services/Data Lake.html +12 -0
- package/.next/server/pages/services/Data Lake.json +1 -0
- package/.next/server/pages/services/Payment Service.html +10 -0
- package/.next/server/pages/services/Payment Service.json +1 -0
- package/.next/server/pages/services/Shipping Service.html +14 -0
- package/.next/server/pages/services/Shipping Service.json +1 -0
- package/.next/server/pages/services/[name].js +675 -0
- package/.next/server/pages/services/[name].js.nft.json +1 -0
- package/.next/server/pages/services.js +396 -0
- package/.next/server/pages/services.js.nft.json +1 -0
- package/.next/server/pages/users/[id].js +327 -0
- package/.next/server/pages/users/[id].js.nft.json +1 -0
- package/.next/server/pages-manifest.json +16 -0
- package/.next/server/webpack-api-runtime.js +160 -0
- package/.next/server/webpack-runtime.js +264 -0
- package/.next/static/GO7PDn76JCRlDAck_gipD/_buildManifest.js +1 -0
- package/.next/static/GO7PDn76JCRlDAck_gipD/_middlewareManifest.js +1 -0
- package/.next/static/GO7PDn76JCRlDAck_gipD/_ssgManifest.js +1 -0
- package/.next/static/chunks/020d8314.aea2d24215754e7b.js +1 -0
- package/.next/static/chunks/176cb4e4-8a0f6f010ef8accb.js +1 -0
- package/.next/static/chunks/236-0acd5083c102a9cb.js +1 -0
- package/.next/static/chunks/274-11c4d093341d7201.js +1 -0
- package/.next/static/chunks/336-5d9007a96aa8f2c7.js +1 -0
- package/.next/static/chunks/364-3cb3c8cf1d3c95de.js +1 -0
- package/.next/static/chunks/519-7f22292093abd7c3.js +1 -0
- package/.next/static/chunks/638.d570519ae49c92c8.js +1 -0
- package/.next/static/chunks/873-9d69271e4b2dd496.js +1 -0
- package/.next/static/chunks/962-d5070461f6d4a478.js +1 -0
- package/.next/static/chunks/framework-576ec6a1c1386453.js +1 -0
- package/.next/static/chunks/main-0289ecbd51cd4cb4.js +1 -0
- package/.next/static/chunks/pages/_app-c9d3172cc09cf069.js +1 -0
- package/.next/static/chunks/pages/_error-5a714c45c50a8db4.js +1 -0
- package/.next/static/chunks/pages/events/[name]/logs-d159d7b82f44847f.js +1 -0
- package/.next/static/chunks/pages/events/[name]/v/[version]-dc146dc9bfa7362d.js +1 -0
- package/.next/static/chunks/pages/events/[name]-fb77119f66a5793e.js +1 -0
- package/.next/static/chunks/pages/events-bcad8442f21d6b67.js +1 -0
- package/.next/static/chunks/pages/index-3eeab7e4014a02ea.js +1 -0
- package/.next/static/chunks/pages/overview-5ac749891cbe1922.js +1 -0
- package/.next/static/chunks/pages/services/[name]-69692188d11304b7.js +1 -0
- package/.next/static/chunks/pages/services-bcc61898062e1bf4.js +1 -0
- package/.next/static/chunks/pages/users/[id]-2da54ccb6319b207.js +1 -0
- package/.next/static/chunks/polyfills-5cd94c89d3acac5f.js +1 -0
- package/.next/static/chunks/webpack-afe52d4a9fcc5a75.js +1 -0
- package/.next/static/css/5eeed9cb243ce668.css +1 -0
- package/.next/static/css/b44e1178a88a93b4.css +3 -0
- package/.next/trace +37 -0
- package/CHANGELOG.md +30 -0
- package/bin/eventcatalog.js +4 -15
- package/components/ContentView.tsx +22 -29
- package/components/Grids/EventGrid.tsx +3 -13
- package/components/Grids/ServiceGrid.tsx +3 -11
- package/components/Header.tsx +1 -3
- package/components/Mdx/Admonition.tsx +1 -1
- package/components/Mdx/Examples.tsx +2 -9
- package/components/NotFound/index.tsx +2 -6
- package/components/Sidebars/EventSidebar.tsx +20 -15
- package/components/Sidebars/ServiceSidebar.tsx +27 -26
- package/eventcatalog.config.js +40 -0
- package/hooks/EventCatalog.tsx +1 -1
- package/lib/__tests__/assets/services/Basket Service/index.md +19 -0
- package/lib/__tests__/events.spec.ts +16 -27
- package/lib/__tests__/file-reader.spec.ts +3 -9
- package/lib/__tests__/services.spec.ts +27 -6
- package/lib/events.ts +6 -11
- package/lib/file-reader.ts +1 -3
- package/lib/graphs.ts +2 -4
- package/lib/services.ts +5 -11
- package/package.json +2 -2
- package/pages/_app.tsx +5 -14
- package/pages/events/[name]/logs.tsx +7 -18
- package/pages/events/[name].tsx +13 -14
- package/pages/events.tsx +5 -16
- package/pages/index.tsx +2 -9
- package/pages/overview.tsx +1 -4
- package/pages/services/[name].tsx +2 -2
- package/pages/services.tsx +2 -6
- package/pages/users/[id].tsx +4 -13
- package/scripts/__tests__/assets/eventcatalog.config.js +1 -2
- package/scripts/__tests__/generate.spec.ts +1 -4
- package/tailwind.config.js +1 -5
- package/tsconfig.json +1 -7
package/.next/trace
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
[{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"generate-buildid","id":"3030673937763833","timestamp":162081035,"duration":164,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"load-custom-routes","id":"616a306977336b30","timestamp":162081466,"duration":332,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"verify-typescript-setup","id":"636f683731736633","timestamp":162152172,"duration":6908509,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"verify-and-lint","id":"6a73656c6e397569","timestamp":169067997,"duration":5015680,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"collect-pages","id":"6662746966376365","timestamp":174085540,"duration":3384,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"create-pages-mapping","id":"707834726e777063","timestamp":174089050,"duration":854,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"create-entrypoints","id":"786b666e6a376e73","timestamp":174089972,"duration":1791,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"public-dir-conflict-check","id":"3577687973706b33","timestamp":174092028,"duration":1378,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"generate-routes-manifest","id":"3967747864627770","timestamp":174093681,"duration":3171,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"create-dist-dir","id":"396d6b677937777a","timestamp":174096902,"duration":346,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"write-routes-manifest","id":"6730626737613375","timestamp":174097737,"duration":709,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"generate-required-server-files","id":"6864366c38793861","timestamp":174098499,"duration":207,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62396b6f6a396b69","name":"generate-webpack-config","id":"6f37653461333776","timestamp":174098760,"duration":306720,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a6a353663797233","name":"next-client-pages-loader","id":"6376696f69646178","timestamp":174578888,"duration":853,"tags":{"absolutePagePath":"private-next-pages/_app.tsx"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-tsx!","id":"7a6a353663797233","timestamp":174575468,"duration":19741,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2F_app&absolutePagePath=private-next-pages%2F_app.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"3865686679717276","name":"next-client-pages-loader","id":"32396d31747a6f65","timestamp":174595592,"duration":115,"tags":{"absolutePagePath":"private-next-pages/events.tsx"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-tsx!","id":"3865686679717276","timestamp":174595445,"duration":3069,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fevents&absolutePagePath=private-next-pages%2Fevents.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"79736e6e3171686f","name":"next-client-pages-loader","id":"6167386674703930","timestamp":174598723,"duration":49,"tags":{"absolutePagePath":"private-next-pages/events/[name].tsx"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-tsx!","id":"79736e6e3171686f","timestamp":174598582,"duration":1457,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fevents%2F%5Bname%5D&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"6c6761646d686f36","name":"next-client-pages-loader","id":"36366c7569727863","timestamp":174600227,"duration":48,"tags":{"absolutePagePath":"private-next-pages/events/[name]/logs.tsx"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-tsx!","id":"6c6761646d686f36","timestamp":174600093,"duration":1310,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fevents%2F%5Bname%5D%2Flogs&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D%2Flogs.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"736e323533613979","name":"next-client-pages-loader","id":"7638736a697a6774","timestamp":174601595,"duration":51,"tags":{"absolutePagePath":"private-next-pages/events/[name]/v/[version].tsx"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-tsx!","id":"736e323533613979","timestamp":174601465,"duration":1176,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fevents%2F%5Bname%5D%2Fv%2F%5Bversion%5D&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D%2Fv%2F%5Bversion%5D.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"77746d396c773069","name":"next-client-pages-loader","id":"3065677538366379","timestamp":174602798,"duration":41,"tags":{"absolutePagePath":"private-next-pages/index.tsx"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-tsx!","id":"77746d396c773069","timestamp":174602696,"duration":1753,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2F&absolutePagePath=private-next-pages%2Findex.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"7477716e7a326478","name":"next-client-pages-loader","id":"7163747775386e70","timestamp":174604771,"duration":46,"tags":{"absolutePagePath":"private-next-pages/overview.tsx"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-tsx!","id":"7477716e7a326478","timestamp":174604665,"duration":1110,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Foverview&absolutePagePath=private-next-pages%2Foverview.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"7776376d75313068","name":"next-client-pages-loader","id":"316c6d396f6b6f33","timestamp":174605937,"duration":44,"tags":{"absolutePagePath":"private-next-pages/services.tsx"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-tsx!","id":"7776376d75313068","timestamp":174605827,"duration":1076,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fservices&absolutePagePath=private-next-pages%2Fservices.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"6f676e767831666d","name":"next-client-pages-loader","id":"397a78616d336237","timestamp":174607061,"duration":50,"tags":{"absolutePagePath":"private-next-pages/services/[name].tsx"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-tsx!","id":"6f676e767831666d","timestamp":174606952,"duration":1893,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fservices%2F%5Bname%5D&absolutePagePath=private-next-pages%2Fservices%2F%5Bname%5D.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"3264387174357831","name":"next-client-pages-loader","id":"7a783577676b6e71","timestamp":174608985,"duration":61,"tags":{"absolutePagePath":"private-next-pages/users/[id].tsx"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-tsx!","id":"3264387174357831","timestamp":174608896,"duration":1934,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fusers%2F%5Bid%5D&absolutePagePath=private-next-pages%2Fusers%2F%5Bid%5D.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"6e39656c76687236","name":"next-client-pages-loader","id":"303068756c74386d","timestamp":174611035,"duration":66,"tags":{"absolutePagePath":"next/dist/pages/_error"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-js?page=%2F_error&absolutePagePath=next%2Fdist%2Fpages%2F_error!","id":"6e39656c76687236","timestamp":174610882,"duration":1370,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2F_error&absolutePagePath=next%2Fdist%2Fpages%2F_error!"}},{"traceId":"2e751b98748067a4","parentId":"717035616b6e3162","name":"next-swc-transform","id":"7973356d7068366d","timestamp":174635530,"duration":9270,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7034787434766873","name":"next-swc-loader","id":"717035616b6e3162","timestamp":174634928,"duration":9887,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-js","id":"7034787434766873","timestamp":174621379,"duration":27858,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/next.js"}},{"traceId":"2e751b98748067a4","parentId":"3574726634613764","name":"next-swc-transform","id":"3179756670783372","timestamp":174636968,"duration":14509,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"71336a6b61377978","name":"next-swc-loader","id":"3574726634613764","timestamp":174636795,"duration":14693,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"build-module-js","id":"71336a6b61377978","timestamp":174628564,"duration":48673,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/router.js"}},{"traceId":"2e751b98748067a4","parentId":"776a346c35676d35","name":"next-swc-transform","id":"743377676f613933","timestamp":174706100,"duration":6185,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a73787673746a62","name":"next-swc-loader","id":"776a346c35676d35","timestamp":174705995,"duration":6305,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"71336a6b61377978","name":"build-module-js","id":"6a73787673746a62","timestamp":174699829,"duration":14913,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/with-router.js"}},{"traceId":"2e751b98748067a4","parentId":"356932726b667438","name":"read-resource","id":"6b71366163347237","timestamp":174712197,"duration":15946,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"71336a6b61377978","name":"build-module-js","id":"356932726b667438","timestamp":174711735,"duration":18318,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/lib/is-error.js"}},{"traceId":"2e751b98748067a4","parentId":"3373673468626a71","name":"next-swc-transform","id":"65676c3972747964","timestamp":174707241,"duration":22914,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"next-swc-loader","id":"3373673468626a71","timestamp":174707062,"duration":23104,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7034787434766873","name":"build-module-js","id":"716134396a636a6c","timestamp":174701993,"duration":96848,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/index.js"}},{"traceId":"2e751b98748067a4","parentId":"726f6a3178307933","name":"next-swc-transform","id":"6f78353763747339","timestamp":174722777,"duration":81647,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"65686a62666e786e","name":"next-swc-loader","id":"726f6a3178307933","timestamp":174722683,"duration":81755,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"71336a6b61377978","name":"build-module-js","id":"65686a62666e786e","timestamp":174717265,"duration":88490,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router-context.js"}},{"traceId":"2e751b98748067a4","parentId":"39376531346f6173","name":"next-swc-transform","id":"7a71346b79783639","timestamp":174723837,"duration":83545,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6830796438777162","name":"next-swc-loader","id":"39376531346f6173","timestamp":174723762,"duration":83633,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"71336a6b61377978","name":"build-module-js","id":"6830796438777162","timestamp":174718571,"duration":199060,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/router.js"}},{"traceId":"2e751b98748067a4","parentId":"30347076786d796d","name":"next-swc-transform","id":"786c72666c71776a","timestamp":174931547,"duration":13738,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6931323731776737","name":"next-swc-loader","id":"30347076786d796d","timestamp":174931450,"duration":13850,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e39656c76687236","name":"build-module-js","id":"6931323731776737","timestamp":174928105,"duration":22165,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/pages/_error.js"}},{"traceId":"2e751b98748067a4","parentId":"6830796438777162","name":"build-module","id":"6c39777137623075","timestamp":174950907,"duration":74,"tags":{"name":"undefined"}},{"traceId":"2e751b98748067a4","parentId":"6f74696a39763768","name":"next-swc-transform","id":"69716a766b6c6837","timestamp":174980871,"duration":43747,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f71763132627273","name":"next-swc-loader","id":"6f74696a39763768","timestamp":174980804,"duration":43828,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"6f71763132627273","timestamp":174955818,"duration":76064,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/page-loader.js"}},{"traceId":"2e751b98748067a4","parentId":"6668316f61716370","name":"next-swc-transform","id":"3236396777326138","timestamp":174979674,"duration":52258,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"366863697378386e","name":"next-swc-loader","id":"6668316f61716370","timestamp":174979589,"duration":52349,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"366863697378386e","timestamp":174954538,"duration":81607,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/head-manager.js"}},{"traceId":"2e751b98748067a4","parentId":"38386a3965367a70","name":"next-swc-transform","id":"386b3475757a6f37","timestamp":174981926,"duration":54263,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7972753037763338","name":"next-swc-loader","id":"38386a3965367a70","timestamp":174981872,"duration":54324,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"7972753037763338","timestamp":174957083,"duration":81225,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/performance-relayer.js"}},{"traceId":"2e751b98748067a4","parentId":"7138747a7365346e","name":"next-swc-transform","id":"627473666f317262","timestamp":174983855,"duration":54494,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3436756172316530","name":"next-swc-loader","id":"7138747a7365346e","timestamp":174983811,"duration":54543,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"3436756172316530","timestamp":174959393,"duration":81447,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/vitals.js"}},{"traceId":"2e751b98748067a4","parentId":"336e763933336239","name":"next-swc-transform","id":"6c7337797165386c","timestamp":174982912,"duration":57974,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63737366646d6967","name":"next-swc-loader","id":"336e763933336239","timestamp":174982840,"duration":58052,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"63737366646d6967","timestamp":174958277,"duration":85254,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/route-announcer.js"}},{"traceId":"2e751b98748067a4","parentId":"61316b7573626b70","name":"next-swc-transform","id":"786f7576766e3767","timestamp":174986075,"duration":57496,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776c383461796c68","name":"next-swc-loader","id":"61316b7573626b70","timestamp":174986031,"duration":57545,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"776c383461796c68","timestamp":174961839,"duration":82431,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/head-manager-context.js"}},{"traceId":"2e751b98748067a4","parentId":"34387a777275656a","name":"next-swc-transform","id":"316e327966337877","timestamp":174987167,"duration":74455,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c756d3935786237","name":"next-swc-loader","id":"34387a777275656a","timestamp":174987121,"duration":74512,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"6c756d3935786237","timestamp":174962928,"duration":102022,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/mitt.js"}},{"traceId":"2e751b98748067a4","parentId":"6e7474316e753373","name":"next-swc-transform","id":"626e68786b706d77","timestamp":174988112,"duration":76883,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"72626a3637776468","name":"next-swc-loader","id":"6e7474316e753373","timestamp":174988071,"duration":76931,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"72626a3637776468","timestamp":174964031,"duration":103753,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/runtime-config.js"}},{"traceId":"2e751b98748067a4","parentId":"687674397a66346d","name":"next-swc-transform","id":"72767267376b6265","timestamp":174985116,"duration":84594,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"696437396233336c","name":"next-swc-loader","id":"687674397a66346d","timestamp":174985054,"duration":84666,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"696437396233336c","timestamp":174960723,"duration":115708,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/script.js"}},{"traceId":"2e751b98748067a4","parentId":"7430787565736761","name":"next-swc-transform","id":"717a613475333178","timestamp":174989401,"duration":87074,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3275717770373836","name":"next-swc-loader","id":"7430787565736761","timestamp":174989355,"duration":87127,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"3275717770373836","timestamp":174965149,"duration":127986,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/utils.js"}},{"traceId":"2e751b98748067a4","parentId":"6b76786931373768","name":"next-swc-transform","id":"7163746e6466656b","timestamp":175051328,"duration":41866,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"616c35766c696f70","name":"next-swc-loader","id":"6b76786931373768","timestamp":175051085,"duration":42115,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6830796438777162","name":"build-module-js","id":"616c35766c696f70","timestamp":175045261,"duration":53898,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/normalize-trailing-slash.js"}},{"traceId":"2e751b98748067a4","parentId":"3864727170767265","name":"next-swc-transform","id":"36347674766b3070","timestamp":175052506,"duration":47111,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6533706d39393067","name":"next-swc-loader","id":"3864727170767265","timestamp":175052458,"duration":47168,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6830796438777162","name":"build-module-js","id":"6533706d39393067","timestamp":175046571,"duration":62637,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/route-loader.js"}},{"traceId":"2e751b98748067a4","parentId":"6934636635383576","name":"next-swc-transform","id":"6439737164377a65","timestamp":175134015,"duration":26702,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"743536736f613264","name":"next-swc-loader","id":"6934636635383576","timestamp":175133933,"duration":26799,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"743536736f613264","timestamp":175110226,"duration":51345,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js"}},{"traceId":"2e751b98748067a4","parentId":"3575356132656834","name":"next-swc-transform","id":"6933776b6133707a","timestamp":175136917,"duration":24722,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c6f357771316f69","name":"next-swc-loader","id":"3575356132656834","timestamp":175136864,"duration":24781,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6830796438777162","name":"build-module-js","id":"6c6f357771316f69","timestamp":175112773,"duration":49989,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js"}}]
|
|
2
|
+
[{"traceId":"2e751b98748067a4","parentId":"6533796d396d326b","name":"next-swc-transform","id":"616b716836346a33","timestamp":175135544,"duration":27607,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3061326237787970","name":"next-swc-loader","id":"6533796d396d326b","timestamp":175135475,"duration":27684,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"3061326237787970","timestamp":175111567,"duration":54219,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/querystring.js"}},{"traceId":"2e751b98748067a4","parentId":"303664336f617232","name":"next-swc-transform","id":"376f76746f316162","timestamp":175140788,"duration":25039,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3339347174336737","name":"next-swc-loader","id":"303664336f617232","timestamp":175140635,"duration":25198,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6830796438777162","name":"build-module-js","id":"3339347174336737","timestamp":175114042,"duration":53718,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/route-matcher.js"}},{"traceId":"2e751b98748067a4","parentId":"75726e3639656f78","name":"next-swc-transform","id":"3871393463773473","timestamp":175143346,"duration":24455,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c33327672707038","name":"next-swc-loader","id":"75726e3639656f78","timestamp":175143250,"duration":24556,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6830796438777162","name":"build-module-js","id":"6c33327672707038","timestamp":175116430,"duration":52385,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/get-middleware-regex.js"}},{"traceId":"2e751b98748067a4","parentId":"6c64646175357264","name":"next-swc-transform","id":"7236316773723967","timestamp":175142004,"duration":42142,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"72676832377a696b","name":"next-swc-loader","id":"6c64646175357264","timestamp":175141937,"duration":42220,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6830796438777162","name":"build-module-js","id":"72676832377a696b","timestamp":175115231,"duration":71954,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/route-regex.js"}},{"traceId":"2e751b98748067a4","parentId":"3831756932796d67","name":"next-swc-transform","id":"72356a6f30787279","timestamp":175177460,"duration":10203,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3830717a78763472","name":"next-swc-loader","id":"3831756932796d67","timestamp":175177343,"duration":10328,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6830796438777162","name":"build-module-js","id":"3830717a78763472","timestamp":175173841,"duration":14590,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"}},{"traceId":"2e751b98748067a4","parentId":"71617a6d69796465","name":"next-swc-transform","id":"7366797968646c77","timestamp":175206428,"duration":40233,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a74677863343267","name":"next-swc-loader","id":"71617a6d69796465","timestamp":175206356,"duration":40325,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a6a353663797233","name":"build-module-tsx","id":"6a74677863343267","timestamp":175188523,"duration":65101,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/_app.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6f39306975383733","name":"next-swc-transform","id":"3273356e6c786168","timestamp":175207818,"duration":45875,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"37747a61626b3369","name":"next-swc-loader","id":"6f39306975383733","timestamp":175207768,"duration":45931,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865686679717276","name":"build-module-tsx","id":"37747a61626b3369","timestamp":175190406,"duration":70647,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events.tsx"}},{"traceId":"2e751b98748067a4","parentId":"7265736a34733962","name":"next-swc-transform","id":"74647473386f356e","timestamp":175208762,"duration":52352,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62756b6b69707762","name":"next-swc-loader","id":"7265736a34733962","timestamp":175208720,"duration":52400,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"77746d396c773069","name":"build-module-tsx","id":"62756b6b69707762","timestamp":175191512,"duration":70826,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/index.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6479626833336276","name":"next-swc-transform","id":"6b616d6f36766978","timestamp":175212378,"duration":54337,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c72766d38646c6c","name":"next-swc-loader","id":"6479626833336276","timestamp":175212335,"duration":54390,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6931323731776737","name":"build-module-js","id":"6c72766d38646c6c","timestamp":175196077,"duration":75845,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/head.js"}},{"traceId":"2e751b98748067a4","parentId":"366e7a6a7373786d","name":"next-swc-transform","id":"6b74626a35637332","timestamp":175210648,"duration":61753,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d79683139386773","name":"next-swc-loader","id":"366e7a6a7373786d","timestamp":175210602,"duration":61808,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7776376d75313068","name":"build-module-tsx","id":"6d79683139386773","timestamp":175193683,"duration":84116,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6b346b6676637a79","name":"next-swc-transform","id":"65343937717a6f75","timestamp":175209752,"duration":68090,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"666a796431713978","name":"next-swc-loader","id":"6b346b6676637a79","timestamp":175209707,"duration":68140,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7477716e7a326478","name":"build-module-tsx","id":"666a796431713978","timestamp":175192553,"duration":89729,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/overview.tsx"}},{"traceId":"2e751b98748067a4","parentId":"71636865716d7071","name":"next-swc-transform","id":"657a343177787069","timestamp":175211514,"duration":70813,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"next-swc-loader","id":"71636865716d7071","timestamp":175211475,"duration":70857,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79736e6e3171686f","name":"build-module-tsx","id":"34757668326b6b63","timestamp":175194699,"duration":94613,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name].tsx"}},{"traceId":"2e751b98748067a4","parentId":"7574697164627476","name":"read-resource","id":"396f783561736838","timestamp":175173777,"duration":116862,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6830796438777162","name":"build-module-js","id":"7574697164627476","timestamp":175173636,"duration":118187,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/server/denormalize-page-path.js"}},{"traceId":"2e751b98748067a4","parentId":"3437306b706c3439","name":"next-swc-transform","id":"376b756f3476777a","timestamp":175298097,"duration":9435,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7162727837776967","name":"next-swc-loader","id":"3437306b706c3439","timestamp":175298035,"duration":9509,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f71763132627273","name":"build-module-js","id":"7162727837776967","timestamp":175294341,"duration":14088,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js"}},{"traceId":"2e751b98748067a4","parentId":"33666d7969327934","name":"next-swc-transform","id":"396769756c636937","timestamp":175324719,"duration":22782,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7868656f65757675","name":"next-swc-loader","id":"33666d7969327934","timestamp":175324660,"duration":22858,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c6761646d686f36","name":"build-module-tsx","id":"7868656f65757675","timestamp":175313262,"duration":38465,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/logs.tsx"}},{"traceId":"2e751b98748067a4","parentId":"386c79397a636b61","name":"next-swc-transform","id":"656a667866703176","timestamp":175325615,"duration":26155,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7568377234356735","name":"next-swc-loader","id":"386c79397a636b61","timestamp":175325567,"duration":26208,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"736e323533613979","name":"build-module-tsx","id":"7568377234356735","timestamp":175314512,"duration":38786,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/v/[version].tsx"}},{"traceId":"2e751b98748067a4","parentId":"777577727a317468","name":"next-swc-transform","id":"6634653267616b69","timestamp":175326463,"duration":26966,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d336d65316e336c","name":"next-swc-loader","id":"777577727a317468","timestamp":175326421,"duration":27017,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f676e767831666d","name":"build-module-tsx","id":"6d336d65316e336c","timestamp":175315666,"duration":41472,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services/[name].tsx"}},{"traceId":"2e751b98748067a4","parentId":"667034393636706a","name":"next-swc-transform","id":"38617a6d38637971","timestamp":175327316,"duration":29861,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6373393266373338","name":"next-swc-loader","id":"667034393636706a","timestamp":175327265,"duration":29918,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"696437396233336c","name":"build-module-js","id":"6373393266373338","timestamp":175316701,"duration":41702,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/request-idle-callback.js"}},{"traceId":"2e751b98748067a4","parentId":"326c65786f6b3272","name":"next-swc-transform","id":"7475796a63717771","timestamp":175328167,"duration":43002,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"666b696374797735","name":"next-swc-loader","id":"326c65786f6b3272","timestamp":175328124,"duration":43057,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3275717770373836","name":"build-module-js","id":"666b696374797735","timestamp":175317787,"duration":55958,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/format-url.js"}},{"traceId":"2e751b98748067a4","parentId":"6167683272726674","name":"next-swc-transform","id":"6768373376657066","timestamp":175362530,"duration":13308,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"387835386a323466","name":"next-swc-loader","id":"6167683272726674","timestamp":175362475,"duration":13375,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3264387174357831","name":"build-module-tsx","id":"387835386a323466","timestamp":175359275,"duration":19928,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/users/[id].tsx"}},{"traceId":"2e751b98748067a4","parentId":"387963786b356e63","name":"next-swc-transform","id":"306c737578757032","timestamp":175391605,"duration":19977,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74393932386c6366","name":"next-swc-loader","id":"387963786b356e63","timestamp":175391548,"duration":20049,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"74393932386c6366","timestamp":175389247,"duration":26420,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/portal/index.js"}},{"traceId":"2e751b98748067a4","parentId":"356e736630617063","name":"next-swc-transform","id":"766435717279306a","timestamp":175402445,"duration":21502,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"703736796f693430","name":"next-swc-loader","id":"356e736630617063","timestamp":175402383,"duration":21576,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c72766d38646c6c","name":"build-module-js","id":"703736796f693430","timestamp":175396250,"duration":33055,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/side-effect.js"}},{"traceId":"2e751b98748067a4","parentId":"75766a6f66793268","name":"next-swc-transform","id":"7062356a6b347776","timestamp":175403340,"duration":26019,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6736686d31723061","name":"next-swc-loader","id":"75766a6f66793268","timestamp":175403294,"duration":26071,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c72766d38646c6c","name":"build-module-js","id":"6736686d31723061","timestamp":175397352,"duration":32728,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/amp-context.js"}},{"traceId":"2e751b98748067a4","parentId":"6d676e787973317a","name":"next-swc-transform","id":"773577666f657775","timestamp":175404214,"duration":25903,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"70717769646b7171","name":"next-swc-loader","id":"6d676e787973317a","timestamp":175404171,"duration":25951,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c72766d38646c6c","name":"build-module-js","id":"70717769646b7171","timestamp":175398348,"duration":32735,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/amp.js"}},{"traceId":"2e751b98748067a4","parentId":"79626e7678696f78","name":"next-swc-transform","id":"367971683332696e","timestamp":175456636,"duration":8173,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"76336939396f6b33","name":"next-swc-loader","id":"79626e7678696f78","timestamp":175456579,"duration":8244,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-js","id":"76336939396f6b33","timestamp":175454158,"duration":16372,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/eventcatalog.config.js"}},{"traceId":"2e751b98748067a4","parentId":"3931313738346479","name":"read-resource","id":"32646f6f716d6533","timestamp":175463264,"duration":18562,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"3931313738346479","timestamp":175463155,"duration":36156,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/node_modules/regenerator-runtime/runtime.js"}},{"traceId":"2e751b98748067a4","parentId":"67726a6361677777","name":"read-resource","id":"3268383974376f6c","timestamp":175479397,"duration":26672,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"71336a6b61377978","name":"build-module-js","id":"67726a6361677777","timestamp":175479294,"duration":27923,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6474387061386537","name":"read-resource","id":"613367616b617a33","timestamp":175479529,"duration":27753,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a74677863343267","name":"build-module-js","id":"6474387061386537","timestamp":175479468,"duration":28147,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/head.js"}},{"traceId":"2e751b98748067a4","parentId":"30656b7a326f6d64","name":"read-resource","id":"386b79797564686e","timestamp":175479627,"duration":28028,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"37747a61626b3369","name":"build-module-js","id":"30656b7a326f6d64","timestamp":175479576,"duration":28350,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/link.js"}},{"traceId":"2e751b98748067a4","parentId":"6f35706271686464","name":"read-resource","id":"776e367672356f77","timestamp":175499929,"duration":14492,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"666a796431713978","name":"build-module-js","id":"6f35706271686464","timestamp":175499812,"duration":14941,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dynamic.js"}},{"traceId":"2e751b98748067a4","parentId":"6f76356637336736","name":"read-resource","id":"6376613062323235","timestamp":175500083,"duration":14706,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a74677863343267","name":"build-module-js","id":"6f76356637336736","timestamp":175500014,"duration":15405,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react/jsx-runtime.js"}},{"traceId":"2e751b98748067a4","parentId":"66346f323736796a","name":"read-resource","id":"7439636177653637","timestamp":175500187,"duration":15308,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"66346f323736796a","timestamp":175500135,"duration":16348,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-dom/index.js"}},{"traceId":"2e751b98748067a4","parentId":"756c343468343567","name":"read-resource","id":"31376131776a386d","timestamp":175500280,"duration":16246,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"666a796431713978","name":"build-module-js","id":"756c343468343567","timestamp":175500232,"duration":16837,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-dom/server.browser.js"}},{"traceId":"2e751b98748067a4","parentId":"6467686d6d6c746d","name":"read-resource","id":"63723779626d6b6f","timestamp":175517966,"duration":19709,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"6467686d6d6c746d","timestamp":175517875,"duration":20218,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/styled-jsx/index.js"}},{"traceId":"2e751b98748067a4","parentId":"7a307070336d696f","name":"next-swc-transform","id":"6335646164633778","timestamp":175545545,"duration":13405,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"77796b6379737668","name":"next-swc-loader","id":"7a307070336d696f","timestamp":175545480,"duration":13484,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30656b7a326f6d64","name":"build-module-js","id":"77796b6379737668","timestamp":175542564,"duration":27037,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/link.js"}},{"traceId":"2e751b98748067a4","parentId":"336e6b6777787668","name":"next-swc-transform","id":"6165773435356434","timestamp":175554047,"duration":46602,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"796a657138693771","name":"next-swc-loader","id":"336e6b6777787668","timestamp":175553994,"duration":46669,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f35706271686464","name":"build-module-js","id":"796a657138693771","timestamp":175551355,"duration":52218,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/dynamic.js"}},{"traceId":"2e751b98748067a4","parentId":"7973687975776637","name":"read-resource","id":"7865337537356533","timestamp":175542424,"duration":61939,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"67726a6361677777","name":"build-module-js","id":"7973687975776637","timestamp":175542344,"duration":81942,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react/cjs/react.production.min.js"}},{"traceId":"2e751b98748067a4","parentId":"6935727761323139","name":"read-resource","id":"3961727262337879","timestamp":175542530,"duration":81836,"tags":{}}]
|
|
3
|
+
[{"traceId":"2e751b98748067a4","parentId":"6f76356637336736","name":"build-module-js","id":"6935727761323139","timestamp":175542470,"duration":83460,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react/cjs/react-jsx-runtime.production.min.js"}},{"traceId":"2e751b98748067a4","parentId":"736f7733797a3336","name":"next-swc-transform","id":"6864313764786c73","timestamp":175586384,"duration":49016,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"61316b776a377235","name":"next-swc-loader","id":"736f7733797a3336","timestamp":175586342,"duration":49070,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a74677863343267","name":"build-module-tsx","id":"61316b776a377235","timestamp":175571286,"duration":65331,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Footer.tsx"}},{"traceId":"2e751b98748067a4","parentId":"7967727439696d77","name":"next-swc-transform","id":"6e666b6c63756370","timestamp":175587500,"duration":49178,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"793133636162776b","name":"next-swc-loader","id":"7967727439696d77","timestamp":175587457,"duration":49227,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-tsx","id":"793133636162776b","timestamp":175572292,"duration":66842,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/ContentView.tsx"}},{"traceId":"2e751b98748067a4","parentId":"3934386c666f6565","name":"next-swc-transform","id":"397033346f6c316f","timestamp":175588627,"duration":50548,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"796f706e31736766","name":"next-swc-loader","id":"3934386c666f6565","timestamp":175588584,"duration":50597,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-tsx","id":"796f706e31736766","timestamp":175573434,"duration":67874,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/BreadCrumbs.tsx"}},{"traceId":"2e751b98748067a4","parentId":"373836616a396e6d","name":"next-swc-transform","id":"766d30777577316d","timestamp":175590378,"duration":50972,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3764776e77347736","name":"next-swc-loader","id":"373836616a396e6d","timestamp":175590337,"duration":51018,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a74677863343267","name":"build-module-tsx","id":"3764776e77347736","timestamp":175575548,"duration":67328,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/hooks/EventCatalog.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6e6b7164616d626f","name":"next-swc-transform","id":"6a6a6c3561636163","timestamp":175591327,"duration":51596,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"67366373326f7661","name":"next-swc-loader","id":"6e6b7164616d626f","timestamp":175591285,"duration":51644,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"37747a61626b3369","name":"build-module-tsx","id":"67366373326f7661","timestamp":175576560,"duration":69427,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/EventGrid.tsx"}},{"traceId":"2e751b98748067a4","parentId":"71346777676e6e35","name":"next-swc-transform","id":"62343234766b6a6a","timestamp":175585476,"duration":61811,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"69726437706c6839","name":"next-swc-loader","id":"71346777676e6e35","timestamp":175585412,"duration":61885,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a74677863343267","name":"build-module-tsx","id":"69726437706c6839","timestamp":175570202,"duration":78692,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Header.tsx"}},{"traceId":"2e751b98748067a4","parentId":"7870336b75347861","name":"next-swc-transform","id":"75347a3674326b67","timestamp":175589510,"duration":59425,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"76746f6d70306973","name":"next-swc-loader","id":"7870336b75347861","timestamp":175589471,"duration":59470,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-tsx","id":"76746f6d70306973","timestamp":175574443,"duration":76582,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/SyntaxHighlighter.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6f38783063736c34","name":"read-resource","id":"3678353171753675","timestamp":175550814,"duration":100284,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7868656f65757675","name":"build-module-js","id":"6f38783063736c34","timestamp":175550724,"duration":101971,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/ui/js/diff2html-ui-slim.js"}},{"traceId":"2e751b98748067a4","parentId":"61666468617a706c","name":"read-resource","id":"663534396d72646e","timestamp":175550955,"duration":101788,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7972753037763338","name":"build-module-js","id":"61666468617a706c","timestamp":175550894,"duration":117442,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/compiled/web-vitals/web-vitals.umd.js"}},{"traceId":"2e751b98748067a4","parentId":"783235716f6a3166","name":"read-resource","id":"3630616c306b6977","timestamp":175551214,"duration":117190,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"66346f323736796a","name":"build-module-js","id":"783235716f6a3166","timestamp":175551075,"duration":325122,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-dom/cjs/react-dom.production.min.js"}},{"traceId":"2e751b98748067a4","parentId":"77633362666e6972","name":"read-resource","id":"77646b6869377273","timestamp":175551322,"duration":325008,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"756c343468343567","name":"build-module-js","id":"77633362666e6972","timestamp":175551264,"duration":337528,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js"}},{"traceId":"2e751b98748067a4","parentId":"3565617832306d66","name":"next-swc-transform","id":"6332643539366135","timestamp":175632219,"duration":295958,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3777353035656364","name":"next-swc-loader","id":"3565617832306d66","timestamp":175632139,"duration":296054,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d79683139386773","name":"build-module-tsx","id":"3777353035656364","timestamp":175626535,"duration":303024,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/ServiceGrid.tsx"}},{"traceId":"2e751b98748067a4","parentId":"3876757969653730","name":"next-swc-transform","id":"7962756971666678","timestamp":175902708,"duration":27525,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"71357a6a766b7a74","name":"next-swc-loader","id":"3876757969653730","timestamp":175902647,"duration":27597,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-tsx","id":"71357a6a766b7a74","timestamp":175890831,"duration":40388,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Admonition.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6d7a31396637736a","name":"next-swc-transform","id":"686d6b613433356d","timestamp":175903913,"duration":27352,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"643074383870737a","name":"next-swc-loader","id":"6d7a31396637736a","timestamp":175903864,"duration":27406,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-tsx","id":"643074383870737a","timestamp":175893255,"duration":40178,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Examples.tsx"}},{"traceId":"2e751b98748067a4","parentId":"32696a7166696d35","name":"next-swc-transform","id":"6c65667a69306461","timestamp":175904994,"duration":28505,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"396e6f6d656a7772","name":"next-swc-loader","id":"32696a7166696d35","timestamp":175904947,"duration":28560,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-tsx","id":"396e6f6d656a7772","timestamp":175894464,"duration":46022,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/EventSidebar.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6733656f3661736a","name":"next-swc-transform","id":"6c68616c6e786578","timestamp":175906055,"duration":34517,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"677039787477676e","name":"next-swc-loader","id":"6733656f3661736a","timestamp":175906012,"duration":34566,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d336d65316e336c","name":"build-module-tsx","id":"677039787477676e","timestamp":175895466,"duration":47652,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/ServiceSidebar.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6c6a316877783265","name":"next-swc-transform","id":"7875737769323662","timestamp":175951752,"duration":10126,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"343039376f34666e","name":"next-swc-loader","id":"6c6a316877783265","timestamp":175951697,"duration":10195,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-ts","id":"343039376f34666e","timestamp":175948851,"duration":13737,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/utils/random-bg.ts"}},{"traceId":"2e751b98748067a4","parentId":"6837696863747435","name":"read-resource","id":"76676b6a306e6b67","timestamp":175948795,"duration":21851,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716134396a636a6c","name":"build-module-js","id":"6837696863747435","timestamp":175948691,"duration":23145,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@next/polyfill-module/dist/polyfill-module.js"}},{"traceId":"2e751b98748067a4","parentId":"3231777735337478","name":"read-resource","id":"6d7970396b6e3779","timestamp":175985057,"duration":20,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"757a62676d6b7a37","name":"next-swc-transform","id":"706e7a727331726d","timestamp":175975248,"duration":22868,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f35746175376b72","name":"next-swc-loader","id":"757a62676d6b7a37","timestamp":175975185,"duration":22946,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"77796b6379737668","name":"build-module-js","id":"6f35746175376b72","timestamp":175972256,"duration":27750,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/use-intersection.js"}},{"traceId":"2e751b98748067a4","parentId":"6a6d34636c796369","name":"next-swc-transform","id":"306461623064707a","timestamp":175989475,"duration":11188,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7861306f397a3832","name":"next-swc-loader","id":"6a6d34636c796369","timestamp":175989416,"duration":11263,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-tsx","id":"7861306f397a3832","timestamp":175978824,"duration":22911,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mermaid/index.tsx"}},{"traceId":"2e751b98748067a4","parentId":"797477356f683062","name":"next-swc-transform","id":"6f69306c33326e6e","timestamp":175990368,"duration":11421,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7378716433337434","name":"next-swc-loader","id":"797477356f683062","timestamp":175990316,"duration":11479,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-tsx","id":"7378716433337434","timestamp":175979948,"duration":22656,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/NotFound/index.tsx"}},{"traceId":"2e751b98748067a4","parentId":"34786a32306b6174","name":"next-swc-transform","id":"317a677236756734","timestamp":175991433,"duration":14038,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7834736665617078","name":"next-swc-loader","id":"34786a32306b6174","timestamp":175991382,"duration":14099,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"796a657138693771","name":"build-module-js","id":"7834736665617078","timestamp":175980974,"duration":31436,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/loadable.js"}},{"traceId":"2e751b98748067a4","parentId":"643263683362746d","name":"read-resource","id":"7731736473306a72","timestamp":175978653,"duration":3430141,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"666a796431713978","name":"build-module-js","id":"643263683362746d","timestamp":175978555,"duration":3435899,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-force-graph-3d/dist/react-force-graph-3d.module.js"}},{"traceId":"2e751b98748067a4","parentId":"7934707866623178","name":"read-resource","id":"3178656d6e336635","timestamp":175978777,"duration":3435732,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"34757668326b6b63","name":"build-module-js","id":"7934707866623178","timestamp":175978715,"duration":3436149,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next-mdx-remote/index.js"}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"read-resource","id":"356436643837706a","timestamp":175982325,"duration":3432578,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f38783063736c34","name":"build-module-js","id":"3578767733727970","timestamp":175982238,"duration":3437602,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/ui/js/highlight.js-slim.js"}},{"traceId":"2e751b98748067a4","parentId":"3570777a346d6973","name":"read-resource","id":"697a62316a743970","timestamp":175982435,"duration":3437455,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f38783063736c34","name":"build-module-js","id":"3570777a346d6973","timestamp":175982378,"duration":3440887,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/ui/js/diff2html-ui-base.js"}},{"traceId":"2e751b98748067a4","parentId":"71667a75736b6f61","name":"read-resource","id":"356c386e707a6b63","timestamp":179459394,"duration":16249,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7564783875646178","name":"postcss-process","id":"626d666b6875706e","timestamp":179475729,"duration":102634,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"71667a75736b6f61","name":"postcss-loader","id":"7564783875646178","timestamp":179475698,"duration":102772,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"71667a75736b6f61","name":"css-loader","id":"6673676f62676a33","timestamp":179578775,"duration":33624,"tags":{"astUsed":"true"}},{"traceId":"2e751b98748067a4","parentId":"3563676a35363171","name":"read-resource","id":"6b35627233616237","timestamp":179459515,"duration":154625,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6467686d6d6c746d","name":"build-module-js","id":"3563676a35363171","timestamp":179459444,"duration":155318,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/styled-jsx/dist/index.js"}},{"traceId":"2e751b98748067a4","parentId":"326f616b3378346c","name":"next-swc-transform","id":"3331786b75646836","timestamp":179471792,"duration":144419,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62686b7934636462","name":"next-swc-loader","id":"326f616b3378346c","timestamp":179471721,"duration":144500,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7834736665617078","name":"build-module-js","id":"62686b7934636462","timestamp":179469416,"duration":148223,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/loadable-context.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"read-resource","id":"307470687a6a6562","timestamp":179465652,"duration":154478,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"37747a61626b3369","name":"build-module-js","id":"6e6b72336c643661","timestamp":179465567,"duration":155816,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/index.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"read-resource","id":"6c3038756d347574","timestamp":179469373,"duration":156112,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"37747a61626b3369","name":"build-module-js","id":"7830793065346432","timestamp":179469279,"duration":166074,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/index.js"}},{"traceId":"2e751b98748067a4","parentId":"746631766d766663","name":"read-resource","id":"6230367635723031","timestamp":179615153,"duration":25751,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"69726437706c6839","name":"build-module-js","id":"746631766d766663","timestamp":179615044,"duration":27887,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/router.js"}},{"traceId":"2e751b98748067a4","parentId":"74686b3837733461","name":"read-resource","id":"6362773871637936","timestamp":179615261,"duration":27718,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3570777a346d6973","name":"build-module-js","id":"74686b3837733461","timestamp":179615206,"duration":31159,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/diff2html.js"}},{"traceId":"2e751b98748067a4","parentId":"7a756b636c323862","name":"read-resource","id":"6f37383065367637","timestamp":179615347,"duration":31068,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3570777a346d6973","name":"build-module-js","id":"7a756b636c323862","timestamp":179615298,"duration":37698,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/ui/js/highlight.js-helpers.js"}},{"traceId":"2e751b98748067a4","parentId":"64316c6c6d30716c","name":"build-module-css","id":"71667a75736b6f61","timestamp":179459213,"duration":293722,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/bundles/css/diff2html.min.css.webpack[javascript/auto]!=!/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[7].use[1]!/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[2].oneOf[7].use[2]!/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/bundles/css/diff2html.min.css"}},{"traceId":"2e751b98748067a4","parentId":"6d64683072626765","name":"read-resource","id":"3778683236376968","timestamp":179790206,"duration":27857,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7973687975776637","name":"build-module-js","id":"6d64683072626765","timestamp":179790059,"duration":28673,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/polyfills/object-assign.js"}},{"traceId":"2e751b98748067a4","parentId":"773565663774786d","name":"read-resource","id":"76776671616e7337","timestamp":179790329,"duration":28451,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7934707866623178","name":"build-module-js","id":"773565663774786d","timestamp":179790266,"duration":40133,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next-mdx-remote/dist/index.js"}},{"traceId":"2e751b98748067a4","parentId":"79776977396a3038","name":"read-resource","id":"6531756e6b373472","timestamp":179790425,"duration":40026,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3563676a35363171","name":"build-module-js","id":"79776977396a3038","timestamp":179790367,"duration":58326,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/styled-jsx/dist/stylesheet-registry.js"}},{"traceId":"2e751b98748067a4","parentId":"636732646a6c7570","name":"read-resource","id":"74776b6e6c617530","timestamp":179790528,"duration":58235,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"636732646a6c7570","timestamp":179790477,"duration":60236,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/AcademicCapIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b706f716535766a","name":"read-resource","id":"6d62723362346f71","timestamp":179790603,"duration":60222,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6b706f716535766a","timestamp":179790559,"duration":61510,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/AdjustmentsIcon.js"}}]
|
|
4
|
+
[{"traceId":"2e751b98748067a4","parentId":"766630373332636a","name":"read-resource","id":"7867383067343238","timestamp":179790681,"duration":62004,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"766630373332636a","timestamp":179790638,"duration":63183,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/AnnotationIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f33706d6d736e6a","name":"read-resource","id":"74696c6a6c66376b","timestamp":179790761,"duration":63103,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6f33706d6d736e6a","timestamp":179790713,"duration":65389,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArchiveIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"366c6b377238726c","name":"read-resource","id":"686b676763753135","timestamp":179790837,"duration":65308,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"366c6b377238726c","timestamp":179790790,"duration":66605,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowCircleDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"74786b3632357734","name":"read-resource","id":"6a316168306a6e39","timestamp":179790908,"duration":66535,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"74786b3632357734","timestamp":179790866,"duration":68457,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowCircleLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"737474336372666c","name":"read-resource","id":"6d36347766376538","timestamp":179790980,"duration":68384,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"737474336372666c","timestamp":179790937,"duration":69421,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowCircleRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"61766f3730366469","name":"read-resource","id":"6a69647371636837","timestamp":179791048,"duration":69350,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"61766f3730366469","timestamp":179791007,"duration":70610,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowCircleUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"65767770656e7861","name":"read-resource","id":"69666e6f39676474","timestamp":179791120,"duration":70540,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"65767770656e7861","timestamp":179791074,"duration":71499,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3763683331367a6e","name":"read-resource","id":"6574713163727032","timestamp":179791190,"duration":71422,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3763683331367a6e","timestamp":179791149,"duration":73754,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6131393868666b77","name":"read-resource","id":"30356d6265337664","timestamp":179791260,"duration":73688,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6131393868666b77","timestamp":179791218,"duration":76088,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowNarrowDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"656b6d76676e3034","name":"read-resource","id":"6374786663317a32","timestamp":179791328,"duration":76020,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"656b6d76676e3034","timestamp":179791287,"duration":76892,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowNarrowLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"666835677072786b","name":"read-resource","id":"3238366369697035","timestamp":179791395,"duration":76821,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"666835677072786b","timestamp":179791355,"duration":77706,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowNarrowRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f7238696674736f","name":"read-resource","id":"726c723138773334","timestamp":179791484,"duration":77615,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6f7238696674736f","timestamp":179791435,"duration":78479,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowNarrowUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"697a786b36706e61","name":"read-resource","id":"7730383377387271","timestamp":179791556,"duration":78395,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"697a786b36706e61","timestamp":179791514,"duration":79454,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"6d73706a6a703275","timestamp":174510309,"duration":5366100,"tags":{"request":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/router.js"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"6f36767362377365","timestamp":174510622,"duration":5365845,"tags":{"request":"next-client-pages-loader?page=%2F_error&absolutePagePath=next%2Fdist%2Fpages%2F_error!"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"3071766a767a7270","timestamp":174510463,"duration":5366027,"tags":{"request":"next-client-pages-loader?page=%2Fevents%2F%5Bname%5D%2Fv%2F%5Bversion%5D&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D%2Fv%2F%5Bversion%5D.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"676631337a6c7831","name":"read-resource","id":"71746d7276313771","timestamp":179800432,"duration":79592,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"676631337a6c7831","timestamp":179800331,"duration":80725,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowSmDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"68306e6d6a336165","name":"read-resource","id":"6e71337a71376b67","timestamp":179800562,"duration":80537,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"68306e6d6a336165","timestamp":179800477,"duration":81401,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowSmLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7834707434743969","name":"read-resource","id":"7232637a7a6a3764","timestamp":179800651,"duration":81303,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"7834707434743969","timestamp":179800599,"duration":86886,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/portal/portal.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"read-resource","id":"736a666a38736b37","timestamp":179800730,"duration":86795,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"3865356f62736f77","timestamp":179800682,"duration":102692,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/dialog/dialog.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"347637306b6e696c","name":"read-resource","id":"776d743234377665","timestamp":179801036,"duration":102394,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"347637306b6e696c","timestamp":179800759,"duration":120113,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/disclosure/disclosure.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"79726a706f756871","name":"read-resource","id":"34713266696f356e","timestamp":179801147,"duration":119950,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"79726a706f756871","timestamp":179801087,"duration":121085,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/focus-trap/focus-trap.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"66376c323361776c","name":"read-resource","id":"76683276636d3877","timestamp":179801231,"duration":120984,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"66376c323361776c","timestamp":179801178,"duration":147507,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/listbox/listbox.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"7a637a6530737a79","name":"read-resource","id":"6762356d3468686a","timestamp":179801307,"duration":147427,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"7a637a6530737a79","timestamp":179801259,"duration":196503,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/menu/menu.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"307976727a736e6a","name":"read-resource","id":"6775766268706d78","timestamp":179801660,"duration":196173,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"307976727a736e6a","timestamp":179801611,"duration":212603,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/popover/popover.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"3269776738367736","name":"read-resource","id":"3276376767357430","timestamp":179801735,"duration":212547,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"3269776738367736","timestamp":179801691,"duration":217658,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/radio-group/radio-group.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6c61326d717371","name":"read-resource","id":"3637716635797473","timestamp":179801805,"duration":217597,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"6d6c61326d717371","timestamp":179801762,"duration":219544,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/switch/switch.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"7778366f6b787876","name":"read-resource","id":"32657374786e356f","timestamp":179801879,"duration":219473,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"7778366f6b787876","timestamp":179801832,"duration":225337,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/tabs/tabs.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6336727733626638","name":"read-resource","id":"346d306b786f6670","timestamp":179801952,"duration":225263,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e6b72336c643661","name":"build-module-js","id":"6336727733626638","timestamp":179801909,"duration":232376,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/transitions/transition.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6c616f6861757039","name":"read-resource","id":"346961326c757436","timestamp":179802045,"duration":232287,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6c616f6861757039","timestamp":179801999,"duration":232923,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowSmRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"31336a6639317a65","name":"read-resource","id":"67766b636d6f6964","timestamp":179802123,"duration":232842,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"31336a6639317a65","timestamp":179802074,"duration":233560,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowSmUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"783439697271786d","name":"read-resource","id":"6b6d783165796d36","timestamp":179802194,"duration":233481,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"783439697271786d","timestamp":179802152,"duration":234116,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e31396b77697339","name":"read-resource","id":"3262756269687663","timestamp":179802262,"duration":234046,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6e31396b77697339","timestamp":179802221,"duration":234622,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowsExpandIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"706c6a343037786e","name":"read-resource","id":"6c356b776a707978","timestamp":179802333,"duration":234551,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"76746f6d70306973","name":"build-module-js","id":"706c6a343037786e","timestamp":179802291,"duration":235404,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.js"}},{"traceId":"2e751b98748067a4","parentId":"746b3137667a7975","name":"read-resource","id":"6a706f66666f626d","timestamp":179802401,"duration":235331,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"76746f6d70306973","name":"build-module-js","id":"746b3137667a7975","timestamp":179802360,"duration":235829,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/index.js"}},{"traceId":"2e751b98748067a4","parentId":"636f6468306e396f","name":"read-resource","id":"73366f7868316531","timestamp":179802473,"duration":235751,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"636f6468306e396f","timestamp":179802428,"duration":236306,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/AtSymbolIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6263636a6e346530","name":"read-resource","id":"6c713778616e7137","timestamp":179802546,"duration":236227,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6263636a6e346530","timestamp":179802504,"duration":236765,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BadgeCheckIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6e79376c666130","name":"read-resource","id":"6d396b6431336e63","timestamp":179802613,"duration":236694,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6b6e79376c666130","timestamp":179802573,"duration":237231,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BanIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"356d6c6e676d326e","name":"read-resource","id":"3974357067743633","timestamp":179802682,"duration":237162,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"356d6c6e676d326e","timestamp":179802640,"duration":237705,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BackspaceIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e316f757966706d","name":"read-resource","id":"676c393761717169","timestamp":179815289,"duration":230741,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6e316f757966706d","timestamp":179815173,"duration":231364,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BeakerIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"363675376734626b","name":"read-resource","id":"3639673334376269","timestamp":179815391,"duration":231181,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"363675376734626b","timestamp":179815335,"duration":231697,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BellIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3164727932367731","name":"read-resource","id":"747735346b356479","timestamp":179815471,"duration":231596,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3164727932367731","timestamp":179815423,"duration":232155,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BookOpenIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3735703366726533","name":"read-resource","id":"6a67616f65743965","timestamp":179815542,"duration":232071,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3735703366726533","timestamp":179815499,"duration":232579,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BookmarkAltIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"61683173336f346b","name":"read-resource","id":"79387169787a3368","timestamp":179815637,"duration":232478,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"61683173336f346b","timestamp":179815571,"duration":233065,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BookmarkIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"776c6d3974317976","name":"read-resource","id":"7a64337773703739","timestamp":179815719,"duration":232954,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"776c6d3974317976","timestamp":179815665,"duration":233543,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BriefcaseIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"706733356633796a","name":"read-resource","id":"313363707a6a7130","timestamp":179815791,"duration":233453,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"706733356633796a","timestamp":179815748,"duration":234001,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CakeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"read-resource","id":"6278366b31366c66","timestamp":179815863,"duration":233921,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"67366373326f7661","name":"build-module-js","id":"30696f386c793469","timestamp":179815819,"duration":239060,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6431346e746166","name":"read-resource","id":"77386d6777746361","timestamp":179815934,"duration":238990,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6e6431346e746166","timestamp":179815893,"duration":239575,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CalculatorIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a73656e79366e79","name":"read-resource","id":"676a39346b303761","timestamp":179816002,"duration":239502,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6a73656e79366e79","timestamp":179815961,"duration":240049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CalendarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3079687a38317036","name":"read-resource","id":"36346c7961683834","timestamp":179816075,"duration":239972,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3079687a38317036","timestamp":179816030,"duration":240539,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CameraIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3973356879653672","name":"read-resource","id":"75616f78626d366c","timestamp":179816144,"duration":240464,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7378716433337434","name":"build-module-js","id":"3973356879653672","timestamp":179816103,"duration":247181,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/compiled/native-url/index.js"}},{"traceId":"2e751b98748067a4","parentId":"337138667969386e","name":"read-resource","id":"63766230366c7230","timestamp":179816213,"duration":247111,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"337138667969386e","timestamp":179816171,"duration":247682,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CashIcon.js"}}]
|
|
5
|
+
[{"traceId":"2e751b98748067a4","parentId":"3332636466767636","name":"read-resource","id":"6331676f346b3974","timestamp":179873043,"duration":203881,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3332636466767636","timestamp":179872926,"duration":204589,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChartBarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f753964696f676b","name":"read-resource","id":"3133756d3769376f","timestamp":179873154,"duration":204410,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6f753964696f676b","timestamp":179873098,"duration":204995,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChartPieIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7a72347533783237","name":"read-resource","id":"39796b67706c6a37","timestamp":179873232,"duration":204899,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7a72347533783237","timestamp":179873186,"duration":205450,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChartSquareBarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7972356371676c65","name":"read-resource","id":"7a3761786c743462","timestamp":179873304,"duration":205369,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7972356371676c65","timestamp":179873262,"duration":205919,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChatAlt2Icon.js"}},{"traceId":"2e751b98748067a4","parentId":"36666e6c78716769","name":"read-resource","id":"7373627771787962","timestamp":179873379,"duration":205843,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"36666e6c78716769","timestamp":179873332,"duration":206502,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChatAltIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"71346a7263796f7a","name":"read-resource","id":"6131776539723735","timestamp":179873450,"duration":206636,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"71346a7263796f7a","timestamp":179873408,"duration":207266,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChatIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6178313861633969","name":"read-resource","id":"6f6f723933353078","timestamp":179873519,"duration":207195,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6178313861633969","timestamp":179873478,"duration":207881,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CheckCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7430776f726b3477","name":"read-resource","id":"3661686c69747a6f","timestamp":179873612,"duration":207794,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7430776f726b3477","timestamp":179873547,"duration":208368,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CheckIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7565787463626470","name":"read-resource","id":"637a78756d786563","timestamp":179873735,"duration":208218,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7565787463626470","timestamp":179873645,"duration":208798,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronDoubleDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a746b33326c326c","name":"read-resource","id":"35796b7364343536","timestamp":179873817,"duration":208662,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6a746b33326c326c","timestamp":179873765,"duration":209223,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronDoubleLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"62716a7267316562","name":"read-resource","id":"6e656a636b363231","timestamp":179873894,"duration":209130,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"62716a7267316562","timestamp":179873849,"duration":209712,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronDoubleRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d78723735717667","name":"read-resource","id":"37386976336d7436","timestamp":179873965,"duration":209633,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6d78723735717667","timestamp":179873923,"duration":210209,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronDoubleUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"746a74716a357376","name":"read-resource","id":"6d30753671786871","timestamp":179874034,"duration":210138,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"746a74716a357376","timestamp":179873993,"duration":210695,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a7a713171716361","name":"read-resource","id":"6138357132797864","timestamp":179874100,"duration":210625,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6a7a713171716361","timestamp":179874060,"duration":211160,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"39766e6c7a326e39","name":"read-resource","id":"67333635756b7232","timestamp":179874167,"duration":211089,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"39766e6c7a326e39","timestamp":179874127,"duration":211616,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d37666d676d3374","name":"read-resource","id":"6766643262743762","timestamp":179874239,"duration":211550,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6d37666d676d3374","timestamp":179874193,"duration":212087,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3437313365393364","name":"read-resource","id":"7433363332617779","timestamp":179874307,"duration":212010,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3437313365393364","timestamp":179874266,"duration":212559,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChipIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d376f7639643768","name":"read-resource","id":"6e6e393875363637","timestamp":179874372,"duration":212489,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6d376f7639643768","timestamp":179874333,"duration":213044,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ClipboardCheckIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"787438363864727a","name":"read-resource","id":"69357271346a6b34","timestamp":179874439,"duration":212976,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"787438363864727a","timestamp":179874399,"duration":213641,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ClipboardCopyIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"703330777a7a6a6d","name":"read-resource","id":"6963686b68616468","timestamp":179874507,"duration":213572,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"703330777a7a6a6d","timestamp":179874466,"duration":214547,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ClipboardListIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"346c7568656b3179","name":"read-resource","id":"7a7a666c31756f62","timestamp":179874581,"duration":214473,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"346c7568656b3179","timestamp":179874536,"duration":215049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ClipboardIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3435643433693778","name":"read-resource","id":"7836376971716f6f","timestamp":179874649,"duration":214975,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3435643433693778","timestamp":179874609,"duration":215505,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ClockIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"35706d6561657370","name":"read-resource","id":"356a793070337031","timestamp":179874717,"duration":215434,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"35706d6561657370","timestamp":179874676,"duration":215972,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CloudDownloadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3371663775793533","name":"read-resource","id":"7171643875666f62","timestamp":179874799,"duration":215887,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3371663775793533","timestamp":179874743,"duration":216525,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CloudUploadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"68687a673335737a","name":"read-resource","id":"34336a6170383276","timestamp":179874870,"duration":216438,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"68687a673335737a","timestamp":179874827,"duration":216977,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CloudIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"683662693676616d","name":"read-resource","id":"627a693071346d72","timestamp":179874944,"duration":216899,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"683662693676616d","timestamp":179874897,"duration":217452,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CodeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b696236717a366d","name":"read-resource","id":"7678306462377735","timestamp":179875012,"duration":217375,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6b696236717a366d","timestamp":179874972,"duration":217931,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CogIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"69366d6d62616f71","name":"read-resource","id":"3472326b67686877","timestamp":179875081,"duration":217860,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"69366d6d62616f71","timestamp":179875040,"duration":218376,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CollectionIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3362326b326e7370","name":"read-resource","id":"3964313930307a78","timestamp":179875151,"duration":218300,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3362326b326e7370","timestamp":179875109,"duration":218824,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ColorSwatchIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6533696d75757135","name":"read-resource","id":"70696b6368786776","timestamp":179875221,"duration":218751,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6533696d75757135","timestamp":179875180,"duration":219353,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CreditCardIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3439307a69796237","name":"read-resource","id":"367974366b366d38","timestamp":179875293,"duration":219277,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3439307a69796237","timestamp":179875248,"duration":219800,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CubeTransparentIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"757173307a757366","name":"read-resource","id":"3277363863323569","timestamp":179875866,"duration":219218,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"76746f6d70306973","name":"build-module-js","id":"757173307a757366","timestamp":179875325,"duration":222535,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/copy-text-to-clipboard/index.js"}},{"traceId":"2e751b98748067a4","parentId":"67776e3036773466","name":"read-resource","id":"726c79393339696b","timestamp":179876010,"duration":221890,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"67776e3036773466","timestamp":179875928,"duration":222552,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CubeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b647a623836346a","name":"read-resource","id":"6c38336c36657871","timestamp":180566695,"duration":21921,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6b647a623836346a","timestamp":180566531,"duration":23725,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyBangladeshiIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3933386c66787064","name":"read-resource","id":"6a63716239696d37","timestamp":180566814,"duration":23480,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3933386c66787064","timestamp":180566752,"duration":24224,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyDollarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6575326875643277","name":"read-resource","id":"3276677675776c65","timestamp":180566894,"duration":24115,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6575326875643277","timestamp":180566849,"duration":24720,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyEuroIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d69746a38343874","name":"read-resource","id":"7134703979707366","timestamp":180566966,"duration":24636,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6d69746a38343874","timestamp":180566923,"duration":81444,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/core.js"}},{"traceId":"2e751b98748067a4","parentId":"756263713534677a","name":"read-resource","id":"66676870726f6c66","timestamp":180567034,"duration":81398,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"756263713534677a","timestamp":180566992,"duration":91139,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/cpp.js"}},{"traceId":"2e751b98748067a4","parentId":"6768646d6d626a6c","name":"read-resource","id":"66686d757771666b","timestamp":180567103,"duration":91083,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6768646d6d626a6c","timestamp":180567060,"duration":96354,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/xml.js"}},{"traceId":"2e751b98748067a4","parentId":"347363767263336a","name":"read-resource","id":"756a367478627666","timestamp":180567195,"duration":96267,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"347363767263336a","timestamp":180567153,"duration":97498,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/awk.js"}},{"traceId":"2e751b98748067a4","parentId":"6161306461657738","name":"read-resource","id":"7139783471783875","timestamp":180567263,"duration":97432,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6161306461657738","timestamp":180567221,"duration":99881,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/bash.js"}},{"traceId":"2e751b98748067a4","parentId":"7939383971666d34","name":"read-resource","id":"7833326b6b386d78","timestamp":180567329,"duration":99814,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"7939383971666d34","timestamp":180567289,"duration":106332,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/c.js"}},{"traceId":"2e751b98748067a4","parentId":"67676a6532336c6e","name":"read-resource","id":"337171776d706274","timestamp":180567396,"duration":106268,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"67676a6532336c6e","timestamp":180567356,"duration":110558,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/clojure.js"}},{"traceId":"2e751b98748067a4","parentId":"38716e6478723837","name":"read-resource","id":"3539336476737966","timestamp":180567460,"duration":110494,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"38716e6478723837","timestamp":180567421,"duration":118454,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/crystal.js"}},{"traceId":"2e751b98748067a4","parentId":"397a657761706373","name":"read-resource","id":"3631317132316a39","timestamp":180567523,"duration":118393,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"397a657761706373","timestamp":180567484,"duration":121998,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/csharp.js"}},{"traceId":"2e751b98748067a4","parentId":"3668666965787639","name":"read-resource","id":"6b796c376863786a","timestamp":180567587,"duration":121938,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"3668666965787639","timestamp":180567547,"duration":124268,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/csp.js"}},{"traceId":"2e751b98748067a4","parentId":"746f656d356c356f","name":"read-resource","id":"366d6c766e76326e","timestamp":180567650,"duration":124204,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"746f656d356c356f","timestamp":180567611,"duration":129958,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/css.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6d713636367333","name":"read-resource","id":"7a64697874626e62","timestamp":180567714,"duration":129895,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6d6d713636367333","timestamp":180567675,"duration":132388,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/markdown.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6136696a777365","name":"read-resource","id":"626b787531383830","timestamp":180567781,"duration":132321,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6d6136696a777365","timestamp":180567743,"duration":134140,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/dart.js"}},{"traceId":"2e751b98748067a4","parentId":"3462777276686f64","name":"read-resource","id":"767a666b65766f6a","timestamp":180567845,"duration":134077,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"3462777276686f64","timestamp":180567807,"duration":135784,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/diff.js"}},{"traceId":"2e751b98748067a4","parentId":"676c3935617a6c70","name":"read-resource","id":"716e6a6a6b7a7078","timestamp":180567913,"duration":135716,"tags":{}}]
|
|
6
|
+
[{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"676c3935617a6c70","timestamp":180567874,"duration":136625,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/dockerfile.js"}},{"traceId":"2e751b98748067a4","parentId":"356c783467723677","name":"read-resource","id":"6862703761717764","timestamp":180567977,"duration":136581,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"356c783467723677","timestamp":180567938,"duration":139304,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/elixir.js"}},{"traceId":"2e751b98748067a4","parentId":"33337832636f6a69","name":"read-resource","id":"65727176746b3379","timestamp":180568039,"duration":139241,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"33337832636f6a69","timestamp":180568001,"duration":140323,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/elm.js"}},{"traceId":"2e751b98748067a4","parentId":"6c683078636c6672","name":"read-resource","id":"307769336a307035","timestamp":180576501,"duration":160145,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6c683078636c6672","timestamp":180576389,"duration":163385,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/ruby.js"}},{"traceId":"2e751b98748067a4","parentId":"697a337636737062","name":"read-resource","id":"377a6b7a62313465","timestamp":180576638,"duration":163177,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"697a337636737062","timestamp":180576575,"duration":165106,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/erlang.js"}},{"traceId":"2e751b98748067a4","parentId":"303732787274776a","name":"read-resource","id":"34316e3838313967","timestamp":180576747,"duration":164972,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"303732787274776a","timestamp":180576692,"duration":166058,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/fsharp.js"}},{"traceId":"2e751b98748067a4","parentId":"7567673871393074","name":"read-resource","id":"3938337066637772","timestamp":180576826,"duration":165962,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"7567673871393074","timestamp":180576778,"duration":166917,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/go.js"}},{"traceId":"2e751b98748067a4","parentId":"3378723166623630","name":"read-resource","id":"3479376c6d316275","timestamp":180576900,"duration":166834,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"3378723166623630","timestamp":180576855,"duration":167828,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/gradle.js"}},{"traceId":"2e751b98748067a4","parentId":"33366a726834366a","name":"read-resource","id":"756e386d74687331","timestamp":180576973,"duration":167746,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"33366a726834366a","timestamp":180576928,"duration":169275,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/groovy.js"}},{"traceId":"2e751b98748067a4","parentId":"38636f3939616d72","name":"read-resource","id":"313334706537366a","timestamp":180577052,"duration":169190,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"38636f3939616d72","timestamp":180577006,"duration":175962,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/handlebars.js"}},{"traceId":"2e751b98748067a4","parentId":"70616d6d74626c79","name":"read-resource","id":"61776d3738786a32","timestamp":180577134,"duration":175874,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"70616d6d74626c79","timestamp":180577080,"duration":184797,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/haskell.js"}},{"traceId":"2e751b98748067a4","parentId":"79736a6532353667","name":"read-resource","id":"6f39763438376576","timestamp":180577210,"duration":184708,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"79736a6532353667","timestamp":180577164,"duration":188815,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/ini.js"}},{"traceId":"2e751b98748067a4","parentId":"6c626a6e70677238","name":"read-resource","id":"76626b78376a6e62","timestamp":180577285,"duration":188733,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6c626a6e70677238","timestamp":180577240,"duration":193346,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/java.js"}},{"traceId":"2e751b98748067a4","parentId":"6478676a3567316e","name":"read-resource","id":"736e316769386761","timestamp":180577361,"duration":193264,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6478676a3567316e","timestamp":180577317,"duration":199162,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/javascript.js"}},{"traceId":"2e751b98748067a4","parentId":"707069696a757136","name":"read-resource","id":"647a617039393866","timestamp":180577431,"duration":199090,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"707069696a757136","timestamp":180577388,"duration":199773,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/json.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6b6c34706d6368","name":"next-swc-transform","id":"396c6e616970626e","timestamp":180732574,"duration":53402,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"386832646e697166","name":"next-swc-loader","id":"6e6b6c34706d6368","timestamp":180732450,"duration":53537,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7861306f397a3832","name":"build-module-ts","id":"386832646e697166","timestamp":180719980,"duration":67659,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/graphs.ts"}},{"traceId":"2e751b98748067a4","parentId":"687972756a6a396d","name":"read-resource","id":"65336f7a6a727931","timestamp":180585084,"duration":202591,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"687972756a6a396d","timestamp":180584994,"duration":205416,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/kotlin.js"}},{"traceId":"2e751b98748067a4","parentId":"616f367866376872","name":"read-resource","id":"7771397a7330306b","timestamp":180585184,"duration":205264,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"616f367866376872","timestamp":180585133,"duration":213010,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/less.js"}},{"traceId":"2e751b98748067a4","parentId":"35696476316c7a68","name":"read-resource","id":"356c717937336278","timestamp":180585313,"duration":212872,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"35696476316c7a68","timestamp":180585213,"duration":213969,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/lisp.js"}},{"traceId":"2e751b98748067a4","parentId":"39376e61386b7237","name":"read-resource","id":"337567366a79726e","timestamp":180585394,"duration":213826,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"39376e61386b7237","timestamp":180585349,"duration":214550,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/lua.js"}},{"traceId":"2e751b98748067a4","parentId":"34646b7768386373","name":"read-resource","id":"6565786a7a647976","timestamp":180585461,"duration":214474,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"34646b7768386373","timestamp":180585421,"duration":215593,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/makefile.js"}},{"traceId":"2e751b98748067a4","parentId":"6d70677337667968","name":"read-resource","id":"336d73787a623869","timestamp":180585529,"duration":215523,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6d70677337667968","timestamp":180585488,"duration":218772,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/perl.js"}},{"traceId":"2e751b98748067a4","parentId":"337530323661306a","name":"read-resource","id":"6a62737576306962","timestamp":180585611,"duration":218688,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"337530323661306a","timestamp":180585568,"duration":220477,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/nginx.js"}},{"traceId":"2e751b98748067a4","parentId":"376f386562783872","name":"read-resource","id":"3861777473617a65","timestamp":180585722,"duration":220365,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"376f386562783872","timestamp":180585638,"duration":221772,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/objectivec.js"}},{"traceId":"2e751b98748067a4","parentId":"376573366d636177","name":"read-resource","id":"6e76626935683267","timestamp":180585804,"duration":221685,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"376573366d636177","timestamp":180585757,"duration":230953,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/pgsql.js"}},{"traceId":"2e751b98748067a4","parentId":"7162626338633738","name":"read-resource","id":"706461307772796c","timestamp":180585873,"duration":230876,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"7162626338633738","timestamp":180585831,"duration":234240,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/php.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6b656369366830","name":"read-resource","id":"683764796669716f","timestamp":180585946,"duration":234165,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6e6b656369366830","timestamp":180585906,"duration":234557,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/plaintext.js"}},{"traceId":"2e751b98748067a4","parentId":"333874616164666d","name":"read-resource","id":"3778323073777463","timestamp":180586011,"duration":234486,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"333874616164666d","timestamp":180585972,"duration":237771,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/powershell.js"}},{"traceId":"2e751b98748067a4","parentId":"3034366172703665","name":"read-resource","id":"6336706f69796b66","timestamp":180586075,"duration":237708,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"3034366172703665","timestamp":180586036,"duration":238908,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/properties.js"}},{"traceId":"2e751b98748067a4","parentId":"3978756975327979","name":"read-resource","id":"7736647633683576","timestamp":180586136,"duration":238847,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"3978756975327979","timestamp":180586098,"duration":240409,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/protobuf.js"}},{"traceId":"2e751b98748067a4","parentId":"6d66656573686530","name":"read-resource","id":"786479326d787774","timestamp":180586200,"duration":240347,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6d66656573686530","timestamp":180586161,"duration":244792,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/python.js"}},{"traceId":"2e751b98748067a4","parentId":"6b31346d79626236","name":"read-resource","id":"676d7a76326a6d61","timestamp":180586262,"duration":244731,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6b31346d79626236","timestamp":180586223,"duration":246617,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/rust.js"}},{"traceId":"2e751b98748067a4","parentId":"77746c7779716231","name":"read-resource","id":"676339707172687a","timestamp":180586326,"duration":246553,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"77746c7779716231","timestamp":180586287,"duration":247540,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/scala.js"}},{"traceId":"2e751b98748067a4","parentId":"7a7534786131706c","name":"read-resource","id":"617273757338346b","timestamp":180586389,"duration":247476,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"7a7534786131706c","timestamp":180586350,"duration":251560,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/scss.js"}},{"traceId":"2e751b98748067a4","parentId":"3735767677627264","name":"read-resource","id":"3065746a3261306c","timestamp":180586452,"duration":251499,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"3735767677627264","timestamp":180586413,"duration":251991,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/shell.js"}},{"traceId":"2e751b98748067a4","parentId":"6a67366937706163","name":"read-resource","id":"7731306939646731","timestamp":180586515,"duration":251925,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"6a67366937706163","timestamp":180586477,"duration":255495,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/sql.js"}},{"traceId":"2e751b98748067a4","parentId":"777a6c77696c6c66","name":"read-resource","id":"65377676626f346f","timestamp":180586584,"duration":255430,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"777a6c77696c6c66","timestamp":180586543,"duration":261354,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/swift.js"}},{"traceId":"2e751b98748067a4","parentId":"75356773766e3363","name":"read-resource","id":"7a686a6a6c7a7363","timestamp":180586647,"duration":261291,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"75356773766e3363","timestamp":180586608,"duration":262439,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/yaml.js"}},{"traceId":"2e751b98748067a4","parentId":"766e7630736a3168","name":"read-resource","id":"6a6374726d756868","timestamp":180710473,"duration":143057,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3578767733727970","name":"build-module-js","id":"766e7630736a3168","timestamp":180710379,"duration":148006,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/typescript.js"}},{"traceId":"2e751b98748067a4","parentId":"616471746d747565","name":"read-resource","id":"316c663538326878","timestamp":180716832,"duration":141593,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"396e6f6d656a7772","name":"build-module-js","id":"616471746d747565","timestamp":180716735,"duration":150109,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/js-file-download/file-download.js"}},{"traceId":"2e751b98748067a4","parentId":"7836323462323761","name":"read-resource","id":"376238616f30316c","timestamp":180716955,"duration":149931,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7836323462323761","timestamp":180716901,"duration":150609,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyPoundIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"68706f7361723978","name":"read-resource","id":"377633653769786e","timestamp":180717047,"duration":150500,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"68706f7361723978","timestamp":180717001,"duration":151112,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyRupeeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3537636637716139","name":"read-resource","id":"6a66367564733938","timestamp":180717133,"duration":151018,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3537636637716139","timestamp":180717088,"duration":151590,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyYenIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a70766d69693273","name":"read-resource","id":"6174706d66653772","timestamp":180717216,"duration":151498,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6a70766d69693273","timestamp":180717173,"duration":152029,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CursorClickIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6232643767777177","name":"read-resource","id":"3878716d75663661","timestamp":180717296,"duration":151943,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6232643767777177","timestamp":180717254,"duration":152497,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DatabaseIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"71767a366c393667","name":"read-resource","id":"676c346439613876","timestamp":180717374,"duration":152416,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"71767a366c393667","timestamp":180717333,"duration":152946,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DesktopComputerIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3037733837367132","name":"read-resource","id":"6b66736f74356531","timestamp":180717453,"duration":152861,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3037733837367132","timestamp":180717411,"duration":153388,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DeviceMobileIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"63657174766e6e6a","name":"read-resource","id":"7a6466796d663635","timestamp":180717530,"duration":153356,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"63657174766e6e6a","timestamp":180717490,"duration":153885,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DeviceTabletIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3274783664723734","name":"read-resource","id":"6c6c676f3935316b","timestamp":180717606,"duration":153805,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3274783664723734","timestamp":180717566,"duration":154322,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentAddIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e71356b696a3973","name":"read-resource","id":"347a72306562786c","timestamp":180717692,"duration":154232,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6e71356b696a3973","timestamp":180717651,"duration":154747,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentDownloadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7466693979786f6f","name":"read-resource","id":"6a70787a66377339","timestamp":180717767,"duration":154667,"tags":{}}]
|
|
7
|
+
[{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7466693979786f6f","timestamp":180717728,"duration":155562,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentDuplicateIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"31707262796b6738","name":"read-resource","id":"3679726a7a343363","timestamp":180717842,"duration":155486,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"31707262796b6738","timestamp":180717803,"duration":156010,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentRemoveIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d70396479756935","name":"read-resource","id":"713573776b667661","timestamp":180717916,"duration":155933,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6d70396479756935","timestamp":180717876,"duration":156451,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentReportIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"38736b6a73707134","name":"read-resource","id":"786b787166763776","timestamp":180718197,"duration":156166,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"38736b6a73707134","timestamp":180717951,"duration":157287,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentSearchIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7270356676693562","name":"read-resource","id":"616e6e6232346567","timestamp":180718312,"duration":156969,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7270356676693562","timestamp":180718260,"duration":157662,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentTextIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a696538616a3662","name":"read-resource","id":"7a706437796b7070","timestamp":180718395,"duration":157565,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6a696538616a3662","timestamp":180718352,"duration":158047,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7033726d316c6567","name":"read-resource","id":"746c377374696869","timestamp":180718472,"duration":157976,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7033726d316c6567","timestamp":180718432,"duration":158539,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DotsCircleHorizontalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c6f683776373468","name":"read-resource","id":"6f686d696e377364","timestamp":180718550,"duration":158458,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6c6f683776373468","timestamp":180718509,"duration":158971,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DotsHorizontalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7a63623033697731","name":"read-resource","id":"333671746a6e7378","timestamp":180718626,"duration":158889,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7a63623033697731","timestamp":180718586,"duration":160020,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DotsVerticalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"31397469366b7766","name":"read-resource","id":"786f336f6f646879","timestamp":180718706,"duration":159941,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"31397469366b7766","timestamp":180718665,"duration":160509,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DownloadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"70736c3732783567","name":"read-resource","id":"357a7761326a3738","timestamp":180718785,"duration":160426,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"783235716f6a3166","name":"build-module-js","id":"70736c3732783567","timestamp":180718743,"duration":161037,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/scheduler/index.js"}},{"traceId":"2e751b98748067a4","parentId":"3562783376696865","name":"read-resource","id":"6a78623339707164","timestamp":180718863,"duration":160953,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3562783376696865","timestamp":180718822,"duration":161507,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DuplicateIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"736e6d6172727132","name":"read-resource","id":"726e773039756362","timestamp":180718940,"duration":161426,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"736e6d6172727132","timestamp":180718900,"duration":161986,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/EmojiHappyIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6a79627432696d","name":"read-resource","id":"65736c7831777439","timestamp":180719016,"duration":161905,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6b6a79627432696d","timestamp":180718976,"duration":162393,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/EmojiSadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"633367646d316874","name":"read-resource","id":"726b356738616c72","timestamp":180719091,"duration":162312,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"633367646d316874","timestamp":180719051,"duration":162944,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ExclamationCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6b363363766363","name":"read-resource","id":"7770326e6d307274","timestamp":180719167,"duration":162866,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6b6b363363766363","timestamp":180719127,"duration":163447,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ExclamationIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3367703966307667","name":"read-resource","id":"6566336e78317937","timestamp":180719244,"duration":163369,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3367703966307667","timestamp":180719203,"duration":163901,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ExternalLinkIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6239616e756f6c37","name":"read-resource","id":"6f79663733323669","timestamp":180719320,"duration":163819,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6239616e756f6c37","timestamp":180719278,"duration":164358,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/EyeOffIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7875327061773277","name":"read-resource","id":"6d6435386937716f","timestamp":180719394,"duration":164279,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7875327061773277","timestamp":180719354,"duration":164818,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/EyeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6772676b7a643974","name":"read-resource","id":"79346e677964686f","timestamp":180719482,"duration":164725,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6772676b7a643974","timestamp":180719441,"duration":165330,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FastForwardIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3863696471723369","name":"read-resource","id":"616b673175683678","timestamp":180719561,"duration":165251,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3863696471723369","timestamp":180719520,"duration":165858,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FilmIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3970366137777a62","name":"read-resource","id":"766b393162376864","timestamp":180719637,"duration":165783,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3970366137777a62","timestamp":180719597,"duration":166306,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FilterIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f776a6270396a7a","name":"read-resource","id":"6a346d3174707330","timestamp":180719713,"duration":166224,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6f776a6270396a7a","timestamp":180719672,"duration":166792,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FingerPrintIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3470727a61376f63","name":"read-resource","id":"7739327367367363","timestamp":180719790,"duration":166854,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"643263683362746d","name":"build-module-js","id":"3470727a61376f63","timestamp":180719750,"duration":167701,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/prop-types/index.js"}},{"traceId":"2e751b98748067a4","parentId":"30776e7877616f69","name":"read-resource","id":"3266313232706f77","timestamp":180719866,"duration":167621,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"643263683362746d","name":"build-module-js","id":"30776e7877616f69","timestamp":180719826,"duration":171923,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-kapsule/dist/react-kapsule.module.js"}},{"traceId":"2e751b98748067a4","parentId":"6d3775736e6c6635","name":"read-resource","id":"336432676f30706c","timestamp":180719943,"duration":171844,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"643263683362746d","name":"build-module-js","id":"6d3775736e6c6635","timestamp":180719903,"duration":181084,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/3d-force-graph/dist/3d-force-graph.module.js"}},{"traceId":"2e751b98748067a4","parentId":"7175613369796777","name":"read-resource","id":"6866767234357565","timestamp":180721323,"duration":179703,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7175613369796777","timestamp":180721234,"duration":180303,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FireIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"36306c306d6f7467","name":"read-resource","id":"6f62713133387537","timestamp":180721445,"duration":180128,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"36306c306d6f7467","timestamp":180721388,"duration":180669,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FlagIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6834326c6b6c6672","name":"read-resource","id":"7430686f74353273","timestamp":180721536,"duration":180555,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6834326c6b6c6672","timestamp":180721487,"duration":181113,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FolderAddIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3966777a66343369","name":"read-resource","id":"793577693233336f","timestamp":180721618,"duration":181017,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3966777a66343369","timestamp":180721575,"duration":181572,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FolderDownloadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"31776e6e6b6e356b","name":"read-resource","id":"3139726562757561","timestamp":180721698,"duration":181484,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"31776e6e6b6e356b","timestamp":180721656,"duration":182023,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FolderOpenIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6761687939686c6c","name":"read-resource","id":"7572697277777267","timestamp":180721779,"duration":181935,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6761687939686c6c","timestamp":180721735,"duration":182513,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FolderRemoveIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e30756b74327176","name":"read-resource","id":"787a6d6e7a74626b","timestamp":180721858,"duration":182424,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6e30756b74327176","timestamp":180721817,"duration":183073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FolderIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6130617a64673966","name":"read-resource","id":"6462763970666b30","timestamp":180721936,"duration":182990,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6130617a64673966","timestamp":180721895,"duration":183535,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/GiftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7276343972733576","name":"read-resource","id":"3137307233316330","timestamp":180722033,"duration":183433,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7276343972733576","timestamp":180721988,"duration":183969,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/GlobeAltIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6437616164623568","name":"read-resource","id":"6b7a71303563736c","timestamp":180722113,"duration":183879,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6437616164623568","timestamp":180722073,"duration":184417,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/GlobeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7132727476716a62","name":"read-resource","id":"6376656a7376776a","timestamp":180722189,"duration":184336,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7132727476716a62","timestamp":180722148,"duration":184868,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/HandIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d716c7a35307439","name":"read-resource","id":"6c33316671637879","timestamp":180722264,"duration":184787,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6d716c7a35307439","timestamp":180722225,"duration":185306,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/HashtagIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e346679336f3033","name":"read-resource","id":"316a6e6f37397063","timestamp":180722342,"duration":185223,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6e346679336f3033","timestamp":180722299,"duration":185738,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/HeartIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3969393137776577","name":"read-resource","id":"63636c7174373865","timestamp":180722417,"duration":185655,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3969393137776577","timestamp":180722377,"duration":188763,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/HomeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6864396a373577","name":"read-resource","id":"3662617468376969","timestamp":180722667,"duration":188530,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6b6864396a373577","timestamp":180722604,"duration":189370,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/IdentificationIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"396b756d786a326c","name":"read-resource","id":"6a31376934633776","timestamp":180722761,"duration":189266,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"396b756d786a326c","timestamp":180722715,"duration":190134,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/InboxInIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"716c623271777262","name":"read-resource","id":"78683837396f3562","timestamp":180722841,"duration":190064,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"716c623271777262","timestamp":180722800,"duration":191270,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/InboxIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"326c717239643476","name":"read-resource","id":"3573656675367065","timestamp":180730697,"duration":183428,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"326c717239643476","timestamp":180730613,"duration":184296,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/InformationCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"346f736a6c356c63","name":"read-resource","id":"6e6663676f6b3879","timestamp":180730798,"duration":184165,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"346f736a6c356c63","timestamp":180730747,"duration":184968,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/KeyIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"33747335356d386f","name":"read-resource","id":"6d72727561683362","timestamp":180730872,"duration":184896,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"33747335356d386f","timestamp":180730828,"duration":185584,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LibraryIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"323564387733346a","name":"read-resource","id":"756d34707a64776c","timestamp":180730942,"duration":185504,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"323564387733346a","timestamp":180730901,"duration":186044,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LightBulbIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"646b346168356735","name":"read-resource","id":"7079306436716d79","timestamp":180731009,"duration":185973,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"646b346168356735","timestamp":180730968,"duration":186467,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LightningBoltIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"737a6d74356e7679","name":"read-resource","id":"6f74316a6c78366d","timestamp":180731077,"duration":186390,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"737a6d74356e7679","timestamp":180731034,"duration":186899,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LinkIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d75397a77733069","name":"read-resource","id":"7771706a78797a6d","timestamp":180731142,"duration":186825,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6d75397a77733069","timestamp":180731102,"duration":190950,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LocationMarkerIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e626b637962336d","name":"read-resource","id":"657532656f693337","timestamp":180784941,"duration":150032,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6e626b637962336d","timestamp":180784729,"duration":150844,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LockClosedIcon.js"}}]
|
|
8
|
+
[{"traceId":"2e751b98748067a4","parentId":"687771736b343331","name":"read-resource","id":"657478376a387075","timestamp":180785059,"duration":150751,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"687771736b343331","timestamp":180784999,"duration":151322,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LockOpenIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"796d6f3064396163","name":"read-resource","id":"7231747664637677","timestamp":180785131,"duration":151227,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"796d6f3064396163","timestamp":180785089,"duration":151781,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LoginIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"623536336c676f34","name":"read-resource","id":"7033726539726732","timestamp":180785197,"duration":151711,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"623536336c676f34","timestamp":180785157,"duration":152252,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LogoutIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a636477776d6c73","name":"read-resource","id":"3978373268617678","timestamp":180785258,"duration":152189,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6a636477776d6c73","timestamp":180785221,"duration":154008,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MailOpenIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"34636b7572376b77","name":"read-resource","id":"6c7a6b3171373230","timestamp":180785325,"duration":153948,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"34636b7572376b77","timestamp":180785284,"duration":154524,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MailIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7532306579747164","name":"read-resource","id":"6c38396e65666d75","timestamp":180785388,"duration":154455,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7532306579747164","timestamp":180785348,"duration":155519,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MapIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"397537786c786f71","name":"read-resource","id":"796d32327239326b","timestamp":180785448,"duration":155457,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"397537786c786f71","timestamp":180785412,"duration":156067,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MenuAlt1Icon.js"}},{"traceId":"2e751b98748067a4","parentId":"7376676d6231706d","name":"read-resource","id":"786279696a776a70","timestamp":180785511,"duration":156009,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7376676d6231706d","timestamp":180785473,"duration":156652,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MenuAlt2Icon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a6f6166676b6e77","name":"read-resource","id":"396f6d3172737636","timestamp":180785572,"duration":156590,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6a6f6166676b6e77","timestamp":180785533,"duration":158060,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MenuAlt3Icon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d79336d70616c74","name":"read-resource","id":"7a36306e67333335","timestamp":180785651,"duration":157980,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6d79336d70616c74","timestamp":180785595,"duration":158530,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MenuAlt4Icon.js"}},{"traceId":"2e751b98748067a4","parentId":"3967307066337838","name":"read-resource","id":"363963306265386b","timestamp":180785715,"duration":158452,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3967307066337838","timestamp":180785675,"duration":159006,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MenuIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"656567676b6c7364","name":"read-resource","id":"7537736966623273","timestamp":180850781,"duration":101229,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"656567676b6c7364","timestamp":180850670,"duration":101901,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MicrophoneIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3664756238737567","name":"read-resource","id":"7161767934786132","timestamp":180850891,"duration":101728,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3664756238737567","timestamp":180850837,"duration":102568,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MinusCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"696934786a777367","name":"read-resource","id":"3132383071306674","timestamp":180850965,"duration":102482,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"696934786a777367","timestamp":180850920,"duration":103291,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MinusSmIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3973327978377078","name":"read-resource","id":"61306c747834786a","timestamp":180851057,"duration":103192,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3973327978377078","timestamp":180851013,"duration":103741,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MinusIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6277396a396d68","name":"read-resource","id":"6732317a6c367564","timestamp":180851128,"duration":103663,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6e6277396a396d68","timestamp":180851085,"duration":104952,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MoonIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"316f793735323673","name":"read-resource","id":"3467676963377267","timestamp":180851200,"duration":104879,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"316f793735323673","timestamp":180851156,"duration":105458,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MusicNoteIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"707262646969356d","name":"read-resource","id":"727a637a61686761","timestamp":180851272,"duration":105380,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"707262646969356d","timestamp":180851227,"duration":105931,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/NewspaperIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c32306369776b33","name":"read-resource","id":"327473376e786d30","timestamp":180851340,"duration":105855,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6c32306369776b33","timestamp":180851299,"duration":106362,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/OfficeBuildingIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7135356133363937","name":"read-resource","id":"79746e6473726436","timestamp":180851405,"duration":106291,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7135356133363937","timestamp":180851365,"duration":106867,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PaperAirplaneIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"73346678376a706b","name":"read-resource","id":"72776c7a6d613662","timestamp":180851470,"duration":106799,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"73346678376a706b","timestamp":180851430,"duration":107402,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PaperClipIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a74677278653579","name":"read-resource","id":"667063306a6d7169","timestamp":180851535,"duration":107337,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6a74677278653579","timestamp":180851496,"duration":108377,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PauseIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"71707a6230317632","name":"read-resource","id":"3264396b396d3365","timestamp":180851600,"duration":108310,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"71707a6230317632","timestamp":180851559,"duration":109078,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PencilAltIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"316d3565306c7236","name":"read-resource","id":"68746c6b316f7765","timestamp":180852039,"duration":108636,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"316d3565306c7236","timestamp":180851626,"duration":110068,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PencilIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"693631666b727037","name":"read-resource","id":"31797638716f7a73","timestamp":180852163,"duration":109568,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"693631666b727037","timestamp":180852092,"duration":110290,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PhoneIncomingIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"78306a6c6c346e7a","name":"read-resource","id":"64326c663736686b","timestamp":180852625,"duration":109796,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"78306a6c6c346e7a","timestamp":180852505,"duration":110411,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PhoneMissedCallIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3261676a63363478","name":"read-resource","id":"6668366875306538","timestamp":180852715,"duration":110237,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3261676a63363478","timestamp":180852664,"duration":110973,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PhoneOutgoingIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"67733136616f7a72","name":"read-resource","id":"31316a7668627336","timestamp":180852880,"duration":110797,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"67733136616f7a72","timestamp":180852745,"duration":111476,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PhoneIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7261707535346637","name":"read-resource","id":"646176676f6d6262","timestamp":180852953,"duration":111304,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7261707535346637","timestamp":180852910,"duration":111884,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PhotographIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"743374326e6e7837","name":"read-resource","id":"357338786d723838","timestamp":180853021,"duration":111811,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"743374326e6e7837","timestamp":180852981,"duration":112318,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PlayIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"646f6e346f697771","name":"read-resource","id":"316961646d676c61","timestamp":180853105,"duration":112229,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"646f6e346f697771","timestamp":180853063,"duration":112752,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PlusCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a7433677833676c","name":"read-resource","id":"6f37303876347539","timestamp":180853171,"duration":112679,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6a7433677833676c","timestamp":180853132,"duration":113252,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PlusSmIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f34623139396b34","name":"read-resource","id":"6871677466767768","timestamp":180853249,"duration":113171,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6f34623139396b34","timestamp":180853209,"duration":113674,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PlusIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c75797567646674","name":"read-resource","id":"6c30353169707176","timestamp":180853314,"duration":113606,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6c75797567646674","timestamp":180853274,"duration":114095,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PresentationChartBarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"363873377a6d7539","name":"read-resource","id":"65366167777a716d","timestamp":180928553,"duration":45142,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"363873377a6d7539","timestamp":180928439,"duration":45787,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PresentationChartLineIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"646b36373439786f","name":"read-resource","id":"326e626e78727634","timestamp":180928730,"duration":45530,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"646b36373439786f","timestamp":180928605,"duration":46162,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PrinterIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"74726d797162346f","name":"read-resource","id":"6e38326a64783577","timestamp":180928834,"duration":45967,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"74726d797162346f","timestamp":180928772,"duration":46510,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PuzzleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f6d7436336f7467","name":"read-resource","id":"686d6c396c34687a","timestamp":180928906,"duration":46409,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6f6d7436336f7467","timestamp":180928861,"duration":46941,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/QrcodeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f726a38346f6472","name":"read-resource","id":"703178797164366d","timestamp":180929265,"duration":46572,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6f726a38346f6472","timestamp":180929194,"duration":47201,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/QuestionMarkCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"386b333062347563","name":"read-resource","id":"38647a6b68623269","timestamp":180929344,"duration":47087,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"386b333062347563","timestamp":180929300,"duration":47642,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ReceiptRefundIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f783539306c3178","name":"read-resource","id":"727773757071387a","timestamp":180929411,"duration":47567,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6f783539306c3178","timestamp":180929369,"duration":50104,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ReceiptTaxIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d31317874617335","name":"read-resource","id":"37337a6c636e6e34","timestamp":180929480,"duration":50033,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6d31317874617335","timestamp":180929437,"duration":51062,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/RefreshIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"783939696b317974","name":"read-resource","id":"36713673396e6633","timestamp":180929547,"duration":51011,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"783939696b317974","timestamp":180929506,"duration":51541,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ReplyIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"706c6f6d76386c76","name":"read-resource","id":"7577773568367a39","timestamp":180929616,"duration":51466,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"706c6f6d76386c76","timestamp":180929573,"duration":51970,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/RewindIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7664727167746a61","name":"read-resource","id":"7a6a65626e693278","timestamp":180929681,"duration":51896,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7664727167746a61","timestamp":180929641,"duration":52533,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/RssIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a397330786d7237","name":"read-resource","id":"6238743831716469","timestamp":180929743,"duration":52466,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6a397330786d7237","timestamp":180929705,"duration":53033,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SaveAsIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"313977646369726c","name":"read-resource","id":"39766d7776306c7a","timestamp":180929846,"duration":52929,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"313977646369726c","timestamp":180929792,"duration":53453,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SaveIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6178366e6c396273","name":"read-resource","id":"623863793764707a","timestamp":180929907,"duration":53373,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6178366e6c396273","timestamp":180929870,"duration":53874,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ScaleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"337a78717378366a","name":"read-resource","id":"32756375656a766a","timestamp":180929965,"duration":53813,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"337a78717378366a","timestamp":180929929,"duration":55429,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ScissorsIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"796f6366386f3266","name":"read-resource","id":"7478717332657933","timestamp":180930035,"duration":55362,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"796f6366386f3266","timestamp":180929988,"duration":56663,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SearchCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3768726b32797479","name":"read-resource","id":"307a64313572736a","timestamp":180930114,"duration":56575,"tags":{}}]
|
|
9
|
+
[{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3768726b32797479","timestamp":180930059,"duration":57352,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SearchIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7a73676d737a6174","name":"read-resource","id":"6e36786a69746c37","timestamp":180930177,"duration":57269,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7a73676d737a6174","timestamp":180930139,"duration":57774,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SelectorIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"64743063666c746a","name":"read-resource","id":"6475373074316437","timestamp":180930241,"duration":57706,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"64743063666c746a","timestamp":180930202,"duration":58217,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ServerIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3065613264696937","name":"read-resource","id":"7077306572306435","timestamp":180930306,"duration":58147,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3065613264696937","timestamp":180930266,"duration":58678,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ShareIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3836306b77366364","name":"read-resource","id":"7264363676723435","timestamp":180930374,"duration":58605,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3836306b77366364","timestamp":180930331,"duration":59189,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ShieldCheckIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c74783163706761","name":"read-resource","id":"6775356664686c31","timestamp":180930439,"duration":59117,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6c74783163706761","timestamp":180930400,"duration":59762,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ShieldExclamationIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c676e3733306178","name":"read-resource","id":"6c78727564676678","timestamp":180930502,"duration":59695,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6c676e3733306178","timestamp":180930463,"duration":60242,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ShoppingBagIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"306d356876626338","name":"read-resource","id":"68666f79726e686d","timestamp":180930566,"duration":60176,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"306d356876626338","timestamp":180930526,"duration":60678,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ShoppingCartIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6633767a6e366562","name":"read-resource","id":"636c6862646c6468","timestamp":180930639,"duration":60600,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6633767a6e366562","timestamp":180930589,"duration":61072,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SortAscendingIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"796b3737656e3376","name":"read-resource","id":"7368637378706d6b","timestamp":180930716,"duration":60978,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"796b3737656e3376","timestamp":180930662,"duration":61476,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SortDescendingIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"776e636c64757876","name":"read-resource","id":"31636a62706e6b6d","timestamp":180930784,"duration":61388,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"776e636c64757876","timestamp":180930740,"duration":62041,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SparklesIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"36347a3977637830","name":"read-resource","id":"3573626174677538","timestamp":180930851,"duration":62012,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"36347a3977637830","timestamp":180930810,"duration":62604,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SpeakerphoneIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7936386433396268","name":"read-resource","id":"7a793831627a6761","timestamp":180930930,"duration":62521,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7936386433396268","timestamp":180930886,"duration":63011,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/StarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"39626c7530386461","name":"read-resource","id":"30323475356c3068","timestamp":180930995,"duration":62938,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"39626c7530386461","timestamp":180930956,"duration":63432,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/StatusOfflineIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c3731326b6f637a","name":"read-resource","id":"6c7676756f793367","timestamp":180931058,"duration":63363,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6c3731326b6f637a","timestamp":180931020,"duration":63845,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/StatusOnlineIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3672327868337373","name":"read-resource","id":"7478676264373968","timestamp":180931122,"duration":63777,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3672327868337373","timestamp":180931083,"duration":64262,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/StopIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7833357137306a33","name":"read-resource","id":"756c633677786c38","timestamp":180931188,"duration":64191,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7833357137306a33","timestamp":180931146,"duration":64683,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SunIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"68646f6f6c783467","name":"read-resource","id":"7135683232747174","timestamp":180931251,"duration":64613,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"68646f6f6c783467","timestamp":180931212,"duration":65208,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SupportIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"633036687a307a37","name":"read-resource","id":"326f696e32387262","timestamp":180931317,"duration":65139,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"633036687a307a37","timestamp":180931276,"duration":66136,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SwitchHorizontalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"37766a7232616973","name":"read-resource","id":"6e7a35767a317571","timestamp":180931382,"duration":66066,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"37766a7232616973","timestamp":180931342,"duration":66573,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SwitchVerticalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7365346d6c717665","name":"read-resource","id":"69647a6163687172","timestamp":180931558,"duration":66392,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7365346d6c717665","timestamp":180931407,"duration":67008,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TableIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"673668346e697937","name":"read-resource","id":"7464306335616f79","timestamp":180931727,"duration":66794,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"673668346e697937","timestamp":180931600,"duration":67498,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TagIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"32366f337a34796b","name":"read-resource","id":"3538376735757179","timestamp":180931820,"duration":67315,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"32366f337a34796b","timestamp":180931766,"duration":68393,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TemplateIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f6938636c386a39","name":"read-resource","id":"3066613332626272","timestamp":180931895,"duration":68304,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6f6938636c386a39","timestamp":180931849,"duration":69233,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TerminalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"71356e6e6e6a3869","name":"read-resource","id":"66356b3570333563","timestamp":180931960,"duration":69162,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"71356e6e6e6a3869","timestamp":180931920,"duration":69665,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ThumbDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"766f6e363362786a","name":"read-resource","id":"79673975697a7364","timestamp":180932026,"duration":69595,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"766f6e363362786a","timestamp":180931986,"duration":70351,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ThumbUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"756230636b323163","name":"read-resource","id":"6f61356c31733968","timestamp":180932092,"duration":70280,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"756230636b323163","timestamp":180932050,"duration":70957,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TicketIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6678676378743233","name":"read-resource","id":"3531667663756d71","timestamp":180932155,"duration":70941,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6678676378743233","timestamp":180932116,"duration":71459,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TranslateIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"387379797061766a","name":"read-resource","id":"7439717a746b7635","timestamp":180932240,"duration":71370,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"387379797061766a","timestamp":180932197,"duration":72133,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TrashIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3576387464386431","name":"read-resource","id":"7664336b39376468","timestamp":180932307,"duration":72059,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3576387464386431","timestamp":180932265,"duration":72823,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TrendingDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7835326931726336","name":"read-resource","id":"37797933757a3962","timestamp":180932370,"duration":72756,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7835326931726336","timestamp":180932331,"duration":73254,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TrendingUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"67786561326c3861","name":"read-resource","id":"3178383778763868","timestamp":180932433,"duration":73188,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"67786561326c3861","timestamp":180932395,"duration":73694,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TruckIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"777276706c657737","name":"read-resource","id":"39376b31387a3438","timestamp":180932495,"duration":73632,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"777276706c657737","timestamp":180932456,"duration":74120,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UploadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f743135366a7066","name":"read-resource","id":"377578357a653274","timestamp":180932624,"duration":73988,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6f743135366a7066","timestamp":180932520,"duration":74584,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UserAddIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"307279717979756c","name":"read-resource","id":"6368626261707275","timestamp":180932700,"duration":74439,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"307279717979756c","timestamp":180932658,"duration":74927,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UserCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"396b396630327770","name":"read-resource","id":"653766367835716d","timestamp":180947169,"duration":72285,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"396b396630327770","timestamp":180947079,"duration":73070,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UserGroupIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"776775656c663367","name":"read-resource","id":"366d387733627279","timestamp":180947253,"duration":72934,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"776775656c663367","timestamp":180947203,"duration":73477,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UserRemoveIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"376330736b66736f","name":"read-resource","id":"68656b726d616b63","timestamp":180947318,"duration":73399,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"376330736b66736f","timestamp":180947274,"duration":74025,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UserIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"726a6e7736377233","name":"read-resource","id":"3475346d6d613272","timestamp":180947387,"duration":73949,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"726a6e7736377233","timestamp":180947338,"duration":74450,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UsersIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"75616c3037376e61","name":"read-resource","id":"6d7637646a753363","timestamp":180947450,"duration":74374,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"75616c3037376e61","timestamp":180947406,"duration":74869,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/VariableIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7233637072326177","name":"read-resource","id":"796e30316c716863","timestamp":180947507,"duration":74996,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"7233637072326177","timestamp":180947468,"duration":75518,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/VideoCameraIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"727661776f307866","name":"read-resource","id":"646a673936766c32","timestamp":180947562,"duration":75460,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"727661776f307866","timestamp":180947524,"duration":75945,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ViewBoardsIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6c6865326e6864","name":"read-resource","id":"6e34373034367866","timestamp":180947620,"duration":75886,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6b6c6865326e6864","timestamp":180947579,"duration":77097,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ViewGridAddIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3230326830626377","name":"read-resource","id":"7565306277386361","timestamp":180947693,"duration":77020,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3230326830626377","timestamp":180947639,"duration":77619,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ViewGridIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"783063397a666366","name":"read-resource","id":"3237793431343461","timestamp":180947751,"duration":77570,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"783063397a666366","timestamp":180947712,"duration":78061,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ViewListIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"746838667a647432","name":"read-resource","id":"3665643135396636","timestamp":180947809,"duration":77999,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"746838667a647432","timestamp":180947768,"duration":78489,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/VolumeOffIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3434726478347278","name":"read-resource","id":"637a7a6b63696c71","timestamp":180947866,"duration":78426,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"3434726478347278","timestamp":180947827,"duration":78917,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/VolumeUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"787578336776726f","name":"read-resource","id":"6e6c626578733877","timestamp":180972030,"duration":65487,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"787578336776726f","timestamp":180971947,"duration":66148,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/WifiIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e31623839763175","name":"read-resource","id":"67376b616a796930","timestamp":180972141,"duration":65990,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6e31623839763175","timestamp":180972089,"duration":66512,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/XCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"386b386573786f65","name":"read-resource","id":"7632393279797a39","timestamp":180972221,"duration":66415,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"386b386573786f65","timestamp":180972177,"duration":66896,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/XIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6736746736756179","name":"read-resource","id":"3264367a63676b30","timestamp":180972292,"duration":66830,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"6736746736756179","timestamp":180972249,"duration":67934,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ZoomInIcon.js"}}]
|
|
10
|
+
[{"traceId":"2e751b98748067a4","parentId":"343667787a6b306e","name":"read-resource","id":"746c663774616262","timestamp":180972359,"duration":68115,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7830793065346432","name":"build-module-js","id":"343667787a6b306e","timestamp":180972318,"duration":68701,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ZoomOutIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7731306262316775","name":"read-resource","id":"7838356268717062","timestamp":180972491,"duration":68590,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7834736665617078","name":"build-module-js","id":"7731306262316775","timestamp":180972452,"duration":69108,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/use-subscription/index.js"}},{"traceId":"2e751b98748067a4","parentId":"35786c3435397572","name":"read-resource","id":"356c32396c36637a","timestamp":180972596,"duration":68997,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74686b3837733461","name":"build-module-js","id":"35786c3435397572","timestamp":180972516,"duration":74980,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/diff-parser.js"}},{"traceId":"2e751b98748067a4","parentId":"7272306673353162","name":"read-resource","id":"3272727361663975","timestamp":180972668,"duration":74867,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74686b3837733461","name":"build-module-js","id":"7272306673353162","timestamp":180972626,"duration":76214,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/file-list-renderer.js"}},{"traceId":"2e751b98748067a4","parentId":"6c34706931786434","name":"read-resource","id":"706f393364686d30","timestamp":180972734,"duration":76141,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74686b3837733461","name":"build-module-js","id":"6c34706931786434","timestamp":180972694,"duration":79767,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/line-by-line-renderer.js"}},{"traceId":"2e751b98748067a4","parentId":"7870697673316a66","name":"read-resource","id":"723231373134706c","timestamp":180972800,"duration":79700,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74686b3837733461","name":"build-module-js","id":"7870697673316a66","timestamp":180972760,"duration":83753,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/side-by-side-renderer.js"}},{"traceId":"2e751b98748067a4","parentId":"717835616574307a","name":"read-resource","id":"666536783335757a","timestamp":180972882,"duration":83693,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74686b3837733461","name":"build-module-js","id":"717835616574307a","timestamp":180972840,"duration":84420,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/types.js"}},{"traceId":"2e751b98748067a4","parentId":"6268646c31373770","name":"read-resource","id":"64337a6230786b38","timestamp":180972949,"duration":84350,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74686b3837733461","name":"build-module-js","id":"6268646c31373770","timestamp":180972908,"duration":86124,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/hoganjs-utils.js"}},{"traceId":"2e751b98748067a4","parentId":"6f796964706b3530","name":"read-resource","id":"643836356f717068","timestamp":180973014,"duration":86060,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"71667a75736b6f61","name":"build-module-js","id":"6f796964706b3530","timestamp":180972974,"duration":87884,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js"}},{"traceId":"2e751b98748067a4","parentId":"66736b38766b7536","name":"read-resource","id":"776d38616e736c38","timestamp":180973081,"duration":87816,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"66736b38766b7536","timestamp":180973040,"duration":88788,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/keyboard.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6f346b306b383275","name":"read-resource","id":"6c676b7937767369","timestamp":180973147,"duration":88727,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7834707434743969","name":"build-module-js","id":"6f346b306b383275","timestamp":180973106,"duration":91004,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/_virtual/_rollupPluginBabelHelpers.js"}},{"traceId":"2e751b98748067a4","parentId":"3932657637346f35","name":"read-resource","id":"37397a6f36323376","timestamp":180973214,"duration":91029,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7834707434743969","name":"build-module-js","id":"3932657637346f35","timestamp":180973175,"duration":93829,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/render.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6334737232307863","name":"read-resource","id":"337a726f79773764","timestamp":180973278,"duration":93836,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"6334737232307863","timestamp":180973238,"duration":94576,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/match.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"7562697378786d6b","name":"read-resource","id":"66657a78356a7a33","timestamp":180973344,"duration":94515,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"7562697378786d6b","timestamp":180973304,"duration":95381,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/bugs.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"37396b3936733039","name":"read-resource","id":"7931376e3238316b","timestamp":180973407,"duration":95322,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7834707434743969","name":"build-module-js","id":"37396b3936733039","timestamp":180973369,"duration":95801,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"30626e616c363838","name":"read-resource","id":"393265306b633864","timestamp":180973473,"duration":95736,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7834707434743969","name":"build-module-js","id":"30626e616c363838","timestamp":180973432,"duration":97029,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6e79346174633270","name":"read-resource","id":"3338693432727675","timestamp":180973538,"duration":96965,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"6e79346174633270","timestamp":180973498,"duration":97745,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-sync-refs.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6f726d6830363066","name":"read-resource","id":"6f726838676d6f38","timestamp":180973602,"duration":97685,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"6f726d6830363066","timestamp":180973562,"duration":98529,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-id.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"7868656f65757675","name":"build-module-css","id":"64316c6c6d30716c","timestamp":175539144,"duration":5555674,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/bundles/css/diff2html.min.css"}},{"traceId":"2e751b98748067a4","parentId":"767a773937656967","name":"read-resource","id":"6b79353968726e75","timestamp":181014583,"duration":82653,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"767a773937656967","timestamp":181014490,"duration":83608,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-window-event.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"3363337465317774","name":"read-resource","id":"7467686b78347476","timestamp":181014695,"duration":83449,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"3363337465317774","timestamp":181014641,"duration":85673,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-focus-trap.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6e71337639666764","name":"read-resource","id":"6c326c3469696d30","timestamp":181014777,"duration":85579,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"6e71337639666764","timestamp":181014730,"duration":87062,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-inert-others.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6735326737363372","name":"read-resource","id":"71673563346b3174","timestamp":181014856,"duration":86976,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"347637306b6e696c","name":"build-module-js","id":"6735326737363372","timestamp":181014810,"duration":87788,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6167687872387477","name":"read-resource","id":"7167617432667862","timestamp":181014953,"duration":87689,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7834707434743969","name":"build-module-js","id":"6167687872387477","timestamp":181014906,"duration":88293,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/internal/portal-force-root.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"36673261396d7269","name":"read-resource","id":"6172347537793277","timestamp":181015024,"duration":88213,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"36673261396d7269","timestamp":181014981,"duration":88930,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/internal/open-closed.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"79727473686c3636","name":"read-resource","id":"3531777461366f71","timestamp":181015091,"duration":88863,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"79727473686c3636","timestamp":181015050,"duration":89899,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/internal/stack-context.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"7075316933633836","name":"read-resource","id":"6b30787278793470","timestamp":181015378,"duration":89611,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"66376c323361776c","name":"build-module-js","id":"7075316933633836","timestamp":181015187,"duration":91793,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/focus-management.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"7664743368747730","name":"read-resource","id":"7677783961667338","timestamp":181015479,"duration":91544,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"66376c323361776c","name":"build-module-js","id":"7664743368747730","timestamp":181015424,"duration":93076,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/disposables.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"72636a7866306576","name":"read-resource","id":"6664753431707871","timestamp":181015551,"duration":93076,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"66376c323361776c","name":"build-module-js","id":"72636a7866306576","timestamp":181015509,"duration":93779,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-disposables.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6a366d6430327733","name":"read-resource","id":"6d6d39643067636b","timestamp":181015619,"duration":93710,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"66376c323361776c","name":"build-module-js","id":"6a366d6430327733","timestamp":181015576,"duration":94469,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-computed.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"77787677727a3272","name":"read-resource","id":"716e303664616a64","timestamp":181015687,"duration":94398,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"66376c323361776c","name":"build-module-js","id":"77787677727a3272","timestamp":181015646,"duration":97440,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/calculate-active-index.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"307134373572746a","name":"read-resource","id":"796e7a3066733939","timestamp":181015753,"duration":97377,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a637a6530737a79","name":"build-module-js","id":"307134373572746a","timestamp":181015712,"duration":98294,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-tree-walker.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"3468746b666f6371","name":"read-resource","id":"617437346f71716b","timestamp":181015818,"duration":98228,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79776977396a3038","name":"build-module-js","id":"3468746b666f6371","timestamp":181015778,"duration":102871,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/styled-jsx/dist/lib/stylesheet.js"}},{"traceId":"2e751b98748067a4","parentId":"326b7966767a7674","name":"read-resource","id":"6e7a746c716d7974","timestamp":181015883,"duration":102808,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79776977396a3038","name":"build-module-js","id":"326b7966767a7674","timestamp":181015843,"duration":103832,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/styled-jsx/dist/lib/hash.js"}},{"traceId":"2e751b98748067a4","parentId":"3536736d63703666","name":"read-resource","id":"346e717465766470","timestamp":181015950,"duration":103764,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3865356f62736f77","name":"build-module-js","id":"3536736d63703666","timestamp":181015908,"duration":106357,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/description/description.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"3334307375336e7a","name":"read-resource","id":"3077353661627833","timestamp":181016019,"duration":106289,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3269776738367736","name":"build-module-js","id":"3334307375336e7a","timestamp":181015978,"duration":107476,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-flags.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"317a703339616173","name":"read-resource","id":"64336c3536386d73","timestamp":181016083,"duration":107410,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6336727733626638","name":"build-module-js","id":"317a703339616173","timestamp":181016044,"duration":107931,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-is-mounted.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"7a3577387733616a","name":"read-resource","id":"3677633273767131","timestamp":181016148,"duration":107864,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6336727733626638","name":"build-module-js","id":"7a3577387733616a","timestamp":181016107,"duration":108344,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-is-initial-render.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"326d766775727163","name":"read-resource","id":"7664646162636d39","timestamp":181016215,"duration":108272,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"326d766775727163","timestamp":181016174,"duration":110102,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/AcademicCapIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7369726d34773638","name":"read-resource","id":"32777a346e627a72","timestamp":181016294,"duration":110021,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7369726d34773638","timestamp":181016252,"duration":110573,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/AdjustmentsIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"71627a7831776d38","name":"read-resource","id":"6e79693570726362","timestamp":181016364,"duration":110498,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"71627a7831776d38","timestamp":181016322,"duration":111020,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/AnnotationIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"767365776b336f67","name":"read-resource","id":"726264726d766f30","timestamp":181016428,"duration":110949,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"767365776b336f67","timestamp":181016389,"duration":111480,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArchiveIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7861623063366c6a","name":"read-resource","id":"75626a67336a6863","timestamp":181016504,"duration":111402,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7861623063366c6a","timestamp":181016465,"duration":111923,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowCircleDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a766c7676616f74","name":"read-resource","id":"76676e76686c3461","timestamp":181016585,"duration":111839,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6a766c7676616f74","timestamp":181016543,"duration":112390,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowCircleLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"316e6967626c6b65","name":"read-resource","id":"37663832796c7665","timestamp":181016651,"duration":112318,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"316e6967626c6b65","timestamp":181016611,"duration":112851,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowCircleRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"633277766a366b6d","name":"read-resource","id":"6534707465326a34","timestamp":181016714,"duration":112785,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"633277766a366b6d","timestamp":181016676,"duration":113436,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowCircleUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"736135306b336535","name":"read-resource","id":"3066396b37757861","timestamp":181016836,"duration":113313,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"736135306b336535","timestamp":181016797,"duration":113824,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6f39706c657030","name":"read-resource","id":"7a35336730696276","timestamp":181016896,"duration":113762,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6b6f39706c657030","timestamp":181016860,"duration":114266,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowNarrowDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"72366e713930366b","name":"read-resource","id":"7262307a71383964","timestamp":181016774,"duration":114388,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"72366e713930366b","timestamp":181016738,"duration":114883,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"796d6831646e6a63","name":"read-resource","id":"6773356e33306c71","timestamp":181016955,"duration":114702,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"796d6831646e6a63","timestamp":181016919,"duration":115198,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowNarrowLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"74326d6d74376833","name":"read-resource","id":"6571647276367831","timestamp":181017017,"duration":115136,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"74326d6d74376833","timestamp":181016979,"duration":115661,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowNarrowRightIcon.js"}}]
|
|
11
|
+
[{"traceId":"2e751b98748067a4","parentId":"7365716a64306a71","name":"read-resource","id":"356c6e7236637934","timestamp":181017081,"duration":115829,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7365716a64306a71","timestamp":181017043,"duration":116359,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowNarrowUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"697476766b367776","name":"read-resource","id":"7a6a776d3379377a","timestamp":181017143,"duration":116294,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"697476766b367776","timestamp":181017105,"duration":116801,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"653568633838617a","name":"read-resource","id":"61306d62686a7439","timestamp":181017204,"duration":116737,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"653568633838617a","timestamp":181017166,"duration":117242,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowSmDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d627068766e6739","name":"read-resource","id":"7037326d35323566","timestamp":181017265,"duration":117179,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6d627068766e6739","timestamp":181017228,"duration":117679,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowSmLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"756a357179616175","name":"read-resource","id":"3774617139753465","timestamp":181017453,"duration":117490,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"756a357179616175","timestamp":181017381,"duration":123593,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowSmRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"767a766732793176","name":"read-resource","id":"6d6a317033706f34","timestamp":181017571,"duration":123442,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"767a766732793176","timestamp":181017498,"duration":124290,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowSmUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c62747263306237","name":"read-resource","id":"3778763363353339","timestamp":181017640,"duration":124185,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6c62747263306237","timestamp":181017601,"duration":124698,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"666f68777838306e","name":"read-resource","id":"737638733069366d","timestamp":181017704,"duration":124633,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"666f68777838306e","timestamp":181017664,"duration":125138,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowsExpandIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7437766863623230","name":"read-resource","id":"3633316c7138676b","timestamp":181017791,"duration":125047,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7437766863623230","timestamp":181017729,"duration":125574,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/AtSymbolIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7375786b326f6c77","name":"read-resource","id":"7237796c786f6569","timestamp":181017874,"duration":125505,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7375786b326f6c77","timestamp":181017832,"duration":126295,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BackspaceIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a34733539736a6e","name":"read-resource","id":"78386d6268797971","timestamp":181017939,"duration":126224,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6a34733539736a6e","timestamp":181017899,"duration":126842,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BadgeCheckIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"756b743533326866","name":"read-resource","id":"73316c716c706439","timestamp":181018005,"duration":126772,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"756b743533326866","timestamp":181017965,"duration":127283,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BanIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"76336d3279707737","name":"read-resource","id":"3239316270776a63","timestamp":181018070,"duration":127213,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"76336d3279707737","timestamp":181018029,"duration":127716,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BeakerIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7438763975773439","name":"read-resource","id":"6831687665796f30","timestamp":181018135,"duration":127647,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7438763975773439","timestamp":181018094,"duration":128151,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BellIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"39767a7a79796636","name":"read-resource","id":"7975647169696b77","timestamp":181018201,"duration":128080,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"39767a7a79796636","timestamp":181018161,"duration":128812,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BookOpenIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"36366f6a6e7a3272","name":"read-resource","id":"33736c6e62616530","timestamp":181018333,"duration":128675,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"36366f6a6e7a3272","timestamp":181018280,"duration":129411,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BookmarkAltIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"70716f716563636c","name":"read-resource","id":"6962353767726762","timestamp":181018407,"duration":129322,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"70716f716563636c","timestamp":181018363,"duration":129842,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BookmarkIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"64316d3578723961","name":"read-resource","id":"707a706271753036","timestamp":181018475,"duration":129765,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"64316d3578723961","timestamp":181018433,"duration":130334,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BriefcaseIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7074717a63627179","name":"read-resource","id":"7066373261357072","timestamp":181018542,"duration":130260,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7074717a63627179","timestamp":181018501,"duration":130991,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CakeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3567706f7a7a6f72","name":"read-resource","id":"3031323963747670","timestamp":181035120,"duration":125088,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3567706f7a7a6f72","timestamp":181035021,"duration":125761,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CalculatorIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"63306168626e736e","name":"read-resource","id":"6868367070797636","timestamp":181035225,"duration":125592,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"63306168626e736e","timestamp":181035170,"duration":126189,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CalendarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"373030613061666c","name":"read-resource","id":"32707862387a3534","timestamp":181035305,"duration":126186,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3269776738367736","name":"build-module-js","id":"373030613061666c","timestamp":181035257,"duration":127652,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/label/label.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"6531657661713537","name":"read-resource","id":"793035396b34317a","timestamp":181035377,"duration":127571,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6531657661713537","timestamp":181035333,"duration":128131,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CameraIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7976687436796c30","name":"read-resource","id":"78346c7336363669","timestamp":181035445,"duration":128054,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7976687436796c30","timestamp":181035403,"duration":128566,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CashIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7264336565397038","name":"read-resource","id":"736938616d323077","timestamp":181035512,"duration":128492,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7264336565397038","timestamp":181035471,"duration":128999,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChartBarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"306b6f677a666d6b","name":"read-resource","id":"6931636f64393232","timestamp":181035577,"duration":128927,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"306b6f677a666d6b","timestamp":181035537,"duration":129494,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChartPieIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6573677263667869","name":"read-resource","id":"366f7a3969616e72","timestamp":181035649,"duration":129417,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6573677263667869","timestamp":181035606,"duration":129919,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChartSquareBarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3568347336616866","name":"read-resource","id":"666271657538627a","timestamp":181035714,"duration":129845,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3568347336616866","timestamp":181035675,"duration":130340,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChatAlt2Icon.js"}},{"traceId":"2e751b98748067a4","parentId":"756237756936326d","name":"read-resource","id":"626d7a756e68377a","timestamp":181035779,"duration":130270,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"756237756936326d","timestamp":181035738,"duration":130774,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChatAltIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"78727a7079796e31","name":"read-resource","id":"746c76707a37696f","timestamp":181035857,"duration":130691,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"78727a7079796e31","timestamp":181035816,"duration":131345,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChatIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3137396333723373","name":"read-resource","id":"35707a3166336278","timestamp":181035921,"duration":131278,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3137396333723373","timestamp":181035882,"duration":131850,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CheckCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7a35796e77363530","name":"read-resource","id":"777a6d3567747037","timestamp":180972426,"duration":201419,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7861306f397a3832","name":"build-module-mjs","id":"7a35796e77363530","timestamp":180972385,"duration":1274003,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/mermaid/dist/mermaid.esm.min.mjs"}},{"traceId":"2e751b98748067a4","parentId":"6a63686a6471376b","name":"read-resource","id":"3032656935783177","timestamp":181074849,"duration":1171620,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6a63686a6471376b","timestamp":181074762,"duration":1172385,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CheckIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"677871737372616e","name":"read-resource","id":"3235763037657372","timestamp":181074955,"duration":1172241,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"677871737372616e","timestamp":181074903,"duration":1172752,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronDoubleDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"786b336c786f7161","name":"read-resource","id":"386864796667676c","timestamp":181075030,"duration":1172667,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"786b336c786f7161","timestamp":181074986,"duration":1173163,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronDoubleLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"346a73696d763168","name":"read-resource","id":"787738717762706e","timestamp":181075099,"duration":1173088,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"346a73696d763168","timestamp":181075057,"duration":1173607,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronDoubleRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3265686b79357877","name":"read-resource","id":"67666a666a7a3739","timestamp":181075188,"duration":1173517,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3265686b79357877","timestamp":181075144,"duration":1174003,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronDoubleUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3269746c35357674","name":"read-resource","id":"7a79623169307373","timestamp":181075259,"duration":1173925,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3269746c35357674","timestamp":181075215,"duration":1174399,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"77717a367269656b","name":"read-resource","id":"656c733862623139","timestamp":181155699,"duration":1106920,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"77717a367269656b","timestamp":181155614,"duration":1107539,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronLeftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6871393372667378","name":"read-resource","id":"78646e386834737a","timestamp":181155820,"duration":1107371,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6871393372667378","timestamp":181155750,"duration":1107914,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronRightIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7571327a726d7574","name":"read-resource","id":"6e333635306d726d","timestamp":181155895,"duration":1107805,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7571327a726d7574","timestamp":181155849,"duration":1108411,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3071777062746e65","name":"read-resource","id":"61736665736c7839","timestamp":181155967,"duration":1108331,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3071777062746e65","timestamp":181155923,"duration":1108856,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChipIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6574726a6a6a3474","name":"read-resource","id":"65616d3735706d6b","timestamp":181156042,"duration":1108774,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6574726a6a6a3474","timestamp":181155996,"duration":1109266,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ClipboardCheckIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6235793232357065","name":"read-resource","id":"686e3471786a656d","timestamp":181156112,"duration":1109186,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6235793232357065","timestamp":181156070,"duration":1109663,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ClipboardCopyIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e796c6a65343636","name":"read-resource","id":"6e76353075626371","timestamp":181156179,"duration":1109590,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6e796c6a65343636","timestamp":181156138,"duration":1110077,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ClipboardListIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7a3574706d6f7137","name":"read-resource","id":"353532776d6e786b","timestamp":181156255,"duration":1109998,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7a3574706d6f7137","timestamp":181156205,"duration":1110737,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ClipboardIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"797974346e6d6879","name":"read-resource","id":"7637747173627330","timestamp":181156316,"duration":1110666,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"797974346e6d6879","timestamp":181156280,"duration":1111224,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ClockIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"306c706171736a63","name":"read-resource","id":"7370643568377a76","timestamp":181156396,"duration":1111145,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"306c706171736a63","timestamp":181156340,"duration":1111640,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CloudDownloadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3875706164357836","name":"read-resource","id":"676d343263626d6e","timestamp":181156461,"duration":1111553,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3875706164357836","timestamp":181156421,"duration":1112038,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CloudUploadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"76303938616c6f39","name":"read-resource","id":"37796b6368753361","timestamp":181156526,"duration":1111968,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"76303938616c6f39","timestamp":181156487,"duration":1112467,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CloudIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"746e693838663077","name":"read-resource","id":"7171617966363737","timestamp":181156613,"duration":1112482,"tags":{}}]
|
|
12
|
+
[{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"746e693838663077","timestamp":181156570,"duration":1113207,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CodeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"66376a7867373836","name":"read-resource","id":"6c7972376c797637","timestamp":181171323,"duration":1105599,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"66376a7867373836","timestamp":181171234,"duration":1106215,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CogIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3730756232676776","name":"read-resource","id":"306d70726e317733","timestamp":181171453,"duration":1106033,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3730756232676776","timestamp":181171397,"duration":1106543,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CollectionIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7537373965316464","name":"read-resource","id":"67337262676d6978","timestamp":181171622,"duration":1106352,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7537373965316464","timestamp":181171560,"duration":1106855,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ColorSwatchIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"73356f386279786f","name":"read-resource","id":"336c7538716b6776","timestamp":181171703,"duration":1106749,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"73356f386279786f","timestamp":181171655,"duration":1107244,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CreditCardIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3436696c72763237","name":"read-resource","id":"39697a316b776d37","timestamp":181171775,"duration":1107163,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3436696c72763237","timestamp":181171730,"duration":1107647,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CubeTransparentIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6632376f35793063","name":"read-resource","id":"366f6e73396e3163","timestamp":181171850,"duration":1107562,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6632376f35793063","timestamp":181171802,"duration":1108041,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CubeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"72327279616f3939","name":"read-resource","id":"3133616c61313375","timestamp":181171918,"duration":1107958,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"72327279616f3939","timestamp":181171876,"duration":1108542,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyBangladeshiIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6965333275723268","name":"read-resource","id":"3678303766646c76","timestamp":181171990,"duration":1108464,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6336727733626638","name":"build-module-js","id":"6965333275723268","timestamp":181171946,"duration":1111105,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/transitions/utils/transition.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"776f6e7973786768","name":"read-resource","id":"30673633796d6e39","timestamp":181172059,"duration":1111030,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"746b3137667a7975","name":"build-module-js","id":"776f6e7973786768","timestamp":181172017,"duration":1111542,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"}},{"traceId":"2e751b98748067a4","parentId":"6a63653276757033","name":"read-resource","id":"316a763577736876","timestamp":182254828,"duration":48390,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"746b3137667a7975","name":"build-module-js","id":"6a63653276757033","timestamp":182254732,"duration":51931,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/light-async.js"}},{"traceId":"2e751b98748067a4","parentId":"3131333770326a71","name":"read-resource","id":"313567336f397074","timestamp":182254933,"duration":51829,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"746b3137667a7975","name":"build-module-js","id":"3131333770326a71","timestamp":182254883,"duration":53008,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/light.js"}},{"traceId":"2e751b98748067a4","parentId":"6430776639773770","name":"read-resource","id":"6e66667736346938","timestamp":182255010,"duration":52918,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"746b3137667a7975","name":"build-module-js","id":"6430776639773770","timestamp":182254964,"duration":54760,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.js"}},{"traceId":"2e751b98748067a4","parentId":"6339697164696269","name":"read-resource","id":"6e346a6763356775","timestamp":182255080,"duration":54681,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"746b3137667a7975","name":"build-module-js","id":"6339697164696269","timestamp":182255038,"duration":56092,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/prism-async.js"}},{"traceId":"2e751b98748067a4","parentId":"6c33616d6e713170","name":"read-resource","id":"3368376d72317766","timestamp":182255158,"duration":56007,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"746b3137667a7975","name":"build-module-js","id":"6c33616d6e713170","timestamp":182255107,"duration":56518,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/prism-light.js"}},{"traceId":"2e751b98748067a4","parentId":"736f613673683761","name":"read-resource","id":"677a686434777337","timestamp":182255226,"duration":56434,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"746b3137667a7975","name":"build-module-js","id":"736f613673683761","timestamp":182255185,"duration":56895,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/prism.js"}},{"traceId":"2e751b98748067a4","parentId":"317875706936616b","name":"read-resource","id":"767230317a326736","timestamp":182255294,"duration":56829,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"746b3137667a7975","name":"build-module-js","id":"317875706936616b","timestamp":182255253,"duration":60347,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/create-element.js"}},{"traceId":"2e751b98748067a4","parentId":"77726a6c75306669","name":"read-resource","id":"616679676739666a","timestamp":182255362,"duration":60300,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"77726a6c75306669","timestamp":182255322,"duration":61294,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyDollarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b66787037356534","name":"read-resource","id":"786e78363865777a","timestamp":182255456,"duration":61222,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6b66787037356534","timestamp":182255413,"duration":62030,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyEuroIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3333647979766e37","name":"read-resource","id":"3262736b79397776","timestamp":182255531,"duration":61973,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3333647979766e37","timestamp":182255483,"duration":62751,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyPoundIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"70787665366b3637","name":"read-resource","id":"6b66617967316775","timestamp":182255604,"duration":62684,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"70787665366b3637","timestamp":182255563,"duration":63462,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyRupeeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7976757430696378","name":"read-resource","id":"79666f6866706375","timestamp":182255668,"duration":63411,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7976757430696378","timestamp":182255629,"duration":64188,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyYenIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"747073743464656e","name":"read-resource","id":"6836653377793637","timestamp":182255737,"duration":64137,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"747073743464656e","timestamp":182255693,"duration":64749,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CursorClickIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c30763962636335","name":"read-resource","id":"38316b65746d676a","timestamp":182255802,"duration":64674,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6c30763962636335","timestamp":182255762,"duration":65199,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DatabaseIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"303475343274336e","name":"read-resource","id":"6a79693072633878","timestamp":182255865,"duration":65132,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"303475343274336e","timestamp":182255827,"duration":65610,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DesktopComputerIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7535713763756c76","name":"read-resource","id":"7a686a7678696278","timestamp":182255928,"duration":65544,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7535713763756c76","timestamp":182255889,"duration":66012,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DeviceMobileIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a64796579733675","name":"read-resource","id":"70616f39686d7877","timestamp":182255994,"duration":65942,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6a64796579733675","timestamp":182255954,"duration":66545,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DeviceTabletIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b707a6f656a6b68","name":"read-resource","id":"33787575786d646b","timestamp":182256064,"duration":66471,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6b707a6f656a6b68","timestamp":182256019,"duration":67013,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentAddIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"733861377034696b","name":"read-resource","id":"397936663338736e","timestamp":182256129,"duration":66939,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"733861377034696b","timestamp":182256090,"duration":67415,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentDownloadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"76656a71306b6e6c","name":"read-resource","id":"6162303464393162","timestamp":182256192,"duration":67349,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"76656a71306b6e6c","timestamp":182256155,"duration":67958,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentDuplicateIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"656a6473796c6e30","name":"read-resource","id":"3173627374723239","timestamp":182256255,"duration":67895,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"656a6473796c6e30","timestamp":182256217,"duration":68452,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentRemoveIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"707a69777365796c","name":"read-resource","id":"347a69376733776f","timestamp":182256318,"duration":68387,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"707a69777365796c","timestamp":182256280,"duration":68858,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentReportIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"766b6d647633666f","name":"read-resource","id":"346d387132613965","timestamp":182256387,"duration":68787,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"766b6d647633666f","timestamp":182256343,"duration":69265,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentSearchIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"706c617633733077","name":"read-resource","id":"34307a31767a7177","timestamp":182256452,"duration":69191,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"706c617633733077","timestamp":182256413,"duration":69674,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentTextIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f35303471616d33","name":"read-resource","id":"3563323170683130","timestamp":182256548,"duration":69573,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6f35303471616d33","timestamp":182256488,"duration":70067,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7766346b34366c61","name":"read-resource","id":"6e366f7a74677330","timestamp":182256621,"duration":69967,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7766346b34366c61","timestamp":182256577,"duration":70435,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DotsCircleHorizontalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7763763378633070","name":"read-resource","id":"7a67643968657134","timestamp":182256686,"duration":70361,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7763763378633070","timestamp":182256646,"duration":70830,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DotsHorizontalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b336a6f6a633277","name":"read-resource","id":"3670306130366c35","timestamp":182256755,"duration":70756,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6b336a6f6a633277","timestamp":182256711,"duration":71221,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DotsVerticalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"786436336e327177","name":"read-resource","id":"6e753139366a6678","timestamp":182256819,"duration":71243,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"786436336e327177","timestamp":182256780,"duration":71745,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DownloadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7175697877736171","name":"read-resource","id":"78776c32366e6936","timestamp":182256884,"duration":71707,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7175697877736171","timestamp":182256844,"duration":72194,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DuplicateIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"70647a35326a6c6c","name":"read-resource","id":"333378336f637069","timestamp":182256948,"duration":72127,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"70647a35326a6c6c","timestamp":182256909,"duration":72602,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/EmojiHappyIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"777776706c76776e","name":"read-resource","id":"7038316579727576","timestamp":182257013,"duration":72532,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"777776706c76776e","timestamp":182256974,"duration":72978,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/EmojiSadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7578387a6b317875","name":"read-resource","id":"6e6d6c786a347030","timestamp":182257076,"duration":72911,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7578387a6b317875","timestamp":182257038,"duration":73391,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ExclamationCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"336a6a796e353835","name":"read-resource","id":"6368756b70376374","timestamp":182257148,"duration":73317,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"336a6a796e353835","timestamp":182257101,"duration":73981,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ExclamationIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"787462686b696a66","name":"read-resource","id":"616f386c396e3667","timestamp":182257213,"duration":73923,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"787462686b696a66","timestamp":182257174,"duration":74434,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ExternalLinkIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7478657464696677","name":"read-resource","id":"6e35617868637673","timestamp":182257277,"duration":74366,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7478657464696677","timestamp":182257239,"duration":75163,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/EyeOffIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3663797a3763646f","name":"read-resource","id":"6a38656d326d6d63","timestamp":182257340,"duration":75100,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3663797a3763646f","timestamp":182257302,"duration":75729,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/EyeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"37366e6572613874","name":"read-resource","id":"38667575716d316d","timestamp":182257402,"duration":75669,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"37366e6572613874","timestamp":182257364,"duration":76207,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FastForwardIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f327234756d6566","name":"read-resource","id":"756a753773653873","timestamp":182257471,"duration":76137,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6f327234756d6566","timestamp":182257427,"duration":76655,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FilmIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"33336d3638646c64","name":"read-resource","id":"6d6530716a617272","timestamp":182257547,"duration":76571,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"33336d3638646c64","timestamp":182257496,"duration":77046,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FilterIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7963316f61736a64","name":"read-resource","id":"377663797a786370","timestamp":182257613,"duration":76967,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7963316f61736a64","timestamp":182257572,"duration":77464,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FingerPrintIcon.js"}}]
|
|
13
|
+
[{"traceId":"2e751b98748067a4","parentId":"6f36666f61697064","name":"read-resource","id":"3761626a62637374","timestamp":182257678,"duration":77612,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6f36666f61697064","timestamp":182257639,"duration":78128,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FireIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d706b7931307131","name":"read-resource","id":"686470396d396a79","timestamp":182257753,"duration":78049,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6d706b7931307131","timestamp":182257713,"duration":78526,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FlagIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"776b63376b707773","name":"read-resource","id":"6c6461736b676c30","timestamp":182257817,"duration":78455,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"776b63376b707773","timestamp":182257778,"duration":78929,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FolderAddIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"786b6c62376f3261","name":"read-resource","id":"6372636f79753634","timestamp":182257887,"duration":78855,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"786b6c62376f3261","timestamp":182257843,"duration":79328,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FolderDownloadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b75657538357664","name":"read-resource","id":"7731786266696f79","timestamp":182257952,"duration":79254,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6b75657538357664","timestamp":182257914,"duration":79723,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FolderOpenIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"61696c7a67757930","name":"read-resource","id":"386f7437377a7333","timestamp":182258015,"duration":79658,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"61696c7a67757930","timestamp":182257977,"duration":80121,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FolderRemoveIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7564387839656579","name":"read-resource","id":"78636c6c686d7176","timestamp":182258078,"duration":80056,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7564387839656579","timestamp":182258039,"duration":80519,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FolderIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"373467736b71726b","name":"read-resource","id":"3064796c3731696e","timestamp":182258142,"duration":80450,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"373467736b71726b","timestamp":182258102,"duration":80912,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/GiftIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"376f35737933346f","name":"read-resource","id":"746377633236636e","timestamp":182258210,"duration":80838,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"376f35737933346f","timestamp":182258167,"duration":81367,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/GlobeAltIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b61726837623034","name":"read-resource","id":"333877326f6a7532","timestamp":182258273,"duration":81297,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6b61726837623034","timestamp":182258235,"duration":81840,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/GlobeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"746a707734627563","name":"read-resource","id":"7968613865716577","timestamp":182258339,"duration":81773,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"746a707734627563","timestamp":182258301,"duration":82270,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/HandIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3579377a66636774","name":"read-resource","id":"73746f7a66667077","timestamp":182258405,"duration":82203,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3579377a66636774","timestamp":182258366,"duration":82665,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/HashtagIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c6e6a6473796435","name":"read-resource","id":"3077307973737671","timestamp":182258469,"duration":82598,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6c6e6a6473796435","timestamp":182258430,"duration":83067,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/HeartIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"386132736d696978","name":"read-resource","id":"626a306d36776239","timestamp":182258537,"duration":82995,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"386132736d696978","timestamp":182258494,"duration":83454,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/HomeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c3866686f6c6f33","name":"read-resource","id":"396d333336637031","timestamp":182274247,"duration":83261,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6c3866686f6c6f33","timestamp":182274159,"duration":83881,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/IdentificationIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6536353169316a74","name":"read-resource","id":"3277646f3165726b","timestamp":182274351,"duration":83727,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6536353169316a74","timestamp":182274299,"duration":84237,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/InboxInIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"646571786b777373","name":"read-resource","id":"317838396f636e74","timestamp":182274429,"duration":84141,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"646571786b777373","timestamp":182274383,"duration":84772,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/InboxIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"616661336f38627a","name":"read-resource","id":"6837757a64386175","timestamp":182274509,"duration":84682,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"616661336f38627a","timestamp":182274458,"duration":85170,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/InformationCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"636b376171323171","name":"read-resource","id":"6837357835786a68","timestamp":182274578,"duration":85085,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"636b376171323171","timestamp":182274537,"duration":85561,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/KeyIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"696f66376f6c6873","name":"read-resource","id":"396e713968706235","timestamp":182274646,"duration":85582,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"696f66376f6c6873","timestamp":182274604,"duration":86099,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LibraryIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6870726b39356777","name":"read-resource","id":"6166346273306873","timestamp":182274709,"duration":86032,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6870726b39356777","timestamp":182274671,"duration":86513,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LightBulbIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7875666934343068","name":"read-resource","id":"6e39336a73637970","timestamp":182274773,"duration":86447,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7875666934343068","timestamp":182274733,"duration":86915,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LightningBoltIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3734783030326b34","name":"read-resource","id":"343073397937736e","timestamp":182274836,"duration":86850,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3734783030326b34","timestamp":182274798,"duration":87313,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LinkIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c7470343362726a","name":"read-resource","id":"6d3061356d36626d","timestamp":182274906,"duration":87241,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6c7470343362726a","timestamp":182274860,"duration":87879,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LocationMarkerIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a70367839367866","name":"read-resource","id":"6b69737634343678","timestamp":182274975,"duration":87927,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6a70367839367866","timestamp":182274931,"duration":88628,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LockClosedIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e746d7637323878","name":"read-resource","id":"6a6436756f627975","timestamp":182275039,"duration":88559,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6e746d7637323878","timestamp":182275000,"duration":89044,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LockOpenIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"616269376d386d30","name":"read-resource","id":"367332796f386a67","timestamp":182275103,"duration":88977,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"616269376d386d30","timestamp":182275065,"duration":89444,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LoginIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c3032627730706f","name":"read-resource","id":"73736c6f6b6b7937","timestamp":182275166,"duration":89409,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6c3032627730706f","timestamp":182275127,"duration":89881,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LogoutIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"727a676378786c74","name":"read-resource","id":"746f6f6d74666378","timestamp":182275233,"duration":89816,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"727a676378786c74","timestamp":182275190,"duration":90283,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MailOpenIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"723139696b617375","name":"read-resource","id":"636d393779333570","timestamp":182275296,"duration":90213,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"723139696b617375","timestamp":182275258,"duration":90814,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MailIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d66703338643669","name":"read-resource","id":"62306e737a34327a","timestamp":182298092,"duration":73647,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6d66703338643669","timestamp":182297930,"duration":74294,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MapIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7a7232373237366e","name":"read-resource","id":"6b30327a6d736e77","timestamp":182298386,"duration":73874,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7a7232373237366e","timestamp":182298235,"duration":74500,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MenuAlt1Icon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e737433617a6f78","name":"read-resource","id":"6366753569646e36","timestamp":182298655,"duration":74125,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6e737433617a6f78","timestamp":182298516,"duration":74796,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MenuAlt2Icon.js"}},{"traceId":"2e751b98748067a4","parentId":"3531786b7433337a","name":"read-resource","id":"6579613774626777","timestamp":182298864,"duration":74484,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3531786b7433337a","timestamp":182298728,"duration":75073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MenuAlt3Icon.js"}},{"traceId":"2e751b98748067a4","parentId":"346d6e30717a7470","name":"read-resource","id":"346b387933666c31","timestamp":182299100,"duration":74736,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"346d6e30717a7470","timestamp":182298971,"duration":75304,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MenuAlt4Icon.js"}},{"traceId":"2e751b98748067a4","parentId":"3365356f6a6a706c","name":"read-resource","id":"75316d68366f7232","timestamp":182299304,"duration":75004,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3365356f6a6a706c","timestamp":182299231,"duration":75502,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MenuIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"673563696b657571","name":"read-resource","id":"7a386472786f3137","timestamp":182299560,"duration":75250,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"673563696b657571","timestamp":182299431,"duration":75819,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MicrophoneIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"31626a63346b7568","name":"read-resource","id":"6a6b736775666532","timestamp":182299826,"duration":75459,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"31626a63346b7568","timestamp":182299686,"duration":76029,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MinusCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3666726c796c3166","name":"read-resource","id":"6375636470386967","timestamp":182348818,"duration":39476,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3666726c796c3166","timestamp":182348737,"duration":40102,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MinusSmIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3665363832656e77","name":"read-resource","id":"6d62616963667338","timestamp":182348917,"duration":39956,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3665363832656e77","timestamp":182348868,"duration":40440,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MinusIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6d69346164716335","name":"read-resource","id":"6572373174386972","timestamp":182348987,"duration":40356,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6d69346164716335","timestamp":182348945,"duration":40813,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MoonIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b733438706e6b6f","name":"read-resource","id":"3974747275726571","timestamp":182349053,"duration":40801,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6b733438706e6b6f","timestamp":182349013,"duration":41278,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MusicNoteIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c7074306337786f","name":"read-resource","id":"386c62327636356d","timestamp":182349122,"duration":41203,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6c7074306337786f","timestamp":182349077,"duration":41655,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/NewspaperIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7832697a626f717a","name":"read-resource","id":"7533646f3879627a","timestamp":182349184,"duration":41579,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7832697a626f717a","timestamp":182349147,"duration":51797,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/OfficeBuildingIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7762383934357933","name":"read-resource","id":"6575363136696134","timestamp":182349245,"duration":51736,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7762383934357933","timestamp":182349208,"duration":52230,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PaperAirplaneIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"356e796e75397966","name":"read-resource","id":"6a68736c39356e61","timestamp":182349306,"duration":52167,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"356e796e75397966","timestamp":182349268,"duration":52635,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PaperClipIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7a7635747a32366d","name":"read-resource","id":"30316d73356f7739","timestamp":182349388,"duration":52551,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7a7635747a32366d","timestamp":182349349,"duration":53025,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PauseIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"646a6a356e696130","name":"read-resource","id":"737362757a376763","timestamp":182349450,"duration":52958,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"646a6a356e696130","timestamp":182349413,"duration":53444,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PencilAltIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6e62746c35307667","name":"read-resource","id":"627a7a633268676d","timestamp":182349516,"duration":53399,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6e62746c35307667","timestamp":182349473,"duration":54093,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PencilIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7764636d73303833","name":"read-resource","id":"766236356f33646f","timestamp":182349576,"duration":54027,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7764636d73303833","timestamp":182349540,"duration":54499,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PhoneIncomingIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7739743468336466","name":"read-resource","id":"7075387978356f64","timestamp":182349638,"duration":54436,"tags":{}}]
|
|
14
|
+
[{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7739743468336466","timestamp":182349599,"duration":59331,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PhoneMissedCallIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3533757938706b6d","name":"read-resource","id":"7063763572376869","timestamp":182349710,"duration":59258,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3533757938706b6d","timestamp":182349670,"duration":59757,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PhoneOutgoingIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6266326236667074","name":"read-resource","id":"6d70636365633673","timestamp":182349771,"duration":59692,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6266326236667074","timestamp":182349735,"duration":60176,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PhoneIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c79756834787a68","name":"read-resource","id":"6271337771347231","timestamp":182349834,"duration":60110,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6c79756834787a68","timestamp":182349794,"duration":61135,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PhotographIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"31306c6f78767933","name":"read-resource","id":"39677134696a7072","timestamp":182349896,"duration":61069,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"31306c6f78767933","timestamp":182349858,"duration":61566,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PlayIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3976386d79633474","name":"read-resource","id":"367730766c76756f","timestamp":182349960,"duration":61498,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3976386d79633474","timestamp":182349924,"duration":61974,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PlusCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6834376b62753876","name":"read-resource","id":"363333307432706e","timestamp":182350018,"duration":61916,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6834376b62753876","timestamp":182349982,"duration":62378,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PlusSmIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"736931756b306d75","name":"read-resource","id":"74316b7165337834","timestamp":182350096,"duration":62300,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"736931756b306d75","timestamp":182350058,"duration":62960,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PlusIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"63637331736b6973","name":"read-resource","id":"636b68706c333773","timestamp":182350175,"duration":62880,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"63637331736b6973","timestamp":182350120,"duration":63444,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PresentationChartBarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6630666d31793837","name":"read-resource","id":"6b31746d77377674","timestamp":182350256,"duration":63344,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6630666d31793837","timestamp":182350198,"duration":63982,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PresentationChartLineIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3634776c61707136","name":"read-resource","id":"676e6c7875637a63","timestamp":182350320,"duration":63897,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3634776c61707136","timestamp":182350282,"duration":64391,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PrinterIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"337879726e703836","name":"read-resource","id":"6f76303671327831","timestamp":182350384,"duration":64324,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"337879726e703836","timestamp":182350343,"duration":64789,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PuzzleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"70336f6b7666326b","name":"read-resource","id":"76786e6d6a347a75","timestamp":182350462,"duration":64706,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"70336f6b7666326b","timestamp":182350421,"duration":65173,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/QrcodeIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"35786c6231617a36","name":"read-resource","id":"34346e6662677862","timestamp":182350526,"duration":65102,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"35786c6231617a36","timestamp":182350487,"duration":65821,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/QuestionMarkCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"626a696161773976","name":"read-resource","id":"6265336977336662","timestamp":182350594,"duration":65753,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"626a696161773976","timestamp":182350551,"duration":67049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ReceiptRefundIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"62626572736d7173","name":"read-resource","id":"61686164746d616f","timestamp":182350660,"duration":66977,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"62626572736d7173","timestamp":182350620,"duration":67534,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ReceiptTaxIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3631357266636e65","name":"read-resource","id":"6379763663676572","timestamp":182350724,"duration":67467,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3631357266636e65","timestamp":182350685,"duration":68331,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/RefreshIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"76796274716a3164","name":"read-resource","id":"7772656839746264","timestamp":182350796,"duration":68259,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"76796274716a3164","timestamp":182350747,"duration":68776,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ReplyIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7663783830387366","name":"read-resource","id":"38767a7235686535","timestamp":182350855,"duration":68703,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7663783830387366","timestamp":182350819,"duration":69165,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/RewindIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"70687064656b3031","name":"read-resource","id":"696a653032713666","timestamp":182350918,"duration":69102,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"70687064656b3031","timestamp":182350878,"duration":69636,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/RssIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"327077646b346d64","name":"read-resource","id":"6979757672613779","timestamp":182350977,"duration":69595,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"327077646b346d64","timestamp":182350941,"duration":70067,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SaveAsIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6e623531743467","name":"read-resource","id":"6b33707178306832","timestamp":182351036,"duration":70007,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6b6e623531743467","timestamp":182351000,"duration":70464,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SaveIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6865687337626e31","name":"read-resource","id":"6871366b61343331","timestamp":182351115,"duration":70384,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6865687337626e31","timestamp":182351058,"duration":71066,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ScaleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"64316c6c6d30716c","name":"build-module","id":"686a6d656b667039","timestamp":182435453,"duration":204,"tags":{"name":"undefined"}},{"traceId":"2e751b98748067a4","parentId":"626d677674637262","name":"read-resource","id":"7079316c6c627a69","timestamp":182369544,"duration":68885,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"626d677674637262","timestamp":182369457,"duration":69537,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ScissorsIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"613378347971617a","name":"read-resource","id":"356e786f3677706e","timestamp":182369648,"duration":69385,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"613378347971617a","timestamp":182369595,"duration":69890,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SearchCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"39357a7a67757433","name":"read-resource","id":"316d76626873766f","timestamp":182369723,"duration":69799,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"39357a7a67757433","timestamp":182369679,"duration":70268,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SearchIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"696f34756f356c62","name":"read-resource","id":"6d65773033676a7a","timestamp":182369801,"duration":70181,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"696f34756f356c62","timestamp":182369750,"duration":70664,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SelectorIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6463393034376173","name":"read-resource","id":"386232777a713761","timestamp":182369869,"duration":70581,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6463393034376173","timestamp":182369827,"duration":71077,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ServerIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3763643374683670","name":"read-resource","id":"6a76636e7966316e","timestamp":182369955,"duration":70985,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3763643374683670","timestamp":182369912,"duration":71460,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ShareIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"65356872646a3435","name":"read-resource","id":"313734307065656c","timestamp":182370022,"duration":71383,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"65356872646a3435","timestamp":182369981,"duration":71855,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ShieldCheckIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"636978666d6b6b31","name":"read-resource","id":"79386d34656e6276","timestamp":182370086,"duration":71783,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"636978666d6b6b31","timestamp":182370046,"duration":72216,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ShieldExclamationIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7467386c34763879","name":"read-resource","id":"3471636332343076","timestamp":182370150,"duration":72145,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7467386c34763879","timestamp":182370111,"duration":72603,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ShoppingBagIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3770666839357371","name":"read-resource","id":"30687a7967326331","timestamp":182370220,"duration":72529,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3770666839357371","timestamp":182370175,"duration":72994,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ShoppingCartIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"663735757a393473","name":"read-resource","id":"7a74397572726c62","timestamp":182370287,"duration":72918,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"663735757a393473","timestamp":182370248,"duration":73379,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SortAscendingIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3733386275623463","name":"read-resource","id":"63386f6e63723868","timestamp":182370350,"duration":73311,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3733386275623463","timestamp":182370311,"duration":73911,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SortDescendingIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"327773646e377462","name":"read-resource","id":"32736a68757a726b","timestamp":182370418,"duration":73929,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3764776e77347736","name":"build-module-js","id":"327773646e377462","timestamp":182370378,"duration":78539,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/path-browserify/index.js"}},{"traceId":"2e751b98748067a4","parentId":"65677877376a616a","name":"read-resource","id":"63736c766c667838","timestamp":182370481,"duration":78483,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"65677877376a616a","timestamp":182370442,"duration":79001,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SparklesIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3733313165736d61","name":"read-resource","id":"626875316c656a33","timestamp":182370549,"duration":78932,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3733313165736d61","timestamp":182370505,"duration":79407,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SpeakerphoneIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"307865636c6b7372","name":"read-resource","id":"7573613668743166","timestamp":182370615,"duration":79333,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"307865636c6b7372","timestamp":182370575,"duration":79800,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/StarIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"72796e696c376262","name":"read-resource","id":"64773065646b6a62","timestamp":182378520,"duration":76590,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"72796e696c376262","timestamp":182378439,"duration":77227,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/StatusOfflineIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"31726169396f6978","name":"read-resource","id":"6d3834306462787a","timestamp":182378634,"duration":77068,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"31726169396f6978","timestamp":182378570,"duration":77573,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/StatusOnlineIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c323030637a6532","name":"read-resource","id":"72646d656b74366b","timestamp":182378710,"duration":77469,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6c323030637a6532","timestamp":182378665,"duration":80206,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/StopIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"357a613034357574","name":"read-resource","id":"347133376d717572","timestamp":182378932,"duration":79978,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"357a613034357574","timestamp":182378738,"duration":80714,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SunIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3061323035303238","name":"read-resource","id":"6d73316461663073","timestamp":182379036,"duration":80458,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3061323035303238","timestamp":182378979,"duration":80956,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SupportIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3663756c727a6b36","name":"read-resource","id":"38686d646b617167","timestamp":182381194,"duration":78777,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3663756c727a6b36","timestamp":182379085,"duration":81310,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SwitchHorizontalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3572743378336463","name":"read-resource","id":"6238647375306e68","timestamp":182381311,"duration":79120,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3572743378336463","timestamp":182381242,"duration":79655,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SwitchVerticalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"756363626d347131","name":"read-resource","id":"73326e6a73687939","timestamp":182381387,"duration":79546,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"756363626d347131","timestamp":182381340,"duration":80018,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TableIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"786e70723766696d","name":"read-resource","id":"726575673278737a","timestamp":182381455,"duration":79939,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"786e70723766696d","timestamp":182381412,"duration":80401,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TagIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"323664726e326536","name":"read-resource","id":"396b787230767a34","timestamp":182432738,"duration":34445,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"323664726e326536","timestamp":182432257,"duration":35563,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TemplateIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f7371766d656e6c","name":"read-resource","id":"7238366f79767464","timestamp":182432872,"duration":34986,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6f7371766d656e6c","timestamp":182432792,"duration":35505,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TerminalIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"65363275676c7a39","name":"read-resource","id":"356b696e6736646f","timestamp":182432958,"duration":35375,"tags":{}}]
|
|
15
|
+
[{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"65363275676c7a39","timestamp":182432904,"duration":36125,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ThumbDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"796b7770766a396d","name":"read-resource","id":"78726f7331746375","timestamp":182433030,"duration":36036,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"796b7770766a396d","timestamp":182432987,"duration":36518,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ThumbUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"65686933786c3933","name":"read-resource","id":"70366c696b6c366c","timestamp":182433097,"duration":36442,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"65686933786c3933","timestamp":182433056,"duration":36993,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TicketIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"64777666376e7633","name":"read-resource","id":"757a347a76727978","timestamp":182433164,"duration":36922,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"64777666376e7633","timestamp":182433122,"duration":37403,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TranslateIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7769366c35327061","name":"read-resource","id":"6567646765766631","timestamp":182433227,"duration":37335,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7769366c35327061","timestamp":182433188,"duration":37910,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TrashIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3075643474756c76","name":"read-resource","id":"3669626233656a38","timestamp":182433295,"duration":37845,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3075643474756c76","timestamp":182433252,"duration":38316,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TrendingDownIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"70686f75346a3475","name":"read-resource","id":"66646f707661646b","timestamp":182433362,"duration":38241,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"70686f75346a3475","timestamp":182433322,"duration":38718,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TrendingUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"64717a7874787a37","name":"read-resource","id":"6434767538396c68","timestamp":182433426,"duration":38885,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"64717a7874787a37","timestamp":182433386,"duration":39797,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TruckIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"77686c74726c6231","name":"read-resource","id":"3969776e736c3473","timestamp":182433487,"duration":39734,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"77686c74726c6231","timestamp":182433449,"duration":40223,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UploadIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"753671697830696a","name":"read-resource","id":"3732376434333769","timestamp":182433548,"duration":40159,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"753671697830696a","timestamp":182433509,"duration":40700,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UserAddIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"616433366a386463","name":"read-resource","id":"6638317774616764","timestamp":182433759,"duration":40489,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"616433366a386463","timestamp":182433592,"duration":41085,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UserCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6c6e6b656a6e6b63","name":"read-resource","id":"326a386132797567","timestamp":182433862,"duration":40866,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6c6e6b656a6e6b63","timestamp":182433804,"duration":41346,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UserGroupIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"343872753931787a","name":"read-resource","id":"7576756a61686c67","timestamp":182433932,"duration":41253,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"343872753931787a","timestamp":182433890,"duration":41793,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UserRemoveIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"307766313771676a","name":"read-resource","id":"64766c3839756770","timestamp":182433999,"duration":41721,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"307766313771676a","timestamp":182433956,"duration":42297,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UserIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"38326b78636f3930","name":"read-resource","id":"7833656634723979","timestamp":182434066,"duration":42224,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"38326b78636f3930","timestamp":182434026,"duration":42718,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UsersIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7262796968643073","name":"read-resource","id":"72766b73367a7665","timestamp":182434139,"duration":42641,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"7262796968643073","timestamp":182434091,"duration":43107,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/VariableIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"32766c3866666470","name":"read-resource","id":"6d726d6931343732","timestamp":182434207,"duration":43026,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"32766c3866666470","timestamp":182434165,"duration":43482,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/VideoCameraIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"72746f6375697833","name":"read-resource","id":"7071756232386778","timestamp":182434519,"duration":43164,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"72746f6375697833","timestamp":182434251,"duration":43847,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ViewBoardsIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"3936747963646465","name":"read-resource","id":"6866326c7175796b","timestamp":182434598,"duration":43534,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"3936747963646465","timestamp":182434556,"duration":43990,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ViewGridAddIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"796b6966796a756d","name":"read-resource","id":"66726d326a367168","timestamp":182434665,"duration":43916,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"796b6966796a756d","timestamp":182434625,"duration":44384,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ViewGridIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"32367766696e316f","name":"read-resource","id":"656539716f626b6c","timestamp":182434733,"duration":44311,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"32367766696e316f","timestamp":182434689,"duration":44881,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ViewListIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6276667161723637","name":"read-resource","id":"656e356f3665716b","timestamp":182434809,"duration":44798,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6276667161723637","timestamp":182434764,"duration":45293,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/VolumeOffIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6f696d6167316a39","name":"read-resource","id":"6134746572617579","timestamp":182434873,"duration":45220,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6f696d6167316a39","timestamp":182434835,"duration":45673,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/VolumeUpIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"35376e6b35723337","name":"read-resource","id":"377838666d787170","timestamp":182434936,"duration":45638,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"35376e6b35723337","timestamp":182434898,"duration":46109,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/WifiIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"6537743438713066","name":"read-resource","id":"696168697178706f","timestamp":182435000,"duration":46042,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"6537743438713066","timestamp":182434960,"duration":46549,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/XCircleIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"327264396f6d3176","name":"read-resource","id":"6e3876777a766c69","timestamp":182435083,"duration":46462,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"327264396f6d3176","timestamp":182435041,"duration":46963,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/XIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"38327476666b3931","name":"read-resource","id":"34367a6c34347465","timestamp":182435152,"duration":46888,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"38327476666b3931","timestamp":182435108,"duration":47378,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ZoomInIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"647479367566396f","name":"read-resource","id":"65726361666a7537","timestamp":182435220,"duration":47304,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30696f386c793469","name":"build-module-js","id":"647479367566396f","timestamp":182435180,"duration":47762,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ZoomOutIcon.js"}},{"traceId":"2e751b98748067a4","parentId":"7161343238716172","name":"read-resource","id":"3233366e62657939","timestamp":182435289,"duration":47689,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"70736c3732783567","name":"build-module-js","id":"7161343238716172","timestamp":182435248,"duration":52580,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/scheduler/cjs/scheduler.production.min.js"}},{"traceId":"2e751b98748067a4","parentId":"637067726c396275","name":"read-resource","id":"6637623168676d39","timestamp":182435354,"duration":52519,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3470727a61376f63","name":"build-module-js","id":"637067726c396275","timestamp":182435314,"duration":53501,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/prop-types/factoryWithThrowingShims.js"}},{"traceId":"2e751b98748067a4","parentId":"7a6f6a6735767337","name":"read-resource","id":"616c757a647a6172","timestamp":182435757,"duration":53096,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7731306262316775","name":"build-module-js","id":"7a6f6a6735767337","timestamp":182435691,"duration":53782,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/use-subscription/cjs/use-subscription.production.min.js"}},{"traceId":"2e751b98748067a4","parentId":"327a7a3531797169","name":"read-resource","id":"6a763962356e326e","timestamp":182435842,"duration":53668,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"35786c3435397572","name":"build-module-js","id":"327a7a3531797169","timestamp":182435798,"duration":54361,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/utils.js"}},{"traceId":"2e751b98748067a4","parentId":"773871696f6f716b","name":"read-resource","id":"6963706773353178","timestamp":182435911,"duration":54286,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7272306673353162","name":"build-module-js","id":"773871696f6f716b","timestamp":182435870,"duration":57671,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/render-utils.js"}},{"traceId":"2e751b98748067a4","parentId":"64393164326a6d6d","name":"read-resource","id":"3433743072756f38","timestamp":182435982,"duration":57600,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c34706931786434","name":"build-module-js","id":"64393164326a6d6d","timestamp":182435936,"duration":58996,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/rematch.js"}},{"traceId":"2e751b98748067a4","parentId":"3338377368716872","name":"read-resource","id":"75326c3065353036","timestamp":182436050,"duration":58923,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6268646c31373770","name":"build-module-js","id":"3338377368716872","timestamp":182436008,"duration":73253,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/diff2html-templates.js"}},{"traceId":"2e751b98748067a4","parentId":"6f34307933316467","name":"read-resource","id":"73647a3770643675","timestamp":182436119,"duration":73191,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6965333275723268","name":"build-module-js","id":"6f34307933316467","timestamp":182436077,"duration":73785,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/once.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"326a613662376830","timestamp":174510545,"duration":8015147,"tags":{"request":"next-client-pages-loader?page=%2Fservices&absolutePagePath=private-next-pages%2Fservices.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"3178783074696c31","name":"read-resource","id":"3034357936696b6f","timestamp":182453508,"duration":79734,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776f6e7973786768","name":"build-module-js","id":"3178783074696c31","timestamp":182453429,"duration":83200,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/highlight.js"}},{"traceId":"2e751b98748067a4","parentId":"6a72773136756b75","name":"read-resource","id":"763472306a783430","timestamp":182463819,"duration":76165,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"773565663774786d","name":"build-module-js","id":"6a72773136756b75","timestamp":182463741,"duration":78258,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@mdx-js/react/dist/esm.js"}},{"traceId":"2e751b98748067a4","parentId":"7972657831757a6c","name":"read-resource","id":"3561673331613230","timestamp":182463914,"duration":78123,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a63653276757033","name":"build-module-js","id":"7972657831757a6c","timestamp":182463863,"duration":79810,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.js"}},{"traceId":"2e751b98748067a4","parentId":"3739363873377276","name":"read-resource","id":"3077367432376e65","timestamp":182464125,"duration":79592,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a63653276757033","name":"build-module-js","id":"3739363873377276","timestamp":182464057,"duration":80013,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.js"}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"read-resource","id":"62627835336a6b6a","timestamp":182537764,"duration":14059,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a63653276757033","name":"build-module-js","id":"6778796c38796d64","timestamp":182537648,"duration":171484,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/async-languages/hljs.js"}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"read-resource","id":"6f30796c68696266","timestamp":182537897,"duration":171302,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6430776639773770","name":"build-module-js","id":"3263326366647039","timestamp":182537836,"duration":370718,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.js"}},{"traceId":"2e751b98748067a4","parentId":"3978713068383431","name":"read-resource","id":"6379707a3338396d","timestamp":182538078,"duration":370581,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d3775736e6c6635","name":"build-module-js","id":"3978713068383431","timestamp":182538026,"duration":373996,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/controls/DragControls.js"}},{"traceId":"2e751b98748067a4","parentId":"6f38766e69613564","name":"read-resource","id":"397670616d6e6531","timestamp":182545882,"duration":383737,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776f6e7973786768","name":"build-module-js","id":"6f38766e69613564","timestamp":182545825,"duration":384392,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/default-style.js"}},{"traceId":"2e751b98748067a4","parentId":"656174376f65786a","name":"read-resource","id":"3376786a31756c65","timestamp":182545757,"duration":384506,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30776e7877616f69","name":"build-module-js","id":"656174376f65786a","timestamp":182545665,"duration":385256,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/fromentries/index.js"}},{"traceId":"2e751b98748067a4","parentId":"74686c3332776661","name":"read-resource","id":"6f706d686d773462","timestamp":182545974,"duration":384988,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"736f613673683761","name":"build-module-js","id":"74686c3332776661","timestamp":182545928,"duration":385666,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/styles/prism/prism.js"}},{"traceId":"2e751b98748067a4","parentId":"73366d3763336c36","name":"read-resource","id":"63306c6137676a39","timestamp":182546060,"duration":385570,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776f6e7973786768","name":"build-module-js","id":"73366d3763336c36","timestamp":182546015,"duration":386325,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/supported-languages.js"}},{"traceId":"2e751b98748067a4","parentId":"75366f7873366b6f","name":"read-resource","id":"687474393935356f","timestamp":182546148,"duration":386229,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6339697164696269","name":"build-module-js","id":"75366f7873366b6f","timestamp":182546098,"duration":386959,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.js"}},{"traceId":"2e751b98748067a4","parentId":"6938323877327669","name":"read-resource","id":"736d6b7a65313876","timestamp":182537987,"duration":421166,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d3775736e6c6635","name":"build-module-js","id":"6938323877327669","timestamp":182537941,"duration":930962,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/build/three.module.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6a707361746961","name":"read-resource","id":"6c69763730386571","timestamp":183668193,"duration":27268,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"30776e7877616f69","name":"build-module-js","id":"6b6a707361746961","timestamp":183668074,"duration":29066,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/jerrypick/dist/jerrypick.module.js"}},{"traceId":"2e751b98748067a4","parentId":"346a7a3562706571","name":"read-resource","id":"3572686c68303870","timestamp":183668302,"duration":28883,"tags":{}}]
|
|
16
|
+
[{"traceId":"2e751b98748067a4","parentId":"6d3775736e6c6635","name":"build-module-js","id":"346a7a3562706571","timestamp":183668247,"duration":42294,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three-forcegraph/dist/three-forcegraph.module.js"}},{"traceId":"2e751b98748067a4","parentId":"6d686b7565796c33","name":"read-resource","id":"68726c7933373232","timestamp":183668384,"duration":42203,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d3775736e6c6635","name":"build-module-js","id":"6d686b7565796c33","timestamp":183668333,"duration":47250,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three-render-objects/dist/three-render-objects.module.js"}},{"traceId":"2e751b98748067a4","parentId":"327a647576717278","name":"read-resource","id":"767a667439723466","timestamp":183668454,"duration":47174,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d3775736e6c6635","name":"build-module-js","id":"327a647576717278","timestamp":183668411,"duration":47631,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/accessor-fn/dist/accessor-fn.module.js"}},{"traceId":"2e751b98748067a4","parentId":"386830647a7a6b64","name":"read-resource","id":"696a6a71766f6776","timestamp":183668522,"duration":47558,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d3775736e6c6635","name":"build-module-js","id":"386830647a7a6b64","timestamp":183668480,"duration":50378,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/kapsule/dist/kapsule.module.js"}},{"traceId":"2e751b98748067a4","parentId":"776e716a386e3134","name":"read-resource","id":"3432377967326138","timestamp":183668614,"duration":50287,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3973356879653672","name":"build-module-js","id":"776e716a386e3134","timestamp":183668566,"duration":50672,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/querystring/index.js"}},{"traceId":"2e751b98748067a4","parentId":"3439366f63636a6d","name":"read-resource","id":"6573733369756d62","timestamp":183668683,"duration":50589,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"637067726c396275","name":"build-module-js","id":"3439366f63636a6d","timestamp":183668641,"duration":50906,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/prop-types/lib/ReactPropTypesSecret.js"}},{"traceId":"2e751b98748067a4","parentId":"393631636f703775","name":"read-resource","id":"63656c6776723761","timestamp":183668769,"duration":50811,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6430776639773770","name":"build-module-js","id":"393631636f703775","timestamp":183668708,"duration":55193,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/core.js"}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"read-resource","id":"71626630637a786a","timestamp":183668839,"duration":55101,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6339697164696269","name":"build-module-js","id":"63386963746f6c78","timestamp":183668797,"duration":59386,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/index.js"}},{"traceId":"2e751b98748067a4","parentId":"326f72663934696c","name":"read-resource","id":"346b35693676636a","timestamp":183668909,"duration":59318,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a63653276757033","name":"build-module-js","id":"326f72663934696c","timestamp":183668864,"duration":60818,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/lowlight/lib/core.js"}},{"traceId":"2e751b98748067a4","parentId":"347474366d313873","name":"read-resource","id":"6e7170756a636637","timestamp":183668975,"duration":60749,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776f6e7973786768","name":"build-module-js","id":"347474366d313873","timestamp":183668935,"duration":64571,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/lowlight/index.js"}},{"traceId":"2e751b98748067a4","parentId":"3531387236686866","name":"read-resource","id":"336e6c796e626834","timestamp":183669039,"duration":64506,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3531387236686866","timestamp":183669000,"duration":70618,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.js"}},{"traceId":"2e751b98748067a4","parentId":"3674613068756e64","name":"read-resource","id":"6b76696a726a3667","timestamp":183669102,"duration":70566,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7972657831757a6c","name":"build-module-js","id":"3674613068756e64","timestamp":183669063,"duration":70854,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/regenerator/index.js"}},{"traceId":"2e751b98748067a4","parentId":"653331667a626770","name":"read-resource","id":"666879316a343271","timestamp":183669165,"duration":70785,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"317875706936616b","name":"build-module-js","id":"653331667a626770","timestamp":183669126,"duration":72268,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/extends.js"}},{"traceId":"2e751b98748067a4","parentId":"326b316b7a676e63","name":"read-resource","id":"6361326e31307075","timestamp":183669227,"duration":72205,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"317875706936616b","name":"build-module-js","id":"326b316b7a676e63","timestamp":183669188,"duration":72813,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/objectSpread.js"}},{"traceId":"2e751b98748067a4","parentId":"6431317062647675","name":"read-resource","id":"3077683630707467","timestamp":183669294,"duration":72844,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3178783074696c31","name":"build-module-js","id":"6431317062647675","timestamp":183669251,"duration":73428,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"}},{"traceId":"2e751b98748067a4","parentId":"786a6a6631737162","name":"read-resource","id":"7165757539616767","timestamp":183669358,"duration":73357,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3178783074696c31","name":"build-module-js","id":"786a6a6631737162","timestamp":183669319,"duration":73812,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js"}},{"traceId":"2e751b98748067a4","parentId":"6975743763727869","name":"read-resource","id":"7971663265726266","timestamp":183669421,"duration":73745,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7972657831757a6c","name":"build-module-js","id":"6975743763727869","timestamp":183669382,"duration":74371,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js"}},{"traceId":"2e751b98748067a4","parentId":"7431747671646534","name":"read-resource","id":"6130393669797078","timestamp":183669484,"duration":74305,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7972657831757a6c","name":"build-module-js","id":"7431747671646534","timestamp":183669445,"duration":74662,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/classCallCheck.js"}},{"traceId":"2e751b98748067a4","parentId":"3471356435377273","name":"read-resource","id":"75626168676c6478","timestamp":183669551,"duration":74587,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7972657831757a6c","name":"build-module-js","id":"3471356435377273","timestamp":183669507,"duration":75104,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/createClass.js"}},{"traceId":"2e751b98748067a4","parentId":"786236306e773870","name":"read-resource","id":"6c64356779387579","timestamp":183669614,"duration":75032,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7972657831757a6c","name":"build-module-js","id":"786236306e773870","timestamp":183669575,"duration":75523,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"}},{"traceId":"2e751b98748067a4","parentId":"6b69737875327730","name":"read-resource","id":"3336327468356e6c","timestamp":183669685,"duration":75448,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7972657831757a6c","name":"build-module-js","id":"6b69737875327730","timestamp":183669645,"duration":75952,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"}},{"traceId":"2e751b98748067a4","parentId":"686a6b6c35617265","name":"read-resource","id":"3867376966666363","timestamp":183669753,"duration":75878,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7972657831757a6c","name":"build-module-js","id":"686a6b6c35617265","timestamp":183669709,"duration":76357,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/inherits.js"}},{"traceId":"2e751b98748067a4","parentId":"71723373386a7363","name":"read-resource","id":"357a7066346e3467","timestamp":183669830,"duration":76270,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7972657831757a6c","name":"build-module-js","id":"71723373386a7363","timestamp":183669789,"duration":76660,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/defineProperty.js"}},{"traceId":"2e751b98748067a4","parentId":"767a717572753369","name":"read-resource","id":"623730326c6f7977","timestamp":183669895,"duration":76588,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3468746b666f6371","name":"build-module-js","id":"767a717572753369","timestamp":183669857,"duration":77860,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/process/browser.js"}},{"traceId":"2e751b98748067a4","parentId":"766a63387a353939","name":"read-resource","id":"7763647969646365","timestamp":183669959,"duration":77797,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6268646c31373770","name":"build-module-js","id":"766a63387a353939","timestamp":183669920,"duration":78210,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hogan.js/lib/hogan.js"}},{"traceId":"2e751b98748067a4","parentId":"6535373170343735","name":"read-resource","id":"776c78366b797467","timestamp":183670020,"duration":78145,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"326b7966767a7674","name":"build-module-js","id":"6535373170343735","timestamp":183669982,"duration":78537,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/string-hash/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6f78663268703968","name":"read-resource","id":"34716269346a6d67","timestamp":183670083,"duration":78492,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6f78663268703968","timestamp":183670045,"duration":79228,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/zephir.js"}},{"traceId":"2e751b98748067a4","parentId":"7268673277723567","name":"read-resource","id":"627a787870396a6d","timestamp":183670150,"duration":79159,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7268673277723567","timestamp":183670108,"duration":79947,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/yaml.js"}},{"traceId":"2e751b98748067a4","parentId":"636a776779646671","name":"read-resource","id":"6570373434637731","timestamp":183670214,"duration":79875,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"636a776779646671","timestamp":183670175,"duration":83515,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/xquery.js"}},{"traceId":"2e751b98748067a4","parentId":"69656c753663366b","name":"read-resource","id":"716c673333356373","timestamp":183670276,"duration":83548,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"69656c753663366b","timestamp":183670238,"duration":84766,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/xml.js"}},{"traceId":"2e751b98748067a4","parentId":"68343632726e3732","name":"read-resource","id":"3338373063747866","timestamp":183670336,"duration":84706,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"68343632726e3732","timestamp":183670299,"duration":85263,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/xl.js"}},{"traceId":"2e751b98748067a4","parentId":"7630773273787834","name":"read-resource","id":"6e336e313574696d","timestamp":183670399,"duration":85198,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7630773273787834","timestamp":183670360,"duration":85943,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/x86asm.js"}},{"traceId":"2e751b98748067a4","parentId":"663668353530316f","name":"read-resource","id":"6638717235637663","timestamp":183670470,"duration":85867,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"663668353530316f","timestamp":183670432,"duration":86543,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vim.js"}},{"traceId":"2e751b98748067a4","parentId":"347366637775756d","name":"read-resource","id":"62766f7068757939","timestamp":183670535,"duration":86475,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"347366637775756d","timestamp":183670494,"duration":87480,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vhdl.js"}},{"traceId":"2e751b98748067a4","parentId":"6f6d376e79326331","name":"read-resource","id":"3775716e6768646f","timestamp":183670599,"duration":87409,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6f6d376e79326331","timestamp":183670558,"duration":87975,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/verilog.js"}},{"traceId":"2e751b98748067a4","parentId":"74656d7577306364","name":"read-resource","id":"6770787473676768","timestamp":183670665,"duration":87917,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"74656d7577306364","timestamp":183670623,"duration":88619,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vbscript.js"}},{"traceId":"2e751b98748067a4","parentId":"78377438776f6730","name":"read-resource","id":"746432743974396c","timestamp":183670728,"duration":88551,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"78377438776f6730","timestamp":183670689,"duration":88876,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vbscript-html.js"}},{"traceId":"2e751b98748067a4","parentId":"3033396e71723070","name":"read-resource","id":"66336b66676a3267","timestamp":183670799,"duration":88800,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3033396e71723070","timestamp":183670751,"duration":90038,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vbnet.js"}},{"traceId":"2e751b98748067a4","parentId":"3561643679386c78","name":"read-resource","id":"33703930396b6363","timestamp":183670870,"duration":89956,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3561643679386c78","timestamp":183670831,"duration":90383,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vala.js"}},{"traceId":"2e751b98748067a4","parentId":"316d7961316c6f6e","name":"read-resource","id":"6b35637663627938","timestamp":183670930,"duration":90319,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"316d7961316c6f6e","timestamp":183670894,"duration":92786,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/typescript.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6d6e6d67326269","name":"read-resource","id":"7865636d75343365","timestamp":183670994,"duration":92725,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6e6d6e6d67326269","timestamp":183670952,"duration":93356,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/twig.js"}},{"traceId":"2e751b98748067a4","parentId":"6e37707977766730","name":"read-resource","id":"616d69717263746b","timestamp":183671053,"duration":93290,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6e37707977766730","timestamp":183671017,"duration":93797,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/tp.js"}},{"traceId":"2e751b98748067a4","parentId":"7a7634676a636131","name":"read-resource","id":"686e766873386469","timestamp":183671111,"duration":93739,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7a7634676a636131","timestamp":183671075,"duration":94149,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/thrift.js"}},{"traceId":"2e751b98748067a4","parentId":"6336326538396535","name":"read-resource","id":"376b747775796864","timestamp":183671170,"duration":94086,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6336326538396535","timestamp":183671134,"duration":94723,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/tcl.js"}},{"traceId":"2e751b98748067a4","parentId":"3632743962697934","name":"read-resource","id":"386c3867696b7361","timestamp":183671228,"duration":94663,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3632743962697934","timestamp":183671192,"duration":95048,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/tap.js"}},{"traceId":"2e751b98748067a4","parentId":"6263673436616478","name":"read-resource","id":"3066756538343673","timestamp":183671288,"duration":94984,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6263673436616478","timestamp":183671249,"duration":95505,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/taggerscript.js"}},{"traceId":"2e751b98748067a4","parentId":"79397a68397a7433","name":"read-resource","id":"6e686e3478743367","timestamp":183671347,"duration":95442,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"79397a68397a7433","timestamp":183671311,"duration":98904,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/swift.js"}},{"traceId":"2e751b98748067a4","parentId":"666f6666716a7378","name":"read-resource","id":"77677864786d6d6c","timestamp":183671423,"duration":98827,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"666f6666716a7378","timestamp":183671369,"duration":99224,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/subunit.js"}},{"traceId":"2e751b98748067a4","parentId":"3076686362796661","name":"read-resource","id":"69727139356d3574","timestamp":183671483,"duration":99143,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3076686362796661","timestamp":183671446,"duration":100473,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/stylus.js"}},{"traceId":"2e751b98748067a4","parentId":"6a67316565736f72","name":"read-resource","id":"376a337578746536","timestamp":183671545,"duration":100412,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6a67316565736f72","timestamp":183671507,"duration":100852,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/step21.js"}},{"traceId":"2e751b98748067a4","parentId":"7a34696c65753966","name":"read-resource","id":"716e673161307733","timestamp":183671610,"duration":100781,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7a34696c65753966","timestamp":183671567,"duration":101462,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/stata.js"}}]
|
|
17
|
+
[{"traceId":"2e751b98748067a4","parentId":"3374776267653067","name":"read-resource","id":"7535303430663830","timestamp":183671674,"duration":101563,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3374776267653067","timestamp":183671635,"duration":102705,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/stan.js"}},{"traceId":"2e751b98748067a4","parentId":"7a6932317935796a","name":"read-resource","id":"6a6e6f6d75786237","timestamp":183671736,"duration":102641,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7a6932317935796a","timestamp":183671698,"duration":104278,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/sql.js"}},{"traceId":"2e751b98748067a4","parentId":"3664773775747631","name":"read-resource","id":"3773316d7a686331","timestamp":183671814,"duration":104200,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3664773775747631","timestamp":183671764,"duration":105645,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/sqf.js"}},{"traceId":"2e751b98748067a4","parentId":"33396267797a3338","name":"read-resource","id":"6b6f7569776b7173","timestamp":183671878,"duration":105569,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"33396267797a3338","timestamp":183671838,"duration":106090,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/sml.js"}},{"traceId":"2e751b98748067a4","parentId":"3567783631317477","name":"read-resource","id":"6b6e646e687a3236","timestamp":183671947,"duration":106015,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3567783631317477","timestamp":183671903,"duration":106487,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/smalltalk.js"}},{"traceId":"2e751b98748067a4","parentId":"6f66316d68636437","name":"read-resource","id":"6c7076656b676965","timestamp":183672010,"duration":106415,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6f66316d68636437","timestamp":183671972,"duration":106925,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/smali.js"}},{"traceId":"2e751b98748067a4","parentId":"3770307462706833","name":"read-resource","id":"3073313030706d39","timestamp":183672070,"duration":106860,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3770307462706833","timestamp":183672033,"duration":107254,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/shell.js"}},{"traceId":"2e751b98748067a4","parentId":"6d3661693062756d","name":"read-resource","id":"657865686d30796b","timestamp":183672136,"duration":107186,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6d3661693062756d","timestamp":183672093,"duration":108477,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/scss.js"}},{"traceId":"2e751b98748067a4","parentId":"68327a3031617070","name":"read-resource","id":"716e386f356e7567","timestamp":183672197,"duration":108411,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"68327a3031617070","timestamp":183672159,"duration":109466,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/scilab.js"}},{"traceId":"2e751b98748067a4","parentId":"70713934737a7374","name":"read-resource","id":"32627930356d6a62","timestamp":183672259,"duration":109404,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"70713934737a7374","timestamp":183672221,"duration":110152,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/scheme.js"}},{"traceId":"2e751b98748067a4","parentId":"6c68673767727338","name":"read-resource","id":"3878736b6b693767","timestamp":183672324,"duration":110086,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6c68673767727338","timestamp":183672283,"duration":110847,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/scala.js"}},{"traceId":"2e751b98748067a4","parentId":"6a68633770656534","name":"read-resource","id":"6e6f76693361696e","timestamp":183672385,"duration":110787,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6a68633770656534","timestamp":183672348,"duration":111503,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/sas.js"}},{"traceId":"2e751b98748067a4","parentId":"6462736a796d6431","name":"read-resource","id":"7366713667707470","timestamp":183672448,"duration":111436,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6462736a796d6431","timestamp":183672410,"duration":112089,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/rust.js"}},{"traceId":"2e751b98748067a4","parentId":"3562716e73647573","name":"postcss-process","id":"646c79636a796a61","timestamp":176460589,"duration":8634537,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3231777735337478","name":"postcss-loader","id":"3562716e73647573","timestamp":175985319,"duration":9109881,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3231777735337478","name":"css-loader","id":"656f6f3875366d6e","timestamp":185095277,"duration":16043,"tags":{"astUsed":"true"}},{"traceId":"2e751b98748067a4","parentId":"7032707868733037","name":"build-module-css","id":"3231777735337478","timestamp":175982512,"duration":9133867,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/styles/globals.css.webpack[javascript/auto]!=!/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[8].use[1]!/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[2].oneOf[8].use[2]!/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/styles/globals.css"}},{"traceId":"2e751b98748067a4","parentId":"7836673277336375","name":"read-resource","id":"37726b7435397976","timestamp":183685019,"duration":1444602,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7836673277336375","timestamp":183684913,"duration":1445346,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ruleslanguage.js"}},{"traceId":"2e751b98748067a4","parentId":"3962656372717066","name":"read-resource","id":"6e7833796e776361","timestamp":183685113,"duration":1445188,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3962656372717066","timestamp":183685061,"duration":1446971,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ruby.js"}},{"traceId":"2e751b98748067a4","parentId":"707830376f783474","name":"read-resource","id":"736b62336a623267","timestamp":183685181,"duration":1446893,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"707830376f783474","timestamp":183685138,"duration":1447330,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/rsl.js"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"7973756331347779","timestamp":174510493,"duration":10735363,"tags":{"request":"next-client-pages-loader?page=%2F&absolutePagePath=private-next-pages%2Findex.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"6a316b6d30696372","timestamp":174510357,"duration":10735530,"tags":{"request":"next-client-pages-loader?page=%2Fevents&absolutePagePath=private-next-pages%2Fevents.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"6a6c396f7662676b","timestamp":174510575,"duration":10735323,"tags":{"request":"next-client-pages-loader?page=%2Fusers%2F%5Bid%5D&absolutePagePath=private-next-pages%2Fusers%2F%5Bid%5D.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"6b6e316f63716d70","timestamp":174509583,"duration":10736334,"tags":{"request":"./../../node_modules/next/dist/client/next.js"}},{"traceId":"2e751b98748067a4","parentId":"6a74677863343267","name":"build-module-css","id":"7032707868733037","timestamp":175527299,"duration":9734117,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/styles/globals.css"}},{"traceId":"2e751b98748067a4","parentId":"3265726f726b6162","name":"read-resource","id":"7567676176393569","timestamp":185239568,"duration":34855,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3265726f726b6162","timestamp":185239457,"duration":38284,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/routeros.js"}},{"traceId":"2e751b98748067a4","parentId":"7835356e7264696f","name":"read-resource","id":"616d726367706c69","timestamp":185239693,"duration":38089,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7835356e7264696f","timestamp":185239618,"duration":38676,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/roboconf.js"}},{"traceId":"2e751b98748067a4","parentId":"39726d7735767631","name":"read-resource","id":"6e3879346b687332","timestamp":185239771,"duration":38559,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"39726d7735767631","timestamp":185239725,"duration":38920,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/rib.js"}},{"traceId":"2e751b98748067a4","parentId":"7961397337327032","name":"read-resource","id":"6166707577316f65","timestamp":185239849,"duration":38829,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7961397337327032","timestamp":185239798,"duration":40080,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/reasonml.js"}},{"traceId":"2e751b98748067a4","parentId":"6d32746d65683030","name":"read-resource","id":"657772686f726f65","timestamp":185239916,"duration":39998,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6d32746d65683030","timestamp":185239876,"duration":41431,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/r.js"}},{"traceId":"2e751b98748067a4","parentId":"3861336e676e6e35","name":"read-resource","id":"32616266366c6268","timestamp":185239980,"duration":41363,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3861336e676e6e35","timestamp":185239940,"duration":42281,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/qml.js"}},{"traceId":"2e751b98748067a4","parentId":"6f39643473776e62","name":"read-resource","id":"6362366768763035","timestamp":185240041,"duration":42217,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6f39643473776e62","timestamp":185240003,"duration":42608,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/q.js"}},{"traceId":"2e751b98748067a4","parentId":"3539766c34717432","name":"read-resource","id":"7274793061313877","timestamp":185240103,"duration":42542,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3539766c34717432","timestamp":185240064,"duration":44018,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/python.js"}},{"traceId":"2e751b98748067a4","parentId":"346f307678377531","name":"read-resource","id":"617a707232633535","timestamp":185240172,"duration":43948,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"346f307678377531","timestamp":185240128,"duration":44364,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/python-repl.js"}},{"traceId":"2e751b98748067a4","parentId":"3763646738366f6e","name":"read-resource","id":"6a73636b6e376e67","timestamp":185240235,"duration":44320,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3763646738366f6e","timestamp":185240196,"duration":44771,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/purebasic.js"}},{"traceId":"2e751b98748067a4","parentId":"7a356a70376f6476","name":"read-resource","id":"386c6a396e346a6f","timestamp":185240296,"duration":44705,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7a356a70376f6476","timestamp":185240258,"duration":45388,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/puppet.js"}},{"traceId":"2e751b98748067a4","parentId":"66796e6238733463","name":"read-resource","id":"6b39746865636937","timestamp":185240370,"duration":45310,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"66796e6238733463","timestamp":185240329,"duration":45741,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/protobuf.js"}},{"traceId":"2e751b98748067a4","parentId":"616e3961357a6d6f","name":"read-resource","id":"62366c386b733569","timestamp":185240447,"duration":45657,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"616e3961357a6d6f","timestamp":185240393,"duration":46197,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/properties.js"}},{"traceId":"2e751b98748067a4","parentId":"337a326568756676","name":"read-resource","id":"7334747269376e36","timestamp":185240512,"duration":46112,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"337a326568756676","timestamp":185240469,"duration":46718,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/prolog.js"}},{"traceId":"2e751b98748067a4","parentId":"776567346b686a73","name":"read-resource","id":"7969386964643067","timestamp":185240594,"duration":46630,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"776567346b686a73","timestamp":185240551,"duration":46992,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/profile.js"}},{"traceId":"2e751b98748067a4","parentId":"617466736a386a33","name":"read-resource","id":"616c727268786a74","timestamp":185240659,"duration":46918,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"617466736a386a33","timestamp":185240620,"duration":47306,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/processing.js"}},{"traceId":"2e751b98748067a4","parentId":"66673376306a6435","name":"read-resource","id":"6a633438346f6263","timestamp":185240721,"duration":47237,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"66673376306a6435","timestamp":185240683,"duration":49004,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/powershell.js"}},{"traceId":"2e751b98748067a4","parentId":"72696265656a6d72","name":"read-resource","id":"6767616f36756267","timestamp":185240813,"duration":48910,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"72696265656a6d72","timestamp":185240752,"duration":49377,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/pony.js"}},{"traceId":"2e751b98748067a4","parentId":"33666f6772707069","name":"read-resource","id":"6b326a656b39726b","timestamp":185241788,"duration":48374,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"33666f6772707069","timestamp":185241690,"duration":48715,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/plaintext.js"}},{"traceId":"2e751b98748067a4","parentId":"6d34776b70327a35","name":"read-resource","id":"667a313173776773","timestamp":185242594,"duration":47842,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6d34776b70327a35","timestamp":185242481,"duration":48724,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/php.js"}},{"traceId":"2e751b98748067a4","parentId":"616b6e3272796165","name":"read-resource","id":"64713535756f6d35","timestamp":185242687,"duration":48550,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"616b6e3272796165","timestamp":185242638,"duration":48981,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/php-template.js"}},{"traceId":"2e751b98748067a4","parentId":"6179786772736e6c","name":"read-resource","id":"6570726c34736579","timestamp":185244126,"duration":47527,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6179786772736e6c","timestamp":185244041,"duration":50587,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/pgsql.js"}},{"traceId":"2e751b98748067a4","parentId":"306265737a6f616a","name":"read-resource","id":"6c68713266797435","timestamp":185244203,"duration":50460,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"306265737a6f616a","timestamp":185244161,"duration":51593,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/pf.js"}},{"traceId":"2e751b98748067a4","parentId":"65613865626f3978","name":"read-resource","id":"3336337776667839","timestamp":185244283,"duration":51509,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"65613865626f3978","timestamp":185244227,"duration":53373,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/perl.js"}},{"traceId":"2e751b98748067a4","parentId":"64706e346f636b61","name":"read-resource","id":"7779386e35346269","timestamp":185244349,"duration":53289,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"64706e346f636b61","timestamp":185244309,"duration":53767,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/parser3.js"}},{"traceId":"2e751b98748067a4","parentId":"6866756531656b30","name":"read-resource","id":"75626d6e73676a34","timestamp":185244420,"duration":53697,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6866756531656b30","timestamp":185244372,"duration":54618,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/oxygene.js"}},{"traceId":"2e751b98748067a4","parentId":"6a34727270377270","name":"read-resource","id":"7263776773726730","timestamp":185244482,"duration":54680,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6a34727270377270","timestamp":185244444,"duration":55265,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/openscad.js"}},{"traceId":"2e751b98748067a4","parentId":"6573327232686f79","name":"read-resource","id":"3339303430357838","timestamp":185244578,"duration":55168,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6573327232686f79","timestamp":185244518,"duration":55660,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ocaml.js"}},{"traceId":"2e751b98748067a4","parentId":"3436716c38776773","name":"read-resource","id":"777033726a667771","timestamp":185244642,"duration":55571,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3436716c38776773","timestamp":185244604,"duration":56333,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/objectivec.js"}},{"traceId":"2e751b98748067a4","parentId":"66746e6774367135","name":"read-resource","id":"6d6b706a706b7562","timestamp":185244703,"duration":56267,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"66746e6774367135","timestamp":185244666,"duration":57407,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/nsis.js"}}]
|
|
18
|
+
[{"traceId":"2e751b98748067a4","parentId":"7a36796874376433","name":"read-resource","id":"7a62703173356f67","timestamp":185244773,"duration":57559,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7a36796874376433","timestamp":185244729,"duration":57970,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/node-repl.js"}},{"traceId":"2e751b98748067a4","parentId":"38376f3936777a6d","name":"read-resource","id":"74323931326b3173","timestamp":185244838,"duration":57895,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"38376f3936777a6d","timestamp":185244799,"duration":58374,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/nix.js"}},{"traceId":"2e751b98748067a4","parentId":"7163716c746e717a","name":"read-resource","id":"376470303572656f","timestamp":185244899,"duration":58309,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7163716c746e717a","timestamp":185244862,"duration":58935,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/nim.js"}},{"traceId":"2e751b98748067a4","parentId":"7732386b7674716a","name":"read-resource","id":"766a6566696e7937","timestamp":185244977,"duration":58849,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7732386b7674716a","timestamp":185244921,"duration":59375,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/nginx.js"}},{"traceId":"2e751b98748067a4","parentId":"3033767570366177","name":"read-resource","id":"3666683671303469","timestamp":185245042,"duration":59284,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3033767570366177","timestamp":185245002,"duration":59695,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/n1ql.js"}},{"traceId":"2e751b98748067a4","parentId":"71686931726b7161","name":"read-resource","id":"6139626c36327575","timestamp":185245102,"duration":59644,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"71686931726b7161","timestamp":185245065,"duration":60283,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/moonscript.js"}},{"traceId":"2e751b98748067a4","parentId":"676138686669376c","name":"read-resource","id":"6367326b6d6a7a6a","timestamp":185245161,"duration":60219,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"676138686669376c","timestamp":185245124,"duration":60676,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/monkey.js"}},{"traceId":"2e751b98748067a4","parentId":"3838313871687035","name":"read-resource","id":"377738747667356d","timestamp":185245331,"duration":60503,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3838313871687035","timestamp":185245184,"duration":60909,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mojolicious.js"}},{"traceId":"2e751b98748067a4","parentId":"7865337068323870","name":"read-resource","id":"373076377a6c3534","timestamp":185245432,"duration":60691,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7865337068323870","timestamp":185245371,"duration":61008,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mizar.js"}},{"traceId":"2e751b98748067a4","parentId":"7876637663383564","name":"read-resource","id":"616c377766337866","timestamp":185245498,"duration":60913,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7876637663383564","timestamp":185245458,"duration":62878,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mipsasm.js"}},{"traceId":"2e751b98748067a4","parentId":"7374793064656b65","name":"read-resource","id":"6c63767173667535","timestamp":185245562,"duration":62813,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7374793064656b65","timestamp":185245523,"duration":63380,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mercury.js"}},{"traceId":"2e751b98748067a4","parentId":"6933397635307869","name":"read-resource","id":"627234716d76656b","timestamp":185245623,"duration":63315,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6933397635307869","timestamp":185245585,"duration":64232,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mel.js"}},{"traceId":"2e751b98748067a4","parentId":"71376e6176677a30","name":"read-resource","id":"36677875636a7867","timestamp":185245684,"duration":64170,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"71376e6176677a30","timestamp":185245646,"duration":65686,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/maxima.js"}},{"traceId":"2e751b98748067a4","parentId":"6935646233703662","name":"read-resource","id":"656d356f67376676","timestamp":185245748,"duration":65620,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6935646233703662","timestamp":185245706,"duration":66864,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/matlab.js"}},{"traceId":"2e751b98748067a4","parentId":"3030346b396a6e61","name":"read-resource","id":"3762673568323271","timestamp":185245811,"duration":72292,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3030346b396a6e61","timestamp":185245773,"duration":90397,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mathematica.js"}},{"traceId":"2e751b98748067a4","parentId":"6262757471676f74","name":"read-resource","id":"3273387675643068","timestamp":185263419,"duration":73381,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6262757471676f74","timestamp":185263339,"duration":76136,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/markdown.js"}},{"traceId":"2e751b98748067a4","parentId":"7972633975617633","name":"read-resource","id":"79326f6b66693761","timestamp":185263501,"duration":76129,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7972633975617633","timestamp":185263454,"duration":76882,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/makefile.js"}},{"traceId":"2e751b98748067a4","parentId":"666a70326a613634","name":"read-resource","id":"6162366a6e716f6d","timestamp":185263565,"duration":76809,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"666a70326a613634","timestamp":185263526,"duration":77309,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/lua.js"}},{"traceId":"2e751b98748067a4","parentId":"6578647a66653172","name":"read-resource","id":"6666346d6e326566","timestamp":185263624,"duration":77248,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6578647a66653172","timestamp":185263587,"duration":77943,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/lsl.js"}},{"traceId":"2e751b98748067a4","parentId":"786d78776f353476","name":"read-resource","id":"786b6e6330383974","timestamp":185263706,"duration":77861,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"786d78776f353476","timestamp":185263660,"duration":78717,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/llvm.js"}},{"traceId":"2e751b98748067a4","parentId":"6978643865736839","name":"read-resource","id":"7a35646d366f6271","timestamp":185263773,"duration":78641,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6978643865736839","timestamp":185263729,"duration":79781,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/livescript.js"}},{"traceId":"2e751b98748067a4","parentId":"676e3170676a3461","name":"read-resource","id":"30626f6f35666d79","timestamp":185263832,"duration":79983,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"676e3170676a3461","timestamp":185263796,"duration":80636,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/livecodeserver.js"}},{"traceId":"2e751b98748067a4","parentId":"686e6f3572766365","name":"read-resource","id":"303539786c6d6972","timestamp":185263887,"duration":80579,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"686e6f3572766365","timestamp":185263853,"duration":81248,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/lisp.js"}},{"traceId":"2e751b98748067a4","parentId":"6c386f397637346c","name":"read-resource","id":"376830656171727a","timestamp":185263971,"duration":81162,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6c386f397637346c","timestamp":185263917,"duration":82834,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/less.js"}},{"traceId":"2e751b98748067a4","parentId":"30633362616d3861","name":"read-resource","id":"3465373972383178","timestamp":185264035,"duration":82756,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"30633362616d3861","timestamp":185263993,"duration":83149,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/leaf.js"}},{"traceId":"2e751b98748067a4","parentId":"3479367063357879","name":"read-resource","id":"6838743732677539","timestamp":185264094,"duration":83186,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3479367063357879","timestamp":185264057,"duration":83707,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ldif.js"}},{"traceId":"2e751b98748067a4","parentId":"686f78666d346f6a","name":"read-resource","id":"6e7a617337656169","timestamp":185264159,"duration":83641,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"686f78666d346f6a","timestamp":185264116,"duration":85135,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/latex.js"}},{"traceId":"2e751b98748067a4","parentId":"6f306c6172656e31","name":"read-resource","id":"333461736767626d","timestamp":185264220,"duration":85066,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6f306c6172656e31","timestamp":185264182,"duration":87555,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/zig.js"}},{"traceId":"2e751b98748067a4","parentId":"626b616664326236","name":"read-resource","id":"73706f3569733263","timestamp":185264279,"duration":87495,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"626b616664326236","timestamp":185264242,"duration":88000,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/yang.js"}},{"traceId":"2e751b98748067a4","parentId":"75326a67736c7333","name":"read-resource","id":"7368646136756163","timestamp":185264337,"duration":87939,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"75326a67736c7333","timestamp":185264301,"duration":90186,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/yaml.js"}},{"traceId":"2e751b98748067a4","parentId":"6135726d6b7a6f6a","name":"read-resource","id":"377778657a32637a","timestamp":185264395,"duration":90130,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6135726d6b7a6f6a","timestamp":185264359,"duration":93217,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/xquery.js"}},{"traceId":"2e751b98748067a4","parentId":"7939337962317378","name":"read-resource","id":"696265776d666f75","timestamp":185264461,"duration":93153,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7939337962317378","timestamp":185264421,"duration":93904,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/lasso.js"}},{"traceId":"2e751b98748067a4","parentId":"7836747933386c6e","name":"read-resource","id":"6d79643763676b30","timestamp":185264520,"duration":93840,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7836747933386c6e","timestamp":185264483,"duration":95062,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/kotlin.js"}},{"traceId":"2e751b98748067a4","parentId":"786f62726b6d7671","name":"read-resource","id":"33686f78646f3970","timestamp":185264602,"duration":94982,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"786f62726b6d7671","timestamp":185264563,"duration":97073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/julia.js"}},{"traceId":"2e751b98748067a4","parentId":"687379746c7a6d63","name":"read-resource","id":"626f36616f6b3769","timestamp":185264677,"duration":96998,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"687379746c7a6d63","timestamp":185264627,"duration":97396,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/julia-repl.js"}},{"traceId":"2e751b98748067a4","parentId":"336a6d716d697071","name":"read-resource","id":"6965327567307772","timestamp":185264739,"duration":97319,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"336a6d716d697071","timestamp":185264701,"duration":97819,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/json.js"}},{"traceId":"2e751b98748067a4","parentId":"69366a7772637534","name":"read-resource","id":"6f71693868347033","timestamp":185264805,"duration":97749,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"69366a7772637534","timestamp":185264762,"duration":98381,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/jboss-cli.js"}},{"traceId":"2e751b98748067a4","parentId":"6c6471376d736668","name":"read-resource","id":"6573753132367378","timestamp":185264866,"duration":98314,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6c6471376d736668","timestamp":185264826,"duration":100362,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/javascript.js"}},{"traceId":"2e751b98748067a4","parentId":"61317a7865397579","name":"read-resource","id":"6137747236716530","timestamp":185264926,"duration":100298,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"61317a7865397579","timestamp":185264890,"duration":101231,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/java.js"}},{"traceId":"2e751b98748067a4","parentId":"76666d306f716e34","name":"read-resource","id":"3270337a7967356f","timestamp":185264987,"duration":101170,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"76666d306f716e34","timestamp":185264950,"duration":113642,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/isbl.js"}},{"traceId":"2e751b98748067a4","parentId":"7568627638306631","name":"read-resource","id":"69306f6c70643961","timestamp":185265048,"duration":113589,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7568627638306631","timestamp":185265009,"duration":114433,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/irpf90.js"}},{"traceId":"2e751b98748067a4","parentId":"7461787362757572","name":"read-resource","id":"6b683831736a6f66","timestamp":185265111,"duration":114373,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7461787362757572","timestamp":185265070,"duration":115306,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ini.js"}},{"traceId":"2e751b98748067a4","parentId":"3375723032353065","name":"read-resource","id":"7a77623176753036","timestamp":185265170,"duration":115243,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3375723032353065","timestamp":185265133,"duration":115855,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/inform7.js"}},{"traceId":"2e751b98748067a4","parentId":"716d6c7937636b7a","name":"read-resource","id":"3462736f39367a34","timestamp":185313983,"duration":85214,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"716d6c7937636b7a","timestamp":185313897,"duration":86260,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/hy.js"}},{"traceId":"2e751b98748067a4","parentId":"34646b71697a3268","name":"read-resource","id":"6c75337a3134327a","timestamp":185314078,"duration":86125,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"34646b71697a3268","timestamp":185314028,"duration":87331,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/http.js"}},{"traceId":"2e751b98748067a4","parentId":"33647973386f6a6a","name":"read-resource","id":"39746f397a317a69","timestamp":185314148,"duration":87253,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"33647973386f6a6a","timestamp":185314106,"duration":88972,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/htmlbars.js"}},{"traceId":"2e751b98748067a4","parentId":"30646b7475636238","name":"read-resource","id":"6e78637661306a67","timestamp":185314227,"duration":88889,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"30646b7475636238","timestamp":185314183,"duration":89551,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/hsp.js"}},{"traceId":"2e751b98748067a4","parentId":"717671636939346f","name":"read-resource","id":"3070326161696972","timestamp":185314286,"duration":89484,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"717671636939346f","timestamp":185314250,"duration":90134,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/haxe.js"}},{"traceId":"2e751b98748067a4","parentId":"7772643732377972","name":"read-resource","id":"6b6e357470306539","timestamp":185314344,"duration":90076,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7772643732377972","timestamp":185314308,"duration":90751,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/haskell.js"}},{"traceId":"2e751b98748067a4","parentId":"6a65306b77613874","name":"read-resource","id":"69727368706a326d","timestamp":185314402,"duration":90695,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6a65306b77613874","timestamp":185314366,"duration":92247,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/handlebars.js"}},{"traceId":"2e751b98748067a4","parentId":"776c35396b756e7a","name":"read-resource","id":"6f3762366f383936","timestamp":185314487,"duration":92165,"tags":{}}]
|
|
19
|
+
[{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"776c35396b756e7a","timestamp":185314425,"duration":93185,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/haml.js"}},{"traceId":"2e751b98748067a4","parentId":"623234386e707374","name":"read-resource","id":"6873736a73717162","timestamp":185314554,"duration":93090,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"623234386e707374","timestamp":185314511,"duration":93847,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/groovy.js"}},{"traceId":"2e751b98748067a4","parentId":"716a7761756c7367","name":"read-resource","id":"7279666963796968","timestamp":185314611,"duration":93781,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"716a7761756c7367","timestamp":185314576,"duration":94150,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gradle.js"}},{"traceId":"2e751b98748067a4","parentId":"6f6d6a6279716f71","name":"read-resource","id":"31666c686b316d71","timestamp":185314676,"duration":94084,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6f6d6a6279716f71","timestamp":185314632,"duration":94396,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/golo.js"}},{"traceId":"2e751b98748067a4","parentId":"383567756b6e7337","name":"read-resource","id":"7a6f307166676e30","timestamp":185314725,"duration":94337,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"383567756b6e7337","timestamp":185314695,"duration":94855,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/go.js"}},{"traceId":"2e751b98748067a4","parentId":"66343378716c6733","name":"read-resource","id":"356d343870696936","timestamp":185314773,"duration":94809,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"66343378716c6733","timestamp":185314743,"duration":96286,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gml.js"}},{"traceId":"2e751b98748067a4","parentId":"626d37396e306c6a","name":"read-resource","id":"307167686472796f","timestamp":185314825,"duration":96239,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"626d37396e306c6a","timestamp":185314791,"duration":96812,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/glsl.js"}},{"traceId":"2e751b98748067a4","parentId":"69346b7067796c6c","name":"read-resource","id":"69326831696d7a77","timestamp":185314876,"duration":96763,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"69346b7067796c6c","timestamp":185314844,"duration":97217,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gherkin.js"}},{"traceId":"2e751b98748067a4","parentId":"706f717a356c6d66","name":"read-resource","id":"726d7261336d3735","timestamp":185314926,"duration":97171,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"706f717a356c6d66","timestamp":185314895,"duration":97814,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gcode.js"}},{"traceId":"2e751b98748067a4","parentId":"6561657867316176","name":"read-resource","id":"677a6a706d397938","timestamp":185314974,"duration":97770,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6561657867316176","timestamp":185314944,"duration":101860,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gauss.js"}},{"traceId":"2e751b98748067a4","parentId":"346b6a6e336a6367","name":"read-resource","id":"716c61386d387535","timestamp":185315023,"duration":101820,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"346b6a6e336a6367","timestamp":185314993,"duration":102784,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gams.js"}},{"traceId":"2e751b98748067a4","parentId":"7265743430783967","name":"read-resource","id":"6d706a74367a3831","timestamp":185315075,"duration":102738,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7265743430783967","timestamp":185315041,"duration":103303,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/fsharp.js"}},{"traceId":"2e751b98748067a4","parentId":"3231667635616678","name":"read-resource","id":"6d716e3079337065","timestamp":185315133,"duration":103249,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3231667635616678","timestamp":185315094,"duration":104070,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/fortran.js"}},{"traceId":"2e751b98748067a4","parentId":"786c686b68707a79","name":"read-resource","id":"79316276656b396d","timestamp":185315176,"duration":104025,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"786c686b68707a79","timestamp":185315149,"duration":104494,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/flix.js"}},{"traceId":"2e751b98748067a4","parentId":"6f7879357870706e","name":"read-resource","id":"3679683461366437","timestamp":185315219,"duration":104459,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6f7879357870706e","timestamp":185315192,"duration":109191,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/fix.js"}},{"traceId":"2e751b98748067a4","parentId":"766e7473746e3731","name":"read-resource","id":"61616d746b6d3536","timestamp":185315260,"duration":109162,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"766e7473746e3731","timestamp":185315234,"duration":109862,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/excel.js"}},{"traceId":"2e751b98748067a4","parentId":"6d3536627a71376d","name":"read-resource","id":"327465696a396479","timestamp":185315338,"duration":109798,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6d3536627a71376d","timestamp":185315280,"duration":110682,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/erlang.js"}},{"traceId":"2e751b98748067a4","parentId":"317a676f62336274","name":"read-resource","id":"71796875757a7166","timestamp":185315392,"duration":110607,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"317a676f62336274","timestamp":185315359,"duration":111191,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/erlang-repl.js"}},{"traceId":"2e751b98748067a4","parentId":"676b6a6a656a6e79","name":"read-resource","id":"6f63346c7930386a","timestamp":185315449,"duration":111138,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"676b6a6a656a6e79","timestamp":185315411,"duration":111457,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/erb.js"}},{"traceId":"2e751b98748067a4","parentId":"6f30687861646971","name":"read-resource","id":"6968397a62367a35","timestamp":185315499,"duration":111402,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6f30687861646971","timestamp":185315467,"duration":112025,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/elm.js"}},{"traceId":"2e751b98748067a4","parentId":"3671366668747379","name":"read-resource","id":"693265706b693869","timestamp":185315547,"duration":111983,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3671366668747379","timestamp":185315516,"duration":113540,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/elixir.js"}},{"traceId":"2e751b98748067a4","parentId":"677378336a396276","name":"read-resource","id":"686b71736e333170","timestamp":185315614,"duration":113479,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"677378336a396276","timestamp":185315565,"duration":113961,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ebnf.js"}},{"traceId":"2e751b98748067a4","parentId":"7067367838657174","name":"read-resource","id":"676464716b737a72","timestamp":185315670,"duration":113908,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7067367838657174","timestamp":185315636,"duration":114349,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dust.js"}},{"traceId":"2e751b98748067a4","parentId":"656730306e796e64","name":"read-resource","id":"646b746173647238","timestamp":185315722,"duration":114297,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"656730306e796e64","timestamp":185315690,"duration":114927,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dts.js"}},{"traceId":"2e751b98748067a4","parentId":"676262796239396f","name":"read-resource","id":"6179777361686130","timestamp":185315781,"duration":114873,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"676262796239396f","timestamp":185315743,"duration":115407,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dsconfig.js"}},{"traceId":"2e751b98748067a4","parentId":"70707a756d727478","name":"read-resource","id":"6730656d6377337a","timestamp":185315839,"duration":115347,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"70707a756d727478","timestamp":185315805,"duration":115881,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dos.js"}},{"traceId":"2e751b98748067a4","parentId":"7234647768376668","name":"read-resource","id":"796a397361663774","timestamp":185315893,"duration":115829,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7234647768376668","timestamp":185315860,"duration":116333,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dockerfile.js"}},{"traceId":"2e751b98748067a4","parentId":"7661367a39376c7a","name":"read-resource","id":"6868746173367337","timestamp":185315948,"duration":116283,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7661367a39376c7a","timestamp":185315914,"duration":116763,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dns.js"}},{"traceId":"2e751b98748067a4","parentId":"6a6f76337238776e","name":"read-resource","id":"7977336d35367835","timestamp":185316003,"duration":116711,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6a6f76337238776e","timestamp":185315968,"duration":117258,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/django.js"}},{"traceId":"2e751b98748067a4","parentId":"32337235306b6369","name":"read-resource","id":"3462626530683163","timestamp":185316083,"duration":117181,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"32337235306b6369","timestamp":185316042,"duration":117721,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/diff.js"}},{"traceId":"2e751b98748067a4","parentId":"6e7938643577386e","name":"read-resource","id":"7366726571733038","timestamp":185316145,"duration":117654,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6e7938643577386e","timestamp":185316106,"duration":118353,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/delphi.js"}},{"traceId":"2e751b98748067a4","parentId":"6770683475736174","name":"read-resource","id":"36326377616b316b","timestamp":185316202,"duration":118293,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6770683475736174","timestamp":185316166,"duration":119109,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dart.js"}},{"traceId":"2e751b98748067a4","parentId":"6a6e337234356e77","name":"read-resource","id":"746f78797a316969","timestamp":185316273,"duration":119038,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6a6e337234356e77","timestamp":185316235,"duration":119780,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/d.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6f66766b613369","name":"read-resource","id":"616f656638666361","timestamp":185316333,"duration":119728,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6e6f66766b613369","timestamp":185316296,"duration":121214,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/css.js"}},{"traceId":"2e751b98748067a4","parentId":"6f6b796f33753134","name":"read-resource","id":"65613963626f7737","timestamp":185316395,"duration":121153,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6f6b796f33753134","timestamp":185316354,"duration":121541,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/csp.js"}},{"traceId":"2e751b98748067a4","parentId":"626a696131337a36","name":"read-resource","id":"6a39793435397562","timestamp":185316456,"duration":121473,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"626a696131337a36","timestamp":185316418,"duration":122729,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/csharp.js"}},{"traceId":"2e751b98748067a4","parentId":"337966336230336d","name":"read-resource","id":"7663376471616537","timestamp":185316545,"duration":122639,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"337966336230336d","timestamp":185316491,"duration":123744,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/crystal.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6d70716c677862","name":"read-resource","id":"6a33786174786e73","timestamp":185316609,"duration":123663,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6b6d70716c677862","timestamp":185316570,"duration":124236,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/crmsh.js"}},{"traceId":"2e751b98748067a4","parentId":"72306170627a3464","name":"read-resource","id":"6761623170397a77","timestamp":185316667,"duration":124175,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"72306170627a3464","timestamp":185316630,"duration":125953,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/cpp.js"}},{"traceId":"2e751b98748067a4","parentId":"646f7476796f6b61","name":"read-resource","id":"306d7a7471617961","timestamp":185316734,"duration":125890,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"646f7476796f6b61","timestamp":185316699,"duration":126690,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/cos.js"}},{"traceId":"2e751b98748067a4","parentId":"33387a7633706c65","name":"read-resource","id":"327030726d626878","timestamp":185316809,"duration":126619,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"33387a7633706c65","timestamp":185316755,"duration":127081,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/coq.js"}},{"traceId":"2e751b98748067a4","parentId":"6f71633435736171","name":"read-resource","id":"6a7062736b366572","timestamp":185316870,"duration":127001,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6f71633435736171","timestamp":185316832,"duration":128216,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/coffeescript.js"}},{"traceId":"2e751b98748067a4","parentId":"673766616d747268","name":"read-resource","id":"787861766e787976","timestamp":185316929,"duration":128159,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"673766616d747268","timestamp":185316892,"duration":128618,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/cmake.js"}},{"traceId":"2e751b98748067a4","parentId":"676e64686c783839","name":"read-resource","id":"3835786978666f6d","timestamp":185389639,"duration":62197,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"676e64686c783839","timestamp":185389488,"duration":63156,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/clojure.js"}},{"traceId":"2e751b98748067a4","parentId":"7a376c733277656c","name":"read-resource","id":"3533626c6d656561","timestamp":185389754,"duration":62927,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7a376c733277656c","timestamp":185389695,"duration":63392,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/clojure-repl.js"}},{"traceId":"2e751b98748067a4","parentId":"71366d3573706a34","name":"read-resource","id":"6a397634706d316a","timestamp":185389827,"duration":63296,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"71366d3573706a34","timestamp":185389783,"duration":63649,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/clean.js"}},{"traceId":"2e751b98748067a4","parentId":"3577646777696672","name":"read-resource","id":"7537766536693633","timestamp":185389894,"duration":63578,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3577646777696672","timestamp":185389853,"duration":64064,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ceylon.js"}},{"traceId":"2e751b98748067a4","parentId":"7175316435376a79","name":"read-resource","id":"3376623979316c74","timestamp":185389959,"duration":63991,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7175316435376a79","timestamp":185389918,"duration":64445,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/capnproto.js"}},{"traceId":"2e751b98748067a4","parentId":"7065316b64357864","name":"read-resource","id":"647578366e6b676b","timestamp":185390054,"duration":64341,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7065316b64357864","timestamp":185390005,"duration":64889,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/cal.js"}},{"traceId":"2e751b98748067a4","parentId":"65327030776a386b","name":"read-resource","id":"696335326f336f78","timestamp":185390118,"duration":64810,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"65327030776a386b","timestamp":185390080,"duration":67611,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/c.js"}},{"traceId":"2e751b98748067a4","parentId":"6764676e656b787a","name":"read-resource","id":"61676a386c676d61","timestamp":185390179,"duration":67550,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6764676e656b787a","timestamp":185390141,"duration":69077,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/c-like.js"}}]
|
|
20
|
+
[{"traceId":"2e751b98748067a4","parentId":"613562766635666f","name":"read-resource","id":"6e69657a797a6932","timestamp":185390241,"duration":69214,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"613562766635666f","timestamp":185390202,"duration":69634,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/brainfuck.js"}},{"traceId":"2e751b98748067a4","parentId":"686b3773666d7272","name":"read-resource","id":"7a79757177357972","timestamp":185390300,"duration":69587,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"686b3773666d7272","timestamp":185390264,"duration":69976,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/bnf.js"}},{"traceId":"2e751b98748067a4","parentId":"6d336c7872746978","name":"read-resource","id":"76386274757a6e68","timestamp":185390364,"duration":69910,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6d336c7872746978","timestamp":185390322,"duration":72815,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/basic.js"}},{"traceId":"2e751b98748067a4","parentId":"7271736f36657239","name":"read-resource","id":"3232613874683678","timestamp":185390424,"duration":72757,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"7271736f36657239","timestamp":185390387,"duration":73706,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/bash.js"}},{"traceId":"2e751b98748067a4","parentId":"6366396775743962","name":"read-resource","id":"637a32686569616a","timestamp":185390486,"duration":73644,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6366396775743962","timestamp":185390447,"duration":74210,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/axapta.js"}},{"traceId":"2e751b98748067a4","parentId":"647272756c737139","name":"read-resource","id":"6f6939626d6f686a","timestamp":185390545,"duration":74148,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"647272756c737139","timestamp":185390508,"duration":74670,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/awk.js"}},{"traceId":"2e751b98748067a4","parentId":"326f6e3739376a35","name":"read-resource","id":"68736d6e3931316f","timestamp":185390605,"duration":74607,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"326f6e3739376a35","timestamp":185390568,"duration":75022,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/avrasm.js"}},{"traceId":"2e751b98748067a4","parentId":"6876656378376679","name":"read-resource","id":"347067687168646c","timestamp":185390670,"duration":74954,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6876656378376679","timestamp":185390628,"duration":75682,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/autoit.js"}},{"traceId":"2e751b98748067a4","parentId":"33347377346f3673","name":"read-resource","id":"31346d3332376c33","timestamp":185390733,"duration":75612,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"33347377346f3673","timestamp":185390695,"duration":76027,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/autohotkey.js"}},{"traceId":"2e751b98748067a4","parentId":"32713234666d7862","name":"read-resource","id":"6e6a627931706332","timestamp":185390801,"duration":75955,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"32713234666d7862","timestamp":185390755,"duration":76979,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/aspectj.js"}},{"traceId":"2e751b98748067a4","parentId":"6e77796c33743769","name":"read-resource","id":"32643976306f7572","timestamp":185390856,"duration":76916,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6e77796c33743769","timestamp":185390822,"duration":78134,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/asciidoc.js"}},{"traceId":"2e751b98748067a4","parentId":"6a6b387079367a6d","name":"read-resource","id":"6a693138786f7175","timestamp":185390910,"duration":78081,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6a6b387079367a6d","timestamp":185390876,"duration":78550,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/armasm.js"}},{"traceId":"2e751b98748067a4","parentId":"6930616670753461","name":"read-resource","id":"73787238686f6765","timestamp":185390969,"duration":78509,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6930616670753461","timestamp":185390930,"duration":80245,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/arduino.js"}},{"traceId":"2e751b98748067a4","parentId":"6735756237387935","name":"read-resource","id":"6770677476796762","timestamp":185391041,"duration":80174,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6735756237387935","timestamp":185391003,"duration":80899,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/arcade.js"}},{"traceId":"2e751b98748067a4","parentId":"3667613868756e33","name":"read-resource","id":"7a657a7939396365","timestamp":185391099,"duration":80840,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"3667613868756e33","timestamp":185391064,"duration":82375,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/applescript.js"}},{"traceId":"2e751b98748067a4","parentId":"6f7776756c766f73","name":"read-resource","id":"757132726e773676","timestamp":185391154,"duration":82324,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6f7776756c766f73","timestamp":185391120,"duration":82976,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/apache.js"}},{"traceId":"2e751b98748067a4","parentId":"686c656367736a70","name":"read-resource","id":"3139727331776933","timestamp":185391211,"duration":82931,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"686c656367736a70","timestamp":185391175,"duration":83447,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/angelscript.js"}},{"traceId":"2e751b98748067a4","parentId":"6a3562356d743464","name":"read-resource","id":"7837306e7879626f","timestamp":185391284,"duration":83373,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"6a3562356d743464","timestamp":185391232,"duration":96536,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ada.js"}},{"traceId":"2e751b98748067a4","parentId":"767a763574306932","name":"read-resource","id":"6767347639673564","timestamp":185391354,"duration":96455,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"767a763574306932","timestamp":185391306,"duration":97219,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/actionscript.js"}},{"traceId":"2e751b98748067a4","parentId":"336f3071756c327a","name":"read-resource","id":"7970643368306470","timestamp":185391416,"duration":97176,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"336f3071756c327a","timestamp":185391378,"duration":97950,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/accesslog.js"}},{"traceId":"2e751b98748067a4","parentId":"717572347a6d7035","name":"read-resource","id":"72766f3932646d62","timestamp":185391601,"duration":97763,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"717572347a6d7035","timestamp":185391438,"duration":98594,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/abnf.js"}},{"traceId":"2e751b98748067a4","parentId":"383877656d627a74","name":"read-resource","id":"746b7972356c3564","timestamp":185391703,"duration":98367,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6778796c38796d64","name":"build-module-js","id":"383877656d627a74","timestamp":185391643,"duration":100645,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/1c.js"}},{"traceId":"2e751b98748067a4","parentId":"74786d6b6e363839","name":"read-resource","id":"7370667334726437","timestamp":185391816,"duration":100510,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"74786d6b6e363839","timestamp":185391763,"duration":102497,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/xojo.js"}},{"traceId":"2e751b98748067a4","parentId":"3967666866337279","name":"read-resource","id":"6c6931647a627368","timestamp":185397790,"duration":102174,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3967666866337279","timestamp":185397660,"duration":102795,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/xml-doc.js"}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"read-resource","id":"676e6d6274373974","timestamp":185397930,"duration":102559,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"773871696f6f716b","name":"build-module-js","id":"697a70747435676d","timestamp":185397865,"duration":104004,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6e31796a7561396a","name":"read-resource","id":"6e34623876727273","timestamp":185447866,"duration":57010,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6e31796a7561396a","timestamp":185447774,"duration":58108,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/xeora.js"}},{"traceId":"2e751b98748067a4","parentId":"64683265626c6e6b","name":"read-resource","id":"616a6d787732726d","timestamp":185447964,"duration":58049,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"64683265626c6e6b","timestamp":185447913,"duration":58935,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/wiki.js"}},{"traceId":"2e751b98748067a4","parentId":"76316b7361397539","name":"read-resource","id":"716839747568366f","timestamp":185448036,"duration":58849,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"76316b7361397539","timestamp":185447991,"duration":59860,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/wasm.js"}},{"traceId":"2e751b98748067a4","parentId":"716e3036696f6f7a","name":"read-resource","id":"6c74706b6c647978","timestamp":185448109,"duration":59775,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"716e3036696f6f7a","timestamp":185448061,"duration":61035,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/warpscript.js"}},{"traceId":"2e751b98748067a4","parentId":"6f62756130316c35","name":"read-resource","id":"346572727a786d6f","timestamp":185448197,"duration":60937,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6f62756130316c35","timestamp":185448155,"duration":63756,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/visual-basic.js"}},{"traceId":"2e751b98748067a4","parentId":"7869336434697a30","name":"read-resource","id":"77307a6572707638","timestamp":185448260,"duration":63690,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7869336434697a30","timestamp":185448222,"duration":74990,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/vim.js"}},{"traceId":"2e751b98748067a4","parentId":"776772346a396564","name":"read-resource","id":"6f31783165326838","timestamp":185448321,"duration":74933,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"776772346a396564","timestamp":185448283,"duration":76173,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/vhdl.js"}},{"traceId":"2e751b98748067a4","parentId":"6132773767326570","name":"read-resource","id":"7a376b7a76643578","timestamp":185448385,"duration":76110,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6132773767326570","timestamp":185448346,"duration":77543,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/verilog.js"}},{"traceId":"2e751b98748067a4","parentId":"6b31656c6f776771","name":"read-resource","id":"7370706836793231","timestamp":185448450,"duration":77477,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6b31656c6f776771","timestamp":185448407,"duration":78481,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/velocity.js"}},{"traceId":"2e751b98748067a4","parentId":"626c676762367974","name":"read-resource","id":"677a6575356d7361","timestamp":185448511,"duration":78414,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"626c676762367974","timestamp":185448473,"duration":79816,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/vbnet.js"}},{"traceId":"2e751b98748067a4","parentId":"6679726c38703836","name":"read-resource","id":"3463796d676d3572","timestamp":185448593,"duration":79733,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6679726c38703836","timestamp":185448552,"duration":81034,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/vala.js"}},{"traceId":"2e751b98748067a4","parentId":"776d366968317730","name":"read-resource","id":"61337a6e36763671","timestamp":185448657,"duration":80965,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"776d366968317730","timestamp":185448618,"duration":82674,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/unrealscript.js"}},{"traceId":"2e751b98748067a4","parentId":"3265313935727038","name":"read-resource","id":"6c6f617870737466","timestamp":185448716,"duration":82624,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3265313935727038","timestamp":185448679,"duration":83699,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/typoscript.js"}},{"traceId":"2e751b98748067a4","parentId":"623834707a357138","name":"read-resource","id":"307533386a357737","timestamp":185448782,"duration":83634,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"623834707a357138","timestamp":185448738,"duration":84547,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/typescript.js"}},{"traceId":"2e751b98748067a4","parentId":"6831787338337368","name":"read-resource","id":"763337676c67396f","timestamp":185448842,"duration":84480,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6831787338337368","timestamp":185448805,"duration":85391,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/twig.js"}},{"traceId":"2e751b98748067a4","parentId":"7836363861726f75","name":"read-resource","id":"686a67756e796b79","timestamp":185448902,"duration":85336,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7836363861726f75","timestamp":185448865,"duration":86052,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/turtle.js"}},{"traceId":"2e751b98748067a4","parentId":"30643874786b6665","name":"read-resource","id":"7563306c7764636a","timestamp":185448961,"duration":85993,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"30643874786b6665","timestamp":185448924,"duration":86894,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/tt2.js"}},{"traceId":"2e751b98748067a4","parentId":"6f6b707975637570","name":"read-resource","id":"3873697869326562","timestamp":185449019,"duration":86836,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6f6b707975637570","timestamp":185448982,"duration":87346,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/tsx.js"}},{"traceId":"2e751b98748067a4","parentId":"746e656d6f6d7876","name":"read-resource","id":"6666316137347066","timestamp":185449085,"duration":87285,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"746e656d6f6d7876","timestamp":185449041,"duration":88146,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/toml.js"}},{"traceId":"2e751b98748067a4","parentId":"617161797039376e","name":"read-resource","id":"7668333467713074","timestamp":185449144,"duration":88079,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"617161797039376e","timestamp":185449107,"duration":90144,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/textile.js"}},{"traceId":"2e751b98748067a4","parentId":"666c31357a6e7865","name":"read-resource","id":"7775647173626931","timestamp":185449217,"duration":90070,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"666c31357a6e7865","timestamp":185449177,"duration":91199,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/tcl.js"}},{"traceId":"2e751b98748067a4","parentId":"6d78336f74386f69","name":"read-resource","id":"6d69336863396672","timestamp":185449279,"duration":91134,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d78336f74386f69","timestamp":185449241,"duration":92023,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/tap.js"}},{"traceId":"2e751b98748067a4","parentId":"71317a79626b7064","name":"read-resource","id":"69786f79326f6673","timestamp":185449337,"duration":91966,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"71317a79626b7064","timestamp":185449301,"duration":93244,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/t4-vb.js"}},{"traceId":"2e751b98748067a4","parentId":"6b617a63396a3736","name":"read-resource","id":"30626b686765766b","timestamp":185449407,"duration":93177,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6b617a63396a3736","timestamp":185449361,"duration":94217,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/t4-templating.js"}},{"traceId":"2e751b98748067a4","parentId":"3461707562643638","name":"read-resource","id":"64756b30676e3478","timestamp":185449467,"duration":94150,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3461707562643638","timestamp":185449430,"duration":94774,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/t4-cs.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6a6c6865316f79","name":"read-resource","id":"3639617438693776","timestamp":185449526,"duration":94718,"tags":{}}]
|
|
21
|
+
[{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6e6a6c6865316f79","timestamp":185449490,"duration":98328,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/swift.js"}},{"traceId":"2e751b98748067a4","parentId":"7062793032346630","name":"read-resource","id":"6f6774626b6c306b","timestamp":185449595,"duration":98261,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7062793032346630","timestamp":185449557,"duration":100818,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/stylus.js"}},{"traceId":"2e751b98748067a4","parentId":"776b643663687373","name":"read-resource","id":"6777346c70676e36","timestamp":185449655,"duration":100755,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"776b643663687373","timestamp":185449618,"duration":101688,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/stan.js"}},{"traceId":"2e751b98748067a4","parentId":"36316c7032646768","name":"read-resource","id":"66756f6b33373461","timestamp":185449715,"duration":101627,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"36316c7032646768","timestamp":185449678,"duration":103627,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sql.js"}},{"traceId":"2e751b98748067a4","parentId":"34396f346b693066","name":"read-resource","id":"6a6f386675386f67","timestamp":185449778,"duration":103563,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"34396f346b693066","timestamp":185449736,"duration":125042,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sqf.js"}},{"traceId":"2e751b98748067a4","parentId":"7873646933787771","name":"read-resource","id":"3777347934397038","timestamp":185449837,"duration":124983,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7873646933787771","timestamp":185449800,"duration":126220,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/splunk-spl.js"}},{"traceId":"2e751b98748067a4","parentId":"6165647536386335","name":"read-resource","id":"7a3239776d6c6a6c","timestamp":185449898,"duration":126162,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6165647536386335","timestamp":185449860,"duration":127335,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sparql.js"}},{"traceId":"2e751b98748067a4","parentId":"3237787663663032","name":"read-resource","id":"77746d6271706e77","timestamp":185449966,"duration":127266,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3237787663663032","timestamp":185449920,"duration":128581,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/soy.js"}},{"traceId":"2e751b98748067a4","parentId":"7a616336347a6e6c","name":"read-resource","id":"7077397878696231","timestamp":185450020,"duration":128521,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7a616336347a6e6c","timestamp":185449986,"duration":129205,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/solution-file.js"}},{"traceId":"2e751b98748067a4","parentId":"327063386d69686f","name":"read-resource","id":"7467737637783636","timestamp":185450078,"duration":129194,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"327063386d69686f","timestamp":185450041,"duration":130509,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/solidity.js"}},{"traceId":"2e751b98748067a4","parentId":"37686e6f6833756d","name":"read-resource","id":"6176776e63343866","timestamp":185450140,"duration":130466,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"37686e6f6833756d","timestamp":185450110,"duration":131662,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sml.js"}},{"traceId":"2e751b98748067a4","parentId":"6c76676e6f68626d","name":"read-resource","id":"3633357466347874","timestamp":185450219,"duration":131590,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6c76676e6f68626d","timestamp":185450168,"duration":132566,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/smarty.js"}},{"traceId":"2e751b98748067a4","parentId":"357a346933667238","name":"read-resource","id":"686d7a3468726537","timestamp":185450275,"duration":132495,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"357a346933667238","timestamp":185450241,"duration":133059,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/smalltalk.js"}},{"traceId":"2e751b98748067a4","parentId":"336a3265336e3136","name":"read-resource","id":"7639613973703736","timestamp":185450331,"duration":133001,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"336a3265336e3136","timestamp":185450297,"duration":133815,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/smali.js"}},{"traceId":"2e751b98748067a4","parentId":"76786e6669386734","name":"read-resource","id":"6776746d71707938","timestamp":185450386,"duration":133761,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"76786e6669386734","timestamp":185450352,"duration":135499,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/shell-session.js"}},{"traceId":"2e751b98748067a4","parentId":"6d64316363666533","name":"read-resource","id":"6a32353636636763","timestamp":185450445,"duration":135447,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d64316363666533","timestamp":185450406,"duration":136341,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/scss.js"}},{"traceId":"2e751b98748067a4","parentId":"32736770366b3235","name":"read-resource","id":"7961326b77696a68","timestamp":185450502,"duration":136282,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"32736770366b3235","timestamp":185450466,"duration":138664,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/scheme.js"}},{"traceId":"2e751b98748067a4","parentId":"626d657067746e30","name":"read-resource","id":"346f657762696b68","timestamp":185450557,"duration":138612,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"626d657067746e30","timestamp":185450523,"duration":139331,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/scala.js"}},{"traceId":"2e751b98748067a4","parentId":"73653661706e686c","name":"read-resource","id":"64746437787a7534","timestamp":185450619,"duration":139272,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"73653661706e686c","timestamp":185450589,"duration":140254,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sass.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6e33673570686a","name":"read-resource","id":"6975716b6f6a6966","timestamp":185450757,"duration":140125,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d6e33673570686a","timestamp":185450637,"duration":144101,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sas.js"}},{"traceId":"2e751b98748067a4","parentId":"356233703474716d","name":"read-resource","id":"746b6f6761333169","timestamp":185450870,"duration":143906,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"356233703474716d","timestamp":185450792,"duration":145474,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/rust.js"}},{"traceId":"2e751b98748067a4","parentId":"383962357177636d","name":"read-resource","id":"776679766a6c6d63","timestamp":185450932,"duration":145369,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"383962357177636d","timestamp":185450894,"duration":146848,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ruby.js"}},{"traceId":"2e751b98748067a4","parentId":"646d366a36366c64","name":"read-resource","id":"3433346835776364","timestamp":185450994,"duration":146784,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"646d366a36366c64","timestamp":185450958,"duration":147838,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/robotframework.js"}},{"traceId":"2e751b98748067a4","parentId":"696d797336376a66","name":"read-resource","id":"717867787677716f","timestamp":185451051,"duration":147782,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"696d797336376a66","timestamp":185451016,"duration":148282,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/roboconf.js"}},{"traceId":"2e751b98748067a4","parentId":"7438757a36366563","name":"read-resource","id":"7a6464633830366f","timestamp":185451107,"duration":148226,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7438757a36366563","timestamp":185451072,"duration":148905,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/rip.js"}},{"traceId":"2e751b98748067a4","parentId":"3975316b36796970","name":"read-resource","id":"37736a367a6f6a7a","timestamp":185496677,"duration":115131,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3975316b36796970","timestamp":185496578,"duration":117802,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/rest.js"}},{"traceId":"2e751b98748067a4","parentId":"373161657a313963","name":"read-resource","id":"3171386d68777332","timestamp":185496779,"duration":117637,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"373161657a313963","timestamp":185496727,"duration":120863,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/renpy.js"}},{"traceId":"2e751b98748067a4","parentId":"666e7474646f6835","name":"read-resource","id":"6d6b7a6b37376b62","timestamp":185496872,"duration":120758,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"666e7474646f6835","timestamp":185496827,"duration":121637,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/regex.js"}},{"traceId":"2e751b98748067a4","parentId":"3069713771707376","name":"read-resource","id":"74636c396731316d","timestamp":185496952,"duration":121549,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3069713771707376","timestamp":185496899,"duration":122399,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/reason.js"}},{"traceId":"2e751b98748067a4","parentId":"6c333838616f616a","name":"read-resource","id":"70396d71386f7733","timestamp":185497017,"duration":122323,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6c333838616f616a","timestamp":185496977,"duration":122811,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/racket.js"}},{"traceId":"2e751b98748067a4","parentId":"376534786f6c3269","name":"read-resource","id":"6831776364317136","timestamp":185497079,"duration":122743,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"376534786f6c3269","timestamp":185497041,"duration":123328,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/r.js"}},{"traceId":"2e751b98748067a4","parentId":"6f74617965753478","name":"read-resource","id":"64356663716f336c","timestamp":185497140,"duration":123263,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6f74617965753478","timestamp":185497102,"duration":124615,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/qore.js"}},{"traceId":"2e751b98748067a4","parentId":"6d76633435647136","name":"read-resource","id":"6165757534333430","timestamp":185497203,"duration":124551,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d76633435647136","timestamp":185497166,"duration":125688,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/qml.js"}},{"traceId":"2e751b98748067a4","parentId":"6434727266723776","name":"read-resource","id":"396c73376570306f","timestamp":185497271,"duration":125619,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6434727266723776","timestamp":185497228,"duration":126930,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/q.js"}},{"traceId":"2e751b98748067a4","parentId":"75747a3970756962","name":"read-resource","id":"77706d7231767265","timestamp":185497331,"duration":126867,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"75747a3970756962","timestamp":185497293,"duration":128166,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/python.js"}},{"traceId":"2e751b98748067a4","parentId":"6c797a7876397668","name":"read-resource","id":"373573356e696670","timestamp":185497391,"duration":128106,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6c797a7876397668","timestamp":185497353,"duration":130018,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/purescript.js"}},{"traceId":"2e751b98748067a4","parentId":"373673306c686471","name":"read-resource","id":"31776d716b706c36","timestamp":185497449,"duration":129961,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"373673306c686471","timestamp":185497412,"duration":131514,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/purebasic.js"}},{"traceId":"2e751b98748067a4","parentId":"6d7a6b337064386c","name":"read-resource","id":"7a39726b6762696c","timestamp":185497507,"duration":131456,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d7a6b337064386c","timestamp":185497471,"duration":134307,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/pure.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6d7a626436646d","name":"read-resource","id":"6136367275783330","timestamp":185497581,"duration":134235,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6e6d7a626436646d","timestamp":185497531,"duration":135843,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/puppet.js"}},{"traceId":"2e751b98748067a4","parentId":"7374346a37746636","name":"read-resource","id":"3272683830746f77","timestamp":185497644,"duration":135778,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7374346a37746636","timestamp":185497605,"duration":137271,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/pug.js"}},{"traceId":"2e751b98748067a4","parentId":"613772746978346a","name":"read-resource","id":"643736706977736b","timestamp":185497705,"duration":137208,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"613772746978346a","timestamp":185497666,"duration":138007,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/protobuf.js"}},{"traceId":"2e751b98748067a4","parentId":"6c6a31666a613632","name":"read-resource","id":"3462687177677878","timestamp":185497767,"duration":137945,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6c6a31666a613632","timestamp":185497730,"duration":138395,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/properties.js"}},{"traceId":"2e751b98748067a4","parentId":"6534676e38343171","name":"read-resource","id":"6568703470623571","timestamp":185497825,"duration":138346,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6534676e38343171","timestamp":185497789,"duration":140627,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/prolog.js"}},{"traceId":"2e751b98748067a4","parentId":"646f76736862356a","name":"read-resource","id":"356370726a696d73","timestamp":185497905,"duration":140551,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"646f76736862356a","timestamp":185497861,"duration":141179,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/processing.js"}},{"traceId":"2e751b98748067a4","parentId":"39746d346e617633","name":"read-resource","id":"627733307073676a","timestamp":185497966,"duration":141121,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"39746d346e617633","timestamp":185497929,"duration":142650,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/powershell.js"}},{"traceId":"2e751b98748067a4","parentId":"7a30393736767568","name":"read-resource","id":"786b7132636f3664","timestamp":185498025,"duration":142590,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7a30393736767568","timestamp":185497988,"duration":143884,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/powerquery.js"}},{"traceId":"2e751b98748067a4","parentId":"73686f7661627469","name":"read-resource","id":"626c343138386364","timestamp":185498083,"duration":143823,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"73686f7661627469","timestamp":185498047,"duration":145233,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/plsql.js"}},{"traceId":"2e751b98748067a4","parentId":"34356d6e36746674","name":"read-resource","id":"39707a3035736566","timestamp":185498143,"duration":145174,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"34356d6e36746674","timestamp":185498105,"duration":145800,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/phpdoc.js"}},{"traceId":"2e751b98748067a4","parentId":"63326865777a6f68","name":"read-resource","id":"6367337a66396737","timestamp":185498201,"duration":145746,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"63326865777a6f68","timestamp":185498165,"duration":149892,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/php.js"}},{"traceId":"2e751b98748067a4","parentId":"6362326277796f78","name":"read-resource","id":"7a73306376356f30","timestamp":185498265,"duration":149838,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6362326277796f78","timestamp":185498223,"duration":151597,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/perl.js"}},{"traceId":"2e751b98748067a4","parentId":"616a77357a306935","name":"read-resource","id":"6479707361323969","timestamp":185498330,"duration":151528,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"616a77357a306935","timestamp":185498287,"duration":152574,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/peoplecode.js"}}]
|
|
22
|
+
[{"traceId":"2e751b98748067a4","parentId":"33697430306c6631","name":"read-resource","id":"3074687368706476","timestamp":185498389,"duration":152739,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"33697430306c6631","timestamp":185498352,"duration":153288,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/php-extras.js"}},{"traceId":"2e751b98748067a4","parentId":"687769756c327631","name":"read-resource","id":"7337323167647534","timestamp":185498448,"duration":153231,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"687769756c327631","timestamp":185498412,"duration":158981,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/pcaxis.js"}},{"traceId":"2e751b98748067a4","parentId":"353535796b37346f","name":"read-resource","id":"35777073356f7035","timestamp":185498505,"duration":158926,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"353535796b37346f","timestamp":185498470,"duration":160467,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/pascaligo.js"}},{"traceId":"2e751b98748067a4","parentId":"617167737a637536","name":"read-resource","id":"3261313067397769","timestamp":185498569,"duration":160407,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"617167737a637536","timestamp":185498528,"duration":161566,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/pascal.js"}},{"traceId":"2e751b98748067a4","parentId":"69686c3639337a37","name":"read-resource","id":"7034693031353165","timestamp":185498631,"duration":161501,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"69686c3639337a37","timestamp":185498593,"duration":162419,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/parser.js"}},{"traceId":"2e751b98748067a4","parentId":"763332697477666c","name":"read-resource","id":"6c62726770366768","timestamp":185498688,"duration":162362,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"763332697477666c","timestamp":185498652,"duration":163893,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/parigp.js"}},{"traceId":"2e751b98748067a4","parentId":"686b62387974686a","name":"read-resource","id":"6c63316c63333137","timestamp":185601755,"duration":70956,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"686b62387974686a","timestamp":185601657,"duration":71830,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/oz.js"}},{"traceId":"2e751b98748067a4","parentId":"36617a6735696172","name":"read-resource","id":"6735716365646c78","timestamp":185601855,"duration":71667,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"36617a6735696172","timestamp":185601802,"duration":79853,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/opencl.js"}},{"traceId":"2e751b98748067a4","parentId":"6266786133316e35","name":"read-resource","id":"38766f6a766a6e38","timestamp":185601986,"duration":79722,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6266786133316e35","timestamp":185601937,"duration":80525,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ocaml.js"}},{"traceId":"2e751b98748067a4","parentId":"6a6c317568686266","name":"read-resource","id":"326e7a7a35703662","timestamp":185602062,"duration":80631,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6a6c317568686266","timestamp":185602013,"duration":81390,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/objectivec.js"}},{"traceId":"2e751b98748067a4","parentId":"743631637a663776","name":"read-resource","id":"62683339366f3063","timestamp":185602136,"duration":81304,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"743631637a663776","timestamp":185602097,"duration":83869,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nsis.js"}},{"traceId":"2e751b98748067a4","parentId":"3732327668326377","name":"read-resource","id":"633969776b373864","timestamp":185602198,"duration":83806,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3732327668326377","timestamp":185602159,"duration":84746,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nix.js"}},{"traceId":"2e751b98748067a4","parentId":"396e31677a653975","name":"read-resource","id":"337161706a723731","timestamp":185602258,"duration":84682,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"396e31677a653975","timestamp":185602221,"duration":85551,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nim.js"}},{"traceId":"2e751b98748067a4","parentId":"387230366e646270","name":"read-resource","id":"776a663239363467","timestamp":185603410,"duration":84398,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"387230366e646270","timestamp":185602285,"duration":86119,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nginx.js"}},{"traceId":"2e751b98748067a4","parentId":"6c3933376b74786f","name":"read-resource","id":"7269663475763935","timestamp":185603562,"duration":84879,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6c3933376b74786f","timestamp":185603470,"duration":85663,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/neon.js"}},{"traceId":"2e751b98748067a4","parentId":"6a6a336133753370","name":"read-resource","id":"6330796b7a353861","timestamp":185604972,"duration":84197,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6a6a336133753370","timestamp":185604854,"duration":84884,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nasm.js"}},{"traceId":"2e751b98748067a4","parentId":"79377a72656d6e68","name":"read-resource","id":"6c72723530316879","timestamp":185605063,"duration":84726,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"79377a72656d6e68","timestamp":185605010,"duration":85834,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/naniscript.js"}},{"traceId":"2e751b98748067a4","parentId":"68756c376a316330","name":"read-resource","id":"7779657664353269","timestamp":185605198,"duration":85682,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"68756c376a316330","timestamp":185605100,"duration":86194,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nand2tetris-hdl.js"}},{"traceId":"2e751b98748067a4","parentId":"37377a7171717137","name":"read-resource","id":"6e67787665373461","timestamp":185606150,"duration":85179,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"37377a7171717137","timestamp":185606083,"duration":85750,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/n4js.js"}},{"traceId":"2e751b98748067a4","parentId":"3136777377387072","name":"read-resource","id":"626b6b6a716e7366","timestamp":185606244,"duration":85624,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3136777377387072","timestamp":185606185,"duration":87777,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/n1ql.js"}},{"traceId":"2e751b98748067a4","parentId":"376f66386a747362","name":"read-resource","id":"6e766a6571617863","timestamp":185606314,"duration":87685,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"376f66386a747362","timestamp":185606272,"duration":88978,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/moonscript.js"}},{"traceId":"2e751b98748067a4","parentId":"73656c66717a6262","name":"read-resource","id":"35726e7274396575","timestamp":185606374,"duration":88913,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"73656c66717a6262","timestamp":185606337,"duration":89641,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/monkey.js"}},{"traceId":"2e751b98748067a4","parentId":"70696b6770736977","name":"read-resource","id":"6d616e7438753667","timestamp":185606434,"duration":89582,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"70696b6770736977","timestamp":185606397,"duration":90514,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/mongodb.js"}},{"traceId":"2e751b98748067a4","parentId":"6773376462663171","name":"read-resource","id":"66746e397861716d","timestamp":185606511,"duration":90434,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6773376462663171","timestamp":185606456,"duration":91321,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/mizar.js"}},{"traceId":"2e751b98748067a4","parentId":"36766d646879316e","name":"read-resource","id":"6f6f343864307031","timestamp":185606574,"duration":91239,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"36766d646879316e","timestamp":185606534,"duration":100572,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/mel.js"}},{"traceId":"2e751b98748067a4","parentId":"367a6e396c307566","name":"read-resource","id":"616278363661707a","timestamp":185606639,"duration":100503,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"367a6e396c307566","timestamp":185606596,"duration":101037,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/matlab.js"}},{"traceId":"2e751b98748067a4","parentId":"783978706d6f7567","name":"read-resource","id":"6d7176796e7a6c63","timestamp":185606697,"duration":100971,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"783978706d6f7567","timestamp":185606661,"duration":103135,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/markup.js"}},{"traceId":"2e751b98748067a4","parentId":"737561673263676f","name":"read-resource","id":"747368666f677a6c","timestamp":185606756,"duration":103078,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"737561673263676f","timestamp":185606719,"duration":104029,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/markup-templating.js"}},{"traceId":"2e751b98748067a4","parentId":"7579356176777a36","name":"read-resource","id":"3972637768647472","timestamp":185606817,"duration":103972,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7579356176777a36","timestamp":185606780,"duration":106669,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/markdown.js"}},{"traceId":"2e751b98748067a4","parentId":"3463696171316f76","name":"read-resource","id":"6f3539766739706b","timestamp":185606875,"duration":106615,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3463696171316f76","timestamp":185606839,"duration":107361,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/makefile.js"}},{"traceId":"2e751b98748067a4","parentId":"716f64386871666c","name":"read-resource","id":"6463346b6572746a","timestamp":185606938,"duration":107299,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"716f64386871666c","timestamp":185606896,"duration":108646,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/lua.js"}},{"traceId":"2e751b98748067a4","parentId":"746867636a397a30","name":"read-resource","id":"646e3372736d796e","timestamp":185664825,"duration":60936,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"746867636a397a30","timestamp":185664721,"duration":61926,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/lolcode.js"}},{"traceId":"2e751b98748067a4","parentId":"3075683173617469","name":"read-resource","id":"6a30383635766468","timestamp":185664924,"duration":61758,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3075683173617469","timestamp":185664874,"duration":62339,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/llvm.js"}},{"traceId":"2e751b98748067a4","parentId":"6e77647668776367","name":"read-resource","id":"7035646835663470","timestamp":185664997,"duration":62250,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6e77647668776367","timestamp":185664956,"duration":63405,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/livescript.js"}},{"traceId":"2e751b98748067a4","parentId":"6d78307768787578","name":"read-resource","id":"7a7273767a347734","timestamp":185665063,"duration":63333,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d78307768787578","timestamp":185665022,"duration":64299,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/lisp.js"}},{"traceId":"2e751b98748067a4","parentId":"3963366e706e3239","name":"read-resource","id":"6274776539663872","timestamp":185665125,"duration":64233,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3963366e706e3239","timestamp":185665086,"duration":65821,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/liquid.js"}},{"traceId":"2e751b98748067a4","parentId":"6178616179656574","name":"read-resource","id":"6c64747267306936","timestamp":185665192,"duration":65766,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6178616179656574","timestamp":185665149,"duration":66724,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/lilypond.js"}},{"traceId":"2e751b98748067a4","parentId":"6161776f366e6e33","name":"read-resource","id":"39386d326e777272","timestamp":185665253,"duration":66655,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6161776f366e6e33","timestamp":185665215,"duration":67251,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/less.js"}},{"traceId":"2e751b98748067a4","parentId":"6b37707470373172","name":"read-resource","id":"6d3738336d6d6c70","timestamp":185665342,"duration":67158,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6b37707470373172","timestamp":185665296,"duration":68007,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/latte.js"}},{"traceId":"2e751b98748067a4","parentId":"317178796a6e3169","name":"read-resource","id":"7a726b747071716b","timestamp":185665404,"duration":67935,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"317178796a6e3169","timestamp":185665367,"duration":68760,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/latex.js"}},{"traceId":"2e751b98748067a4","parentId":"336470356a387139","name":"read-resource","id":"3871743179647938","timestamp":185665463,"duration":68698,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"336470356a387139","timestamp":185665426,"duration":69680,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/kotlin.js"}},{"traceId":"2e751b98748067a4","parentId":"693374386b70376d","name":"read-resource","id":"3962783439723971","timestamp":185665529,"duration":69613,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"693374386b70376d","timestamp":185665485,"duration":70450,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/keyman.js"}},{"traceId":"2e751b98748067a4","parentId":"3979666766716931","name":"read-resource","id":"7a32783775386135","timestamp":185665589,"duration":70380,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3979666766716931","timestamp":185665551,"duration":71190,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/julia.js"}},{"traceId":"2e751b98748067a4","parentId":"38356b7763697968","name":"read-resource","id":"73716e6871707a68","timestamp":185665723,"duration":71053,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"38356b7763697968","timestamp":185665613,"duration":72458,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jsx.js"}},{"traceId":"2e751b98748067a4","parentId":"3464343876756237","name":"read-resource","id":"7339787361613679","timestamp":185665814,"duration":72289,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3464343876756237","timestamp":185665762,"duration":72896,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jsstacktrace.js"}},{"traceId":"2e751b98748067a4","parentId":"78656d6f71763136","name":"read-resource","id":"357136313463356b","timestamp":185665885,"duration":72807,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"78656d6f71763136","timestamp":185665839,"duration":73229,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jsonp.js"}},{"traceId":"2e751b98748067a4","parentId":"6433667035707177","name":"read-resource","id":"7063786e74623564","timestamp":185665945,"duration":73157,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6433667035707177","timestamp":185665908,"duration":73669,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/json5.js"}},{"traceId":"2e751b98748067a4","parentId":"64787466317a7a65","name":"read-resource","id":"3579643275706a32","timestamp":185666002,"duration":73605,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"64787466317a7a65","timestamp":185665966,"duration":74086,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/json.js"}},{"traceId":"2e751b98748067a4","parentId":"6b33793434373431","name":"read-resource","id":"783737686a677834","timestamp":185666060,"duration":74027,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6b33793434373431","timestamp":185666024,"duration":74971,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jsdoc.js"}},{"traceId":"2e751b98748067a4","parentId":"61326a6234643436","name":"read-resource","id":"3171726737396161","timestamp":185666119,"duration":74912,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"61326a6234643436","timestamp":185666082,"duration":76563,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/js-templates.js"}},{"traceId":"2e751b98748067a4","parentId":"7272777577693167","name":"read-resource","id":"7a6b62667a786972","timestamp":185666183,"duration":76500,"tags":{}}]
|
|
23
|
+
[{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7272777577693167","timestamp":185666142,"duration":77962,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/js-extras.js"}},{"traceId":"2e751b98748067a4","parentId":"3467666869743469","name":"read-resource","id":"7670687265357030","timestamp":185666242,"duration":77898,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3467666869743469","timestamp":185666205,"duration":78786,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jq.js"}},{"traceId":"2e751b98748067a4","parentId":"306a766137676877","name":"read-resource","id":"39316c3565327a64","timestamp":185666301,"duration":78727,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"306a766137676877","timestamp":185666265,"duration":80833,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jolie.js"}},{"traceId":"2e751b98748067a4","parentId":"75687469716d6b35","name":"read-resource","id":"39716d3237736861","timestamp":185666360,"duration":80775,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"75687469716d6b35","timestamp":185666323,"duration":81709,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/javastacktrace.js"}},{"traceId":"2e751b98748067a4","parentId":"3634666770376163","name":"read-resource","id":"653079397478336c","timestamp":185666433,"duration":81636,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3634666770376163","timestamp":185666395,"duration":83756,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/javascript.js"}},{"traceId":"2e751b98748067a4","parentId":"376f76667539676a","name":"read-resource","id":"72626b366f636161","timestamp":185666513,"duration":83675,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"376f76667539676a","timestamp":185666457,"duration":84554,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/javadoclike.js"}},{"traceId":"2e751b98748067a4","parentId":"32356f65756d7973","name":"read-resource","id":"306b676767767a72","timestamp":185666571,"duration":84477,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"32356f65756d7973","timestamp":185666534,"duration":86200,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/javadoc.js"}},{"traceId":"2e751b98748067a4","parentId":"316b333065676675","name":"read-resource","id":"7a63773864686c79","timestamp":185666629,"duration":86142,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"316b333065676675","timestamp":185666592,"duration":87431,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/java.js"}},{"traceId":"2e751b98748067a4","parentId":"70376b666b333437","name":"read-resource","id":"676c393273737878","timestamp":185666688,"duration":87374,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"70376b666b333437","timestamp":185666651,"duration":88066,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/j.js"}},{"traceId":"2e751b98748067a4","parentId":"6b61766561366864","name":"read-resource","id":"367561397937326f","timestamp":185666745,"duration":88006,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6b61766561366864","timestamp":185666710,"duration":89213,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/io.js"}},{"traceId":"2e751b98748067a4","parentId":"6e68727a697a7a64","name":"read-resource","id":"6633756c71727776","timestamp":185666804,"duration":89154,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6e68727a697a7a64","timestamp":185666767,"duration":90138,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ini.js"}},{"traceId":"2e751b98748067a4","parentId":"6530313766616534","name":"read-resource","id":"7267377a306d3862","timestamp":185666867,"duration":90074,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6530313766616534","timestamp":185666826,"duration":91949,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/inform7.js"}},{"traceId":"2e751b98748067a4","parentId":"303667616c746362","name":"read-resource","id":"6a667a6467666c66","timestamp":185666926,"duration":91884,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"303667616c746362","timestamp":185666888,"duration":92339,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ignore.js"}},{"traceId":"2e751b98748067a4","parentId":"3271306e7074377a","name":"read-resource","id":"747a377766397933","timestamp":185666983,"duration":92278,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3271306e7074377a","timestamp":185666947,"duration":93209,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/iecst.js"}},{"traceId":"2e751b98748067a4","parentId":"377a6e6a6464396c","name":"read-resource","id":"6f3834617a316930","timestamp":185667042,"duration":93150,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"377a6e6a6464396c","timestamp":185667004,"duration":93962,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/icon.js"}},{"traceId":"2e751b98748067a4","parentId":"69666b766f376f75","name":"read-resource","id":"7a397a7a73623336","timestamp":185667108,"duration":93894,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"69666b766f376f75","timestamp":185667071,"duration":94588,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ichigojam.js"}},{"traceId":"2e751b98748067a4","parentId":"3731757435776c75","name":"read-resource","id":"6b786c367a316d74","timestamp":185667169,"duration":94524,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3731757435776c75","timestamp":185667130,"duration":95368,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/http.js"}},{"traceId":"2e751b98748067a4","parentId":"377965646e79786b","name":"read-resource","id":"70306b336268686e","timestamp":185667227,"duration":95307,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"377965646e79786b","timestamp":185667191,"duration":95684,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/hsts.js"}},{"traceId":"2e751b98748067a4","parentId":"3332706e68636232","name":"read-resource","id":"31616a6267683875","timestamp":185667284,"duration":95624,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3332706e68636232","timestamp":185667249,"duration":96035,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/hpkp.js"}},{"traceId":"2e751b98748067a4","parentId":"333362376d386a77","name":"read-resource","id":"30617a7332663668","timestamp":185667343,"duration":95975,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"333362376d386a77","timestamp":185667305,"duration":96876,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/hcl.js"}},{"traceId":"2e751b98748067a4","parentId":"326b72656c336c76","name":"read-resource","id":"7432796f6e766535","timestamp":185667417,"duration":96797,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"326b72656c336c76","timestamp":185667377,"duration":97552,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/haxe.js"}},{"traceId":"2e751b98748067a4","parentId":"7a6863777863636c","name":"read-resource","id":"643774326b6e6a66","timestamp":185667474,"duration":97491,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7a6863777863636c","timestamp":185667439,"duration":99244,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/haskell.js"}},{"traceId":"2e751b98748067a4","parentId":"6269626737377730","name":"read-resource","id":"713566626e737963","timestamp":185667539,"duration":99179,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6269626737377730","timestamp":185667497,"duration":99905,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/handlebars.js"}},{"traceId":"2e751b98748067a4","parentId":"3075736b6674356f","name":"read-resource","id":"72356a316763726d","timestamp":185667597,"duration":99840,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3075736b6674356f","timestamp":185667561,"duration":101064,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/haml.js"}},{"traceId":"2e751b98748067a4","parentId":"3666753534707369","name":"read-resource","id":"336c6e6b64306768","timestamp":185671701,"duration":118576,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3666753534707369","timestamp":185671618,"duration":120020,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/groovy.js"}},{"traceId":"2e751b98748067a4","parentId":"747a346571783135","name":"read-resource","id":"346c78713376776e","timestamp":185671781,"duration":119900,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"747a346571783135","timestamp":185671733,"duration":121546,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/graphql.js"}},{"traceId":"2e751b98748067a4","parentId":"6333376878346b32","name":"read-resource","id":"6f7a696579323531","timestamp":185671850,"duration":121470,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6333376878346b32","timestamp":185671808,"duration":122174,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/go.js"}},{"traceId":"2e751b98748067a4","parentId":"31377363746d3367","name":"read-resource","id":"387066356b6d6a64","timestamp":185671913,"duration":122109,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"31377363746d3367","timestamp":185671874,"duration":126916,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gml.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6e7a6173746d73","name":"read-resource","id":"683937666866336b","timestamp":185671980,"duration":126858,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d6e7a6173746d73","timestamp":185671936,"duration":127817,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/glsl.js"}},{"traceId":"2e751b98748067a4","parentId":"7734776f64796676","name":"read-resource","id":"333173773930616d","timestamp":185672040,"duration":127749,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7734776f64796676","timestamp":185672003,"duration":128213,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/git.js"}},{"traceId":"2e751b98748067a4","parentId":"723368796e6b6733","name":"read-resource","id":"3134613666326977","timestamp":185672098,"duration":128155,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"723368796e6b6733","timestamp":185672061,"duration":132644,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gherkin.js"}},{"traceId":"2e751b98748067a4","parentId":"36666b626d6a6f38","name":"read-resource","id":"616c6e786f663436","timestamp":185672156,"duration":132584,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"36666b626d6a6f38","timestamp":185672119,"duration":133080,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gedcom.js"}},{"traceId":"2e751b98748067a4","parentId":"73627a71746e3071","name":"read-resource","id":"30356d7976397071","timestamp":185672213,"duration":133023,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"73627a71746e3071","timestamp":185672177,"duration":133762,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gdscript.js"}},{"traceId":"2e751b98748067a4","parentId":"6f61693364663467","name":"read-resource","id":"726f777a38726374","timestamp":185718507,"duration":91582,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6f61693364663467","timestamp":185718412,"duration":92083,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gcode.js"}},{"traceId":"2e751b98748067a4","parentId":"68377863726e3466","name":"read-resource","id":"7932726f6e316a38","timestamp":185718605,"duration":91925,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"68377863726e3466","timestamp":185718554,"duration":93132,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ftl.js"}},{"traceId":"2e751b98748067a4","parentId":"367a3767356c7930","name":"read-resource","id":"7a39336834766735","timestamp":185718674,"duration":93050,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"367a3767356c7930","timestamp":185718631,"duration":94286,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/fsharp.js"}},{"traceId":"2e751b98748067a4","parentId":"6432657078396633","name":"read-resource","id":"746f69636831686f","timestamp":185718782,"duration":94171,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6432657078396633","timestamp":185718726,"duration":95132,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/fortran.js"}},{"traceId":"2e751b98748067a4","parentId":"6864346e676f3475","name":"read-resource","id":"3630753831656236","timestamp":185718847,"duration":95056,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6864346e676f3475","timestamp":185718808,"duration":95687,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/flow.js"}},{"traceId":"2e751b98748067a4","parentId":"68303974666e6a69","name":"read-resource","id":"386e676574767262","timestamp":185718927,"duration":95603,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"68303974666e6a69","timestamp":185718869,"duration":96237,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/firestore-security-rules.js"}},{"traceId":"2e751b98748067a4","parentId":"686c7365396b7963","name":"read-resource","id":"6e6e69346b65706e","timestamp":185718983,"duration":96179,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"686c7365396b7963","timestamp":185718948,"duration":98634,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/factor.js"}},{"traceId":"2e751b98748067a4","parentId":"6633677a7a6e656e","name":"read-resource","id":"767332766e313677","timestamp":185719040,"duration":98580,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6633677a7a6e656e","timestamp":185719006,"duration":99820,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/hlsl.js"}},{"traceId":"2e751b98748067a4","parentId":"316f786268753461","name":"read-resource","id":"6239747469647266","timestamp":185719095,"duration":99765,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"316f786268753461","timestamp":185719061,"duration":100398,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/excel-formula.js"}},{"traceId":"2e751b98748067a4","parentId":"6d786635727a6532","name":"read-resource","id":"673069346b327a30","timestamp":185719149,"duration":100345,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d786635727a6532","timestamp":185719115,"duration":100874,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/etlua.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6b7a7665326732","name":"read-resource","id":"6236346173626b68","timestamp":185719225,"duration":100801,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6b6b7a7665326732","timestamp":185719168,"duration":101506,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/erlang.js"}},{"traceId":"2e751b98748067a4","parentId":"7975733235666b32","name":"read-resource","id":"3971397a73377376","timestamp":185719284,"duration":101425,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7975733235666b32","timestamp":185719247,"duration":101995,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/erb.js"}},{"traceId":"2e751b98748067a4","parentId":"356568677a386e65","name":"read-resource","id":"343769617a706e34","timestamp":185719341,"duration":101939,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"356568677a386e65","timestamp":185719305,"duration":102710,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/elm.js"}},{"traceId":"2e751b98748067a4","parentId":"3136373573736673","name":"read-resource","id":"6a61693132383761","timestamp":185719399,"duration":102654,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3136373573736673","timestamp":185719362,"duration":103747,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/elixir.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6c37676775776b","name":"read-resource","id":"3530353636357731","timestamp":185719456,"duration":103690,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d6c37676775776b","timestamp":185719419,"duration":104220,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ejs.js"}},{"traceId":"2e751b98748067a4","parentId":"376333663267337a","name":"read-resource","id":"786b753773363476","timestamp":185719520,"duration":104156,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"376333663267337a","timestamp":185719477,"duration":104951,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/eiffel.js"}},{"traceId":"2e751b98748067a4","parentId":"66636e61616f756c","name":"read-resource","id":"7667677832777576","timestamp":185719579,"duration":104900,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"66636e61616f756c","timestamp":185719542,"duration":105368,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/editorconfig.js"}},{"traceId":"2e751b98748067a4","parentId":"786c71326b366a30","name":"read-resource","id":"796868736362667a","timestamp":185719639,"duration":105310,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"786c71326b366a30","timestamp":185719601,"duration":105745,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ebnf.js"}}]
|
|
24
|
+
[{"traceId":"2e751b98748067a4","parentId":"3234653779717764","name":"read-resource","id":"326c6e6370713161","timestamp":185719698,"duration":105889,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3234653779717764","timestamp":185719661,"duration":106959,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/docker.js"}},{"traceId":"2e751b98748067a4","parentId":"3378707270676f71","name":"read-resource","id":"3937316937383668","timestamp":185719775,"duration":106884,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3378707270676f71","timestamp":185719731,"duration":107596,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dns-zone-file.js"}},{"traceId":"2e751b98748067a4","parentId":"356567776231396e","name":"read-resource","id":"74776537646a6562","timestamp":185719841,"duration":107522,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"356567776231396e","timestamp":185719800,"duration":108347,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/django.js"}},{"traceId":"2e751b98748067a4","parentId":"67756b6c3430746e","name":"read-resource","id":"776a756637737972","timestamp":185719900,"duration":108289,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"67756b6c3430746e","timestamp":185719863,"duration":108936,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/diff.js"}},{"traceId":"2e751b98748067a4","parentId":"30356e7373347676","name":"read-resource","id":"386e35636432306b","timestamp":185719960,"duration":108876,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"30356e7373347676","timestamp":185719922,"duration":109712,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dhall.js"}},{"traceId":"2e751b98748067a4","parentId":"32746e34627a3167","name":"read-resource","id":"6436336d6c333035","timestamp":185720017,"duration":109654,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"32746e34627a3167","timestamp":185719982,"duration":111809,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dax.js"}},{"traceId":"2e751b98748067a4","parentId":"7a37647977713274","name":"read-resource","id":"7568633667656772","timestamp":185720081,"duration":111745,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7a37647977713274","timestamp":185720041,"duration":112682,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dart.js"}},{"traceId":"2e751b98748067a4","parentId":"71776a7863323377","name":"read-resource","id":"6b6e6962686a6574","timestamp":185721464,"duration":111297,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"71776a7863323377","timestamp":185720103,"duration":113989,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/d.js"}},{"traceId":"2e751b98748067a4","parentId":"3965716d6d753276","name":"read-resource","id":"77713266766d386a","timestamp":185721567,"duration":112560,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3965716d6d753276","timestamp":185721511,"duration":113361,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cypher.js"}},{"traceId":"2e751b98748067a4","parentId":"656e316773736168","name":"read-resource","id":"76776572656a6732","timestamp":185724668,"duration":110240,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"656e316773736168","timestamp":185724613,"duration":111037,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/css.js"}},{"traceId":"2e751b98748067a4","parentId":"37786f6437726c39","name":"read-resource","id":"377134616e323039","timestamp":185724738,"duration":110949,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"37786f6437726c39","timestamp":185724696,"duration":112825,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/css-extras.js"}},{"traceId":"2e751b98748067a4","parentId":"7032707868733037","name":"build-module","id":"7830376136726e66","timestamp":185841129,"duration":67,"tags":{"name":"undefined"}},{"traceId":"2e751b98748067a4","parentId":"346a79316d776967","name":"read-resource","id":"347879316434346d","timestamp":185777297,"duration":64869,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"346a79316d776967","timestamp":185777207,"duration":65644,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/csp.js"}},{"traceId":"2e751b98748067a4","parentId":"313766656f6d3264","name":"read-resource","id":"35786a6d64317674","timestamp":185777397,"duration":65488,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"313766656f6d3264","timestamp":185777349,"duration":68399,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/csharp.js"}},{"traceId":"2e751b98748067a4","parentId":"76727a7235667631","name":"read-resource","id":"733172636f61646d","timestamp":185777462,"duration":68323,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"76727a7235667631","timestamp":185777423,"duration":69182,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/crystal.js"}},{"traceId":"2e751b98748067a4","parentId":"757967636b786633","name":"read-resource","id":"6c34793970653439","timestamp":185777523,"duration":69117,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"757967636b786633","timestamp":185777486,"duration":70699,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cpp.js"}},{"traceId":"2e751b98748067a4","parentId":"7439713574396b35","name":"read-resource","id":"6c79726b6737706b","timestamp":185777590,"duration":70633,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7439713574396b35","timestamp":185777546,"duration":71768,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/concurnas.js"}},{"traceId":"2e751b98748067a4","parentId":"34796d326e306361","name":"read-resource","id":"693068373861616e","timestamp":185777673,"duration":71677,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"34796d326e306361","timestamp":185777613,"duration":72526,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/coffeescript.js"}},{"traceId":"2e751b98748067a4","parentId":"78367a346d646b6a","name":"read-resource","id":"3236736a796b6665","timestamp":185777732,"duration":72443,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"78367a346d646b6a","timestamp":185777696,"duration":78583,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cmake.js"}},{"traceId":"2e751b98748067a4","parentId":"6c33716530777a68","name":"read-resource","id":"326a68797a377a68","timestamp":185777791,"duration":78524,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6c33716530777a68","timestamp":185777756,"duration":80457,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/clojure.js"}},{"traceId":"2e751b98748067a4","parentId":"746b66703838646e","name":"read-resource","id":"7a33346762703732","timestamp":185777850,"duration":80399,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"746b66703838646e","timestamp":185777816,"duration":81007,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/clike.js"}},{"traceId":"2e751b98748067a4","parentId":"6e70396369756162","name":"read-resource","id":"6276393433397076","timestamp":185777912,"duration":80943,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6e70396369756162","timestamp":185777871,"duration":85328,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cil.js"}},{"traceId":"2e751b98748067a4","parentId":"32356e7876766130","name":"read-resource","id":"6f37333461726b67","timestamp":185777972,"duration":85261,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"32356e7876766130","timestamp":185777935,"duration":86349,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/c.js"}},{"traceId":"2e751b98748067a4","parentId":"766b7466666a7969","name":"read-resource","id":"39776f306a347a78","timestamp":185778027,"duration":86301,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"766b7466666a7969","timestamp":185777993,"duration":87252,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bsl.js"}},{"traceId":"2e751b98748067a4","parentId":"6e346a6e32723636","name":"read-resource","id":"776438316e367270","timestamp":185778082,"duration":87197,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6e346a6e32723636","timestamp":185778048,"duration":87941,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bro.js"}},{"traceId":"2e751b98748067a4","parentId":"316b643033647472","name":"read-resource","id":"6f6e6e773062716d","timestamp":185778137,"duration":87878,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"316b643033647472","timestamp":185778103,"duration":88463,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/brightscript.js"}},{"traceId":"2e751b98748067a4","parentId":"3679643763673665","name":"read-resource","id":"6563703965617538","timestamp":185778196,"duration":88399,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3679643763673665","timestamp":185778158,"duration":88768,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/brainfuck.js"}},{"traceId":"2e751b98748067a4","parentId":"376b6e6a746c6537","name":"read-resource","id":"6a34346e39773970","timestamp":185778253,"duration":88705,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"376b6e6a746c6537","timestamp":185778219,"duration":89262,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bnf.js"}},{"traceId":"2e751b98748067a4","parentId":"306f6570626f3263","name":"read-resource","id":"6e3277377467627a","timestamp":185778311,"duration":89206,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"306f6570626f3263","timestamp":185778276,"duration":89777,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bison.js"}},{"traceId":"2e751b98748067a4","parentId":"616332686b393769","name":"read-resource","id":"357067656b7a6374","timestamp":185778371,"duration":89718,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"616332686b393769","timestamp":185778332,"duration":90318,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/birb.js"}},{"traceId":"2e751b98748067a4","parentId":"6179796a386c7478","name":"read-resource","id":"75646a6732613130","timestamp":185778433,"duration":90253,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6179796a386c7478","timestamp":185778393,"duration":90735,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bbcode.js"}},{"traceId":"2e751b98748067a4","parentId":"6d74627461623972","name":"read-resource","id":"34326f703563696d","timestamp":185778492,"duration":90670,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d74627461623972","timestamp":185778454,"duration":91704,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/batch.js"}},{"traceId":"2e751b98748067a4","parentId":"356734646e6d6f65","name":"read-resource","id":"7431366e3536646a","timestamp":185778548,"duration":91646,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"356734646e6d6f65","timestamp":185778513,"duration":92906,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/basic.js"}},{"traceId":"2e751b98748067a4","parentId":"72376b6a34363968","name":"read-resource","id":"6132736a62687833","timestamp":185778627,"duration":92827,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"72376b6a34363968","timestamp":185778590,"duration":95358,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bash.js"}},{"traceId":"2e751b98748067a4","parentId":"6864386c726a696a","name":"read-resource","id":"6e3563696a637075","timestamp":185778690,"duration":95294,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6864386c726a696a","timestamp":185778655,"duration":96492,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/autoit.js"}},{"traceId":"2e751b98748067a4","parentId":"3064326f79766f32","name":"read-resource","id":"6469716d78336975","timestamp":185778745,"duration":96441,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3064326f79766f32","timestamp":185778711,"duration":101844,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/autohotkey.js"}},{"traceId":"2e751b98748067a4","parentId":"3870647a72696868","name":"read-resource","id":"3838306178677732","timestamp":185778800,"duration":101790,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3870647a72696868","timestamp":185778768,"duration":102557,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/aspnet.js"}},{"traceId":"2e751b98748067a4","parentId":"77706c68786e7934","name":"read-resource","id":"35616c6230677034","timestamp":185778859,"duration":102517,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"77706c68786e7934","timestamp":185778820,"duration":103192,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/asm6502.js"}},{"traceId":"2e751b98748067a4","parentId":"6936307171767a62","name":"read-resource","id":"66616d7076656877","timestamp":185778914,"duration":103137,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6936307171767a62","timestamp":185778881,"duration":106103,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/asciidoc.js"}},{"traceId":"2e751b98748067a4","parentId":"6e77797973706534","name":"read-resource","id":"3164696b73677a34","timestamp":185778970,"duration":106054,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6e77797973706534","timestamp":185778936,"duration":106462,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/arff.js"}},{"traceId":"2e751b98748067a4","parentId":"6765716635673531","name":"read-resource","id":"61667976396d7a30","timestamp":185779024,"duration":106408,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6765716635673531","timestamp":185778991,"duration":108973,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/arduino.js"}},{"traceId":"2e751b98748067a4","parentId":"3770623937716c36","name":"read-resource","id":"396c7a3661646538","timestamp":185779078,"duration":108922,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"3770623937716c36","timestamp":185779046,"duration":109735,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/aql.js"}},{"traceId":"2e751b98748067a4","parentId":"6d64716875726a66","name":"read-resource","id":"62726e6b7277377a","timestamp":185779137,"duration":109681,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6d64716875726a66","timestamp":185779099,"duration":110923,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/applescript.js"}},{"traceId":"2e751b98748067a4","parentId":"6575383161766771","name":"read-resource","id":"737a683738626f6f","timestamp":185779194,"duration":110863,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6575383161766771","timestamp":185779159,"duration":111364,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/apl.js"}},{"traceId":"2e751b98748067a4","parentId":"32786e6269746930","name":"read-resource","id":"6a75343971793733","timestamp":185779250,"duration":111309,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"32786e6269746930","timestamp":185779217,"duration":116008,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/apacheconf.js"}},{"traceId":"2e751b98748067a4","parentId":"7a34613579397874","name":"read-resource","id":"733773776e696f6b","timestamp":185779304,"duration":115958,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7a34613579397874","timestamp":185779271,"duration":116720,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/antlr4.js"}},{"traceId":"2e751b98748067a4","parentId":"397637756a683431","name":"read-resource","id":"643632316f627368","timestamp":185779358,"duration":116667,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"397637756a683431","timestamp":185779325,"duration":118383,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/al.js"}},{"traceId":"2e751b98748067a4","parentId":"75316b7472723362","name":"read-resource","id":"7338773863336572","timestamp":185779463,"duration":118305,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"75316b7472723362","timestamp":185779426,"duration":118988,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/agda.js"}},{"traceId":"2e751b98748067a4","parentId":"76726f30626f746b","name":"read-resource","id":"747a667165676e6e","timestamp":185779516,"duration":118934,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"76726f30626f746b","timestamp":185779483,"duration":120960,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ada.js"}},{"traceId":"2e751b98748067a4","parentId":"7a6771376f66396d","name":"read-resource","id":"3376676666776774","timestamp":185779584,"duration":120895,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"7a6771376f66396d","timestamp":185779548,"duration":121579,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/actionscript.js"}},{"traceId":"2e751b98748067a4","parentId":"336265776c6c6572","name":"read-resource","id":"643167313575786d","timestamp":185779639,"duration":121524,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"336265776c6c6572","timestamp":185779605,"duration":122147,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/abnf.js"}}]
|
|
25
|
+
[{"traceId":"2e751b98748067a4","parentId":"6b70717a69647a31","name":"read-resource","id":"37666e75686e7267","timestamp":185779694,"duration":122322,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3263326366647039","name":"build-module-js","id":"6b70717a69647a31","timestamp":185779660,"duration":127080,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/abap.js"}},{"traceId":"2e751b98748067a4","parentId":"396f6c713731687a","name":"read-resource","id":"34396176356d6333","timestamp":185779757,"duration":127020,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"396f6c713731687a","timestamp":185779717,"duration":128479,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/apex.js"}},{"traceId":"2e751b98748067a4","parentId":"3766393461753174","name":"read-resource","id":"6a7534686a716779","timestamp":185779812,"duration":128419,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"3766393461753174","timestamp":185779778,"duration":131447,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/avisynth.js"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"6a66357232786776","timestamp":174510251,"duration":11407966,"tags":{"request":"next-client-pages-loader?page=%2F_app&absolutePagePath=private-next-pages%2F_app.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"626d76327a687765","name":"read-resource","id":"7633356731627770","timestamp":185807606,"duration":117452,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"626d76327a687765","timestamp":185807517,"duration":118560,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/avro-idl.js"}},{"traceId":"2e751b98748067a4","parentId":"7776626274797774","name":"read-resource","id":"7638697637317738","timestamp":185807702,"duration":118412,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"7776626274797774","timestamp":185807655,"duration":125188,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bicep.js"}},{"traceId":"2e751b98748067a4","parentId":"667468617a68626e","name":"read-resource","id":"6d626c7a72303373","timestamp":185807770,"duration":125112,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"667468617a68626e","timestamp":185807731,"duration":125975,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cfscript.js"}},{"traceId":"2e751b98748067a4","parentId":"6c647a6661366a64","name":"read-resource","id":"3836797535316731","timestamp":185807830,"duration":125911,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6c647a6661366a64","timestamp":185807793,"duration":126863,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/chaiscript.js"}},{"traceId":"2e751b98748067a4","parentId":"756f6834686e6c66","name":"read-resource","id":"753765386e6d6539","timestamp":185807894,"duration":126800,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"756f6834686e6c66","timestamp":185807852,"duration":129781,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cobol.js"}},{"traceId":"2e751b98748067a4","parentId":"6b31696f64737575","name":"read-resource","id":"626e383561703937","timestamp":185807952,"duration":129716,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6b31696f64737575","timestamp":185807916,"duration":131664,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/coq.js"}},{"traceId":"2e751b98748067a4","parentId":"6432756a6d693266","name":"read-resource","id":"6f3636626e366739","timestamp":185808008,"duration":131610,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6432756a6d693266","timestamp":185807974,"duration":133715,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cshtml.js"}},{"traceId":"2e751b98748067a4","parentId":"7266666c7a756230","name":"read-resource","id":"61656671356c6e77","timestamp":185808064,"duration":133671,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"7266666c7a756230","timestamp":185808029,"duration":134029,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/csv.js"}},{"traceId":"2e751b98748067a4","parentId":"6231306673697539","name":"read-resource","id":"613435393335706e","timestamp":185808124,"duration":133970,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6231306673697539","timestamp":185808089,"duration":134666,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dataweave.js"}},{"traceId":"2e751b98748067a4","parentId":"356a793130633468","name":"read-resource","id":"676e32766b7a7273","timestamp":185808184,"duration":134611,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"356a793130633468","timestamp":185808146,"duration":135440,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dot.js"}},{"traceId":"2e751b98748067a4","parentId":"7738333369706969","name":"read-resource","id":"7578736b626e7234","timestamp":185808262,"duration":135360,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"7738333369706969","timestamp":185808206,"duration":135835,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/false.js"}},{"traceId":"2e751b98748067a4","parentId":"6f6c31666f37726f","name":"read-resource","id":"3635786d6e336b36","timestamp":185808322,"duration":135756,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6f6c31666f37726f","timestamp":185808286,"duration":136489,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gap.js"}},{"traceId":"2e751b98748067a4","parentId":"687172653466676b","name":"read-resource","id":"6f366a6c6b663977","timestamp":185839246,"duration":107652,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"687172653466676b","timestamp":185839153,"duration":108576,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gn.js"}},{"traceId":"2e751b98748067a4","parentId":"6b37306f62616476","name":"read-resource","id":"37786c6a35746567","timestamp":185839351,"duration":108416,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6b37306f62616476","timestamp":185839297,"duration":109320,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/hoon.js"}},{"traceId":"2e751b98748067a4","parentId":"346f396738323579","name":"read-resource","id":"643531376d6d7879","timestamp":185839495,"duration":109158,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"346f396738323579","timestamp":185839446,"duration":109935,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/idris.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6730636d676333","name":"read-resource","id":"6939746677306d70","timestamp":185839422,"duration":109999,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6b6730636d676333","timestamp":185839380,"duration":111229,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/icu-message-format.js"}},{"traceId":"2e751b98748067a4","parentId":"656d326861316f32","name":"read-resource","id":"7677387161386f77","timestamp":185839556,"duration":111088,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776e716a386e3134","name":"build-module-js","id":"656d326861316f32","timestamp":185839520,"duration":111768,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/querystring/decode.js"}},{"traceId":"2e751b98748067a4","parentId":"6b63616931707477","name":"read-resource","id":"7730657a6c6e6d72","timestamp":185839668,"duration":111659,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6b63616931707477","timestamp":185839634,"duration":112163,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jexl.js"}},{"traceId":"2e751b98748067a4","parentId":"7a666e3238796668","name":"read-resource","id":"7475673977616d79","timestamp":185839612,"duration":112221,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776e716a386e3134","name":"build-module-js","id":"7a666e3238796668","timestamp":185839578,"duration":112774,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/querystring/encode.js"}},{"traceId":"2e751b98748067a4","parentId":"366e683773793167","name":"read-resource","id":"6478366a797a6165","timestamp":185839725,"duration":112663,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"366e683773793167","timestamp":185839689,"duration":113969,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/kumir.js"}},{"traceId":"2e751b98748067a4","parentId":"37397136696f6677","name":"read-resource","id":"77777a37686f316f","timestamp":185839786,"duration":113909,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"37397136696f6677","timestamp":185839748,"duration":115059,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/kusto.js"}},{"traceId":"2e751b98748067a4","parentId":"6a72616877766f6c","name":"read-resource","id":"6c3334347a6e6867","timestamp":185839841,"duration":115003,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6a72616877766f6c","timestamp":185839807,"duration":116296,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/log.js"}},{"traceId":"2e751b98748067a4","parentId":"7430766935753866","name":"read-resource","id":"7635696479346173","timestamp":185839896,"duration":116244,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"7430766935753866","timestamp":185839863,"duration":117178,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/magma.js"}},{"traceId":"2e751b98748067a4","parentId":"6a33736b6b66756a","name":"read-resource","id":"77637a6e6e616772","timestamp":185839951,"duration":117128,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6a33736b6b66756a","timestamp":185839918,"duration":118174,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/maxscript.js"}},{"traceId":"2e751b98748067a4","parentId":"76377767386f6130","name":"read-resource","id":"643676717162656c","timestamp":185840006,"duration":118124,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"76377767386f6130","timestamp":185839974,"duration":119344,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/mermaid.js"}},{"traceId":"2e751b98748067a4","parentId":"6465347374676237","name":"read-resource","id":"727275336c386e74","timestamp":185840066,"duration":119287,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6465347374676237","timestamp":185840028,"duration":120204,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nevod.js"}},{"traceId":"2e751b98748067a4","parentId":"666a643633616f76","name":"read-resource","id":"726b6669726c7131","timestamp":185840143,"duration":120124,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"666a643633616f76","timestamp":185840088,"duration":120863,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/openqasm.js"}},{"traceId":"2e751b98748067a4","parentId":"3475786f7a7a6564","name":"read-resource","id":"74616f6473666678","timestamp":185840204,"duration":120785,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d686b7565796c33","name":"build-module-js","id":"3475786f7a7a6564","timestamp":185840167,"duration":125174,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/controls/TrackballControls.js"}},{"traceId":"2e751b98748067a4","parentId":"6e316e3164756761","name":"read-resource","id":"79636e35316b336a","timestamp":185840262,"duration":125115,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d686b7565796c33","name":"build-module-js","id":"6e316e3164756761","timestamp":185840228,"duration":130195,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/controls/OrbitControls.js"}},{"traceId":"2e751b98748067a4","parentId":"3477757979683172","name":"read-resource","id":"353177686a393364","timestamp":185840317,"duration":130144,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d686b7565796c33","name":"build-module-js","id":"3477757979683172","timestamp":185840282,"duration":132082,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/controls/FlyControls.js"}},{"traceId":"2e751b98748067a4","parentId":"763675647a757078","name":"read-resource","id":"34336d7876346c36","timestamp":185840377,"duration":132024,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"763675647a757078","timestamp":185840338,"duration":132866,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/promql.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6639326430716b","name":"read-resource","id":"6332723774647168","timestamp":185840433,"duration":132807,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6b6639326430716b","timestamp":185840399,"duration":134698,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/psl.js"}},{"traceId":"2e751b98748067a4","parentId":"7a797a387975616f","name":"read-resource","id":"69636e3437716665","timestamp":185840490,"duration":134642,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"7a797a387975616f","timestamp":185840455,"duration":135874,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/qsharp.js"}},{"traceId":"2e751b98748067a4","parentId":"693130336f676138","name":"read-resource","id":"316b6a3066387869","timestamp":185840565,"duration":135800,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"693130336f676138","timestamp":185840511,"duration":136558,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/rego.js"}},{"traceId":"2e751b98748067a4","parentId":"7837666232727270","name":"read-resource","id":"38346d316f6b6d31","timestamp":185840625,"duration":136481,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d686b7565796c33","name":"build-module-js","id":"7837666232727270","timestamp":185840588,"duration":139100,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/postprocessing/EffectComposer.js"}},{"traceId":"2e751b98748067a4","parentId":"73763179627a6d79","name":"read-resource","id":"646c6435646a316d","timestamp":185840684,"duration":139043,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d686b7565796c33","name":"build-module-js","id":"73763179627a6d79","timestamp":185840645,"duration":142523,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/postprocessing/RenderPass.js"}},{"traceId":"2e751b98748067a4","parentId":"3676333232683938","name":"read-resource","id":"7939797537723536","timestamp":185840748,"duration":142459,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"3676333232683938","timestamp":185840713,"duration":143287,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/squirrel.js"}},{"traceId":"2e751b98748067a4","parentId":"76797a3467777871","name":"read-resource","id":"7a39707474666571","timestamp":185840803,"duration":143234,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"76797a3467777871","timestamp":185840769,"duration":143884,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/systemd.js"}},{"traceId":"2e751b98748067a4","parentId":"3738733479647538","name":"read-resource","id":"7130726e67666170","timestamp":185840858,"duration":143832,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"3738733479647538","timestamp":185840825,"duration":144632,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/uri.js"}},{"traceId":"2e751b98748067a4","parentId":"3774746679716f65","name":"read-resource","id":"777a666e6a647839","timestamp":185840911,"duration":144582,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"3774746679716f65","timestamp":185840879,"duration":146919,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/v.js"}},{"traceId":"2e751b98748067a4","parentId":"6879783677317062","name":"read-resource","id":"75656f7772307862","timestamp":185840965,"duration":146870,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"6879783677317062","timestamp":185840932,"duration":147528,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/wolfram.js"}},{"traceId":"2e751b98748067a4","parentId":"61646b756a727962","name":"read-resource","id":"3331373666336f6a","timestamp":185841024,"duration":147470,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63386963746f6c78","name":"build-module-js","id":"61646b756a727962","timestamp":185840986,"duration":148498,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/wren.js"}},{"traceId":"2e751b98748067a4","parentId":"6b637a7937747976","name":"read-resource","id":"396e3574626b737a","timestamp":185841099,"duration":148420,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"326f72663934696c","name":"build-module-js","id":"6b637a7937747976","timestamp":185841060,"duration":168579,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/core.js"}},{"traceId":"2e751b98748067a4","parentId":"383971706f796e31","name":"read-resource","id":"6c69737833727565","timestamp":185841264,"duration":168430,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6431317062647675","name":"build-module-js","id":"383971706f796e31","timestamp":185841220,"duration":168984,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"}},{"traceId":"2e751b98748067a4","parentId":"6e74327a646a7638","name":"read-resource","id":"6c35386a68383778","timestamp":185841329,"duration":168916,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"786a6a6631737162","name":"build-module-js","id":"6e74327a646a7638","timestamp":185841293,"duration":169280,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/iterableToArray.js"}},{"traceId":"2e751b98748067a4","parentId":"696b683537633936","name":"read-resource","id":"7534353472666272","timestamp":185841395,"duration":169211,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"786a6a6631737162","name":"build-module-js","id":"696b683537633936","timestamp":185841352,"duration":169593,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js"}},{"traceId":"2e751b98748067a4","parentId":"797a617973326672","name":"read-resource","id":"336e703561783275","timestamp":185841451,"duration":169529,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"786a6a6631737162","name":"build-module-js","id":"797a617973326672","timestamp":185841417,"duration":170078,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js"}}]
|
|
26
|
+
[{"traceId":"2e751b98748067a4","parentId":"6764726971766677","name":"read-resource","id":"7a6f677369327734","timestamp":185841525,"duration":170261,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"786a6a6631737162","name":"build-module-js","id":"6764726971766677","timestamp":185841489,"duration":170570,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"64666c696f357379","timestamp":174510561,"duration":11503264,"tags":{"request":"next-client-pages-loader?page=%2Fservices%2F%5Bname%5D&absolutePagePath=private-next-pages%2Fservices%2F%5Bname%5D.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"3763783875796b78","name":"read-resource","id":"7361676975686c6f","timestamp":185921884,"duration":92847,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"786236306e773870","name":"build-module-js","id":"3763783875796b78","timestamp":185921784,"duration":94233,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"}},{"traceId":"2e751b98748067a4","parentId":"7478797765317670","name":"read-resource","id":"7266786836316475","timestamp":185922012,"duration":94047,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"686a6b6c35617265","name":"build-module-js","id":"7478797765317670","timestamp":185921961,"duration":94438,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js"}},{"traceId":"2e751b98748067a4","parentId":"366367386f303361","name":"read-resource","id":"6c306a746a6b6336","timestamp":185922091,"duration":94342,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"347474366d313873","name":"build-module-js","id":"366367386f303361","timestamp":185922051,"duration":95220,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/sql_more.js"}},{"traceId":"2e751b98748067a4","parentId":"6170766772723575","name":"read-resource","id":"6876656361693033","timestamp":185922166,"duration":95140,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"766a63387a353939","name":"build-module-js","id":"6170766772723575","timestamp":185922127,"duration":98799,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hogan.js/lib/compiler.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6777716e746b38","name":"read-resource","id":"3665677763343175","timestamp":185922235,"duration":98742,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"766a63387a353939","name":"build-module-js","id":"6d6777716e746b38","timestamp":185922200,"duration":100877,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hogan.js/lib/template.js"}},{"traceId":"2e751b98748067a4","parentId":"7479703770366273","name":"read-resource","id":"3879736134643631","timestamp":185922315,"duration":100803,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"393631636f703775","name":"build-module-js","id":"7479703770366273","timestamp":185922266,"duration":107581,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/prismjs/components/prism-core.js"}},{"traceId":"2e751b98748067a4","parentId":"3661706762716b61","name":"read-resource","id":"316b6e3479697362","timestamp":185922390,"duration":107495,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"786236306e773870","name":"build-module-js","id":"3661706762716b61","timestamp":185922351,"duration":108003,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/typeof.js"}},{"traceId":"2e751b98748067a4","parentId":"6b77626863387076","name":"read-resource","id":"3933687873727333","timestamp":185922457,"duration":107932,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346a7a3562706571","name":"build-module-js","id":"6b77626863387076","timestamp":185922423,"duration":110619,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.graph/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6175327965766b69","name":"read-resource","id":"7a3535727a676565","timestamp":185922527,"duration":110553,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346a7a3562706571","name":"build-module-js","id":"6175327965766b69","timestamp":185922493,"duration":112830,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/index.js"}},{"traceId":"2e751b98748067a4","parentId":"3879346268683863","name":"read-resource","id":"6e73666161303869","timestamp":185922610,"duration":112752,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346a7a3562706571","name":"build-module-js","id":"3879346268683863","timestamp":185922557,"duration":138641,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/tinycolor2/tinycolor.js"}},{"traceId":"2e751b98748067a4","parentId":"6c7774753077336d","name":"read-resource","id":"3566687635366e71","timestamp":185922684,"duration":138567,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"393631636f703775","name":"build-module-js","id":"6c7774753077336d","timestamp":185922643,"duration":138868,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hastscript/index.js"}},{"traceId":"2e751b98748067a4","parentId":"367668756768336a","name":"read-resource","id":"6d75786363736734","timestamp":185922749,"duration":138794,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"393631636f703775","name":"build-module-js","id":"367668756768336a","timestamp":185922716,"duration":142728,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/parse-entities/index.js"}},{"traceId":"2e751b98748067a4","parentId":"36366b726d653065","name":"read-resource","id":"316670656e393578","timestamp":185922834,"duration":142649,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"386830647a7a6b64","name":"build-module-js","id":"36366b726d653065","timestamp":185922798,"duration":143295,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/debounce/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6232726161617278","name":"read-resource","id":"307836696a786a66","timestamp":185922904,"duration":143227,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346a7a3562706571","name":"build-module-js","id":"6232726161617278","timestamp":185922869,"duration":143763,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"read-resource","id":"793479676d656533","timestamp":185922969,"duration":143700,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346a7a3562706571","name":"build-module-js","id":"7870676378366574","timestamp":185922935,"duration":145329,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"7779796c6a6c3569","name":"read-resource","id":"7a78723338656276","timestamp":185923042,"duration":145263,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346a7a3562706571","name":"build-module-js","id":"7779796c6a6c3569","timestamp":185923002,"duration":148706,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/data-joint/dist/data-joint.module.js"}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"read-resource","id":"387a747065736c69","timestamp":185923112,"duration":148634,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346a7a3562706571","name":"build-module-js","id":"3834626e34397767","timestamp":185923076,"duration":149304,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"read-resource","id":"6e70327138797065","timestamp":185923177,"duration":149238,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346a7a3562706571","name":"build-module-js","id":"3769716270726362","timestamp":185923144,"duration":150469,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"3170677037303962","name":"read-resource","id":"6377767274697476","timestamp":185923246,"duration":150403,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d686b7565796c33","name":"build-module-js","id":"3170677037303962","timestamp":185923211,"duration":169634,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/polished/dist/polished.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"326e74686b723578","name":"read-resource","id":"763232736279376b","timestamp":185923325,"duration":169572,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"326e74686b723578","timestamp":185923289,"duration":171535,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/base.js"}},{"traceId":"2e751b98748067a4","parentId":"786b773274653577","name":"read-resource","id":"7a62726274713637","timestamp":185923396,"duration":171476,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"786b773274653577","timestamp":185923357,"duration":171971,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/character.js"}},{"traceId":"2e751b98748067a4","parentId":"3039347161383939","name":"read-resource","id":"6b36337972787a6f","timestamp":185923464,"duration":171902,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"3039347161383939","timestamp":185923430,"duration":172862,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/word.js"}},{"traceId":"2e751b98748067a4","parentId":"73396e7a78626e7a","name":"read-resource","id":"3979376c6e667334","timestamp":185923530,"duration":172801,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"73396e7a78626e7a","timestamp":185923495,"duration":173604,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/line.js"}},{"traceId":"2e751b98748067a4","parentId":"3364386e37347334","name":"read-resource","id":"3275783934716130","timestamp":185923592,"duration":173543,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"3364386e37347334","timestamp":185923560,"duration":174069,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/sentence.js"}},{"traceId":"2e751b98748067a4","parentId":"6664323271796470","name":"read-resource","id":"6a37746334673066","timestamp":185923658,"duration":174025,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"6664323271796470","timestamp":185923625,"duration":174520,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/css.js"}},{"traceId":"2e751b98748067a4","parentId":"756f677173646f34","name":"read-resource","id":"706e6c68756f676e","timestamp":185923740,"duration":174440,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"756f677173646f34","timestamp":185923688,"duration":175702,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/json.js"}},{"traceId":"2e751b98748067a4","parentId":"6f787a3271336566","name":"read-resource","id":"6769696c766c7a39","timestamp":185923814,"duration":175615,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"6f787a3271336566","timestamp":185923773,"duration":176122,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/array.js"}},{"traceId":"2e751b98748067a4","parentId":"6e646b646170366e","name":"read-resource","id":"626332647167747a","timestamp":185923881,"duration":176049,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"326f72663934696c","name":"build-module-js","id":"6e646b646170366e","timestamp":185923846,"duration":176497,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/fault/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6372663677786d72","name":"read-resource","id":"396262713232676f","timestamp":185923945,"duration":176432,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"6372663677786d72","timestamp":185923913,"duration":178013,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/patch/apply.js"}},{"traceId":"2e751b98748067a4","parentId":"7663333062626d6a","name":"read-resource","id":"656b716335356267","timestamp":185924008,"duration":177956,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"7663333062626d6a","timestamp":185923976,"duration":179420,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/patch/parse.js"}},{"traceId":"2e751b98748067a4","parentId":"7a7367616d346a72","name":"read-resource","id":"6a6262776966746b","timestamp":185924078,"duration":179358,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"7a7367616d346a72","timestamp":185924039,"duration":182566,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/patch/merge.js"}},{"traceId":"2e751b98748067a4","parentId":"737439376c337366","name":"read-resource","id":"6f677265626a3633","timestamp":185924144,"duration":182499,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"737439376c337366","timestamp":185924110,"duration":184387,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/patch/create.js"}},{"traceId":"2e751b98748067a4","parentId":"636a7173376f3469","name":"read-resource","id":"7a71687337373739","timestamp":185924209,"duration":184348,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"636a7173376f3469","timestamp":185924174,"duration":184808,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/convert/dmp.js"}},{"traceId":"2e751b98748067a4","parentId":"386a687631773275","name":"read-resource","id":"6f69336b31706969","timestamp":185924270,"duration":184747,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"697a70747435676d","name":"build-module-js","id":"386a687631773275","timestamp":185924239,"duration":185256,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/convert/xml.js"}},{"traceId":"2e751b98748067a4","parentId":"386369646a7a3364","name":"read-resource","id":"7937307631697432","timestamp":186013754,"duration":113421,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d686b7565796c33","name":"build-module-js","id":"386369646a7a3364","timestamp":186013663,"duration":121803,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@tweenjs/tween.js/dist/tween.esm.js"}},{"traceId":"2e751b98748067a4","parentId":"346e76703962396b","name":"read-resource","id":"3968666337656e73","timestamp":186154274,"duration":23673,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3674613068756e64","name":"build-module-js","id":"346e76703962396b","timestamp":186154170,"duration":28899,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/regenerator-runtime/runtime.js"}},{"traceId":"2e751b98748067a4","parentId":"6878647334756835","name":"read-resource","id":"6678376c61766270","timestamp":186154374,"duration":28740,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"696b683537633936","name":"build-module-js","id":"6878647334756835","timestamp":186154320,"duration":29260,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js"}},{"traceId":"2e751b98748067a4","parentId":"7a3474733075706c","name":"read-resource","id":"3331377736636271","timestamp":186154451,"duration":29166,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7837666232727270","name":"build-module-js","id":"7a3474733075706c","timestamp":186154398,"duration":30196,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/postprocessing/ShaderPass.js"}},{"traceId":"2e751b98748067a4","parentId":"7976673377336765","name":"read-resource","id":"7a6b623271626d6b","timestamp":186154510,"duration":30122,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7837666232727270","name":"build-module-js","id":"7976673377336765","timestamp":186154472,"duration":31018,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/postprocessing/MaskPass.js"}},{"traceId":"2e751b98748067a4","parentId":"76787778646d7261","name":"read-resource","id":"6532796379653061","timestamp":186154670,"duration":30857,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"73763179627a6d79","name":"build-module-js","id":"76787778646d7261","timestamp":186154533,"duration":31710,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/postprocessing/Pass.js"}},{"traceId":"2e751b98748067a4","parentId":"3463317162796970","name":"read-resource","id":"633267336b686d6b","timestamp":186154746,"duration":31534,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6232726161617278","name":"build-module-js","id":"3463317162796970","timestamp":186154704,"duration":32309,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/center.js"}},{"traceId":"2e751b98748067a4","parentId":"7476356374696b61","name":"read-resource","id":"6365377263757778","timestamp":186154829,"duration":32221,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6232726161617278","name":"build-module-js","id":"7476356374696b61","timestamp":186154769,"duration":33878,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/collide.js"}},{"traceId":"2e751b98748067a4","parentId":"313375303069696f","name":"read-resource","id":"31306e3166337167","timestamp":186154891,"duration":33791,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6232726161617278","name":"build-module-js","id":"313375303069696f","timestamp":186154854,"duration":35301,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/link.js"}},{"traceId":"2e751b98748067a4","parentId":"74366730306f696b","name":"read-resource","id":"756b79676435666e","timestamp":186154959,"duration":35235,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6232726161617278","name":"build-module-js","id":"74366730306f696b","timestamp":186154917,"duration":36914,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/manyBody.js"}},{"traceId":"2e751b98748067a4","parentId":"666a683265626a67","name":"read-resource","id":"667a386239636173","timestamp":186155017,"duration":36849,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6232726161617278","name":"build-module-js","id":"666a683265626a67","timestamp":186154981,"duration":38309,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/radial.js"}},{"traceId":"2e751b98748067a4","parentId":"706a627931386b64","name":"read-resource","id":"75783065706a3967","timestamp":186155076,"duration":38251,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6232726161617278","name":"build-module-js","id":"706a627931386b64","timestamp":186155039,"duration":40179,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/simulation.js"}},{"traceId":"2e751b98748067a4","parentId":"386f7137796f7731","name":"read-resource","id":"646f79707a643867","timestamp":186155132,"duration":40123,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6232726161617278","name":"build-module-js","id":"386f7137796f7731","timestamp":186155097,"duration":40835,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/x.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6477676b73727a","name":"read-resource","id":"687a646466753869","timestamp":186155189,"duration":40778,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6232726161617278","name":"build-module-js","id":"6d6477676b73727a","timestamp":186155153,"duration":41504,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/y.js"}},{"traceId":"2e751b98748067a4","parentId":"7274757373696673","name":"read-resource","id":"66666a7a386a7a77","timestamp":186155250,"duration":41444,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6232726161617278","name":"build-module-js","id":"7274757373696673","timestamp":186155210,"duration":42159,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/z.js"}}]
|
|
27
|
+
[{"traceId":"2e751b98748067a4","parentId":"68306b7872663834","name":"read-resource","id":"33396e3732666562","timestamp":186155307,"duration":42383,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"68306b7872663834","timestamp":186155271,"duration":42951,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/bisect.js"}},{"traceId":"2e751b98748067a4","parentId":"38776d613230666f","name":"read-resource","id":"3372616c39313379","timestamp":186172437,"duration":40497,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"38776d613230666f","timestamp":186172333,"duration":41114,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/ascending.js"}},{"traceId":"2e751b98748067a4","parentId":"7a65363639783673","name":"read-resource","id":"7a6f646568367870","timestamp":186172550,"duration":40935,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"7a65363639783673","timestamp":186172476,"duration":41854,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/bisector.js"}},{"traceId":"2e751b98748067a4","parentId":"346c377131703574","name":"read-resource","id":"727072373230626f","timestamp":186172624,"duration":41743,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"346c377131703574","timestamp":186172580,"duration":42241,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/count.js"}},{"traceId":"2e751b98748067a4","parentId":"696a706233316a75","name":"read-resource","id":"62626d376661706c","timestamp":186172687,"duration":42167,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"696a706233316a75","timestamp":186172649,"duration":42802,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/cross.js"}},{"traceId":"2e751b98748067a4","parentId":"6868346e6c63676d","name":"read-resource","id":"7635727478656266","timestamp":186172747,"duration":42757,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6868346e6c63676d","timestamp":186172711,"duration":43144,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/cumsum.js"}},{"traceId":"2e751b98748067a4","parentId":"6b7662746974766c","name":"read-resource","id":"68366b6c69766866","timestamp":186172807,"duration":43080,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6b7662746974766c","timestamp":186172770,"duration":43389,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/descending.js"}},{"traceId":"2e751b98748067a4","parentId":"626d793938777a6f","name":"read-resource","id":"35716e3334696477","timestamp":186172939,"duration":43251,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"626d793938777a6f","timestamp":186172830,"duration":43778,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/deviation.js"}},{"traceId":"2e751b98748067a4","parentId":"386b7a7962636e78","name":"read-resource","id":"6f786633616a756f","timestamp":186173033,"duration":43608,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"386b7a7962636e78","timestamp":186172967,"duration":44201,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/extent.js"}},{"traceId":"2e751b98748067a4","parentId":"786d6a7763746a73","name":"read-resource","id":"3862356d62616b73","timestamp":186173096,"duration":44105,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"786d6a7763746a73","timestamp":186173058,"duration":45162,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/fsum.js"}},{"traceId":"2e751b98748067a4","parentId":"6d78677363707466","name":"read-resource","id":"78687a6937756174","timestamp":186173155,"duration":45110,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6d78677363707466","timestamp":186173119,"duration":47238,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/group.js"}},{"traceId":"2e751b98748067a4","parentId":"77647961726d3536","name":"read-resource","id":"376c6d766b307069","timestamp":186173215,"duration":47177,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"77647961726d3536","timestamp":186173178,"duration":47999,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/groupSort.js"}},{"traceId":"2e751b98748067a4","parentId":"667133696a696132","name":"read-resource","id":"38737262386a6636","timestamp":186173278,"duration":47933,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"667133696a696132","timestamp":186173236,"duration":49605,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/bin.js"}},{"traceId":"2e751b98748067a4","parentId":"6435377035356776","name":"read-resource","id":"733776726273336c","timestamp":186173336,"duration":49541,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6435377035356776","timestamp":186173300,"duration":50019,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/max.js"}},{"traceId":"2e751b98748067a4","parentId":"35346a6f376d6170","name":"read-resource","id":"363277666d647364","timestamp":186176526,"duration":51083,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"35346a6f376d6170","timestamp":186176442,"duration":51683,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/maxIndex.js"}},{"traceId":"2e751b98748067a4","parentId":"393772366879716f","name":"read-resource","id":"6271656a376b6b78","timestamp":186176632,"duration":51524,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"393772366879716f","timestamp":186176581,"duration":52031,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/mean.js"}},{"traceId":"2e751b98748067a4","parentId":"7568396e61686b79","name":"read-resource","id":"7130713772766336","timestamp":186176706,"duration":51938,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"7568396e61686b79","timestamp":186176658,"duration":52294,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/median.js"}},{"traceId":"2e751b98748067a4","parentId":"696479306c6f7a62","name":"read-resource","id":"7875316e696c3072","timestamp":186176782,"duration":52202,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"696479306c6f7a62","timestamp":186176734,"duration":52579,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/merge.js"}},{"traceId":"2e751b98748067a4","parentId":"61637a6267636b78","name":"read-resource","id":"6577707770356969","timestamp":186176843,"duration":52501,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"61637a6267636b78","timestamp":186176806,"duration":52954,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/min.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6a6c6d39397478","name":"read-resource","id":"70386c7833387661","timestamp":186176968,"duration":52826,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6d6a6c6d39397478","timestamp":186176920,"duration":56440,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/minIndex.js"}},{"traceId":"2e751b98748067a4","parentId":"626b643061776d79","name":"read-resource","id":"31723076346d7977","timestamp":186177030,"duration":56367,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"626b643061776d79","timestamp":186176994,"duration":57188,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/mode.js"}},{"traceId":"2e751b98748067a4","parentId":"6f736872346f6e77","name":"read-resource","id":"3164306a7235316c","timestamp":186225376,"duration":36616,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6f736872346f6e77","timestamp":186225287,"duration":37615,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/nice.js"}},{"traceId":"2e751b98748067a4","parentId":"37766e3967353976","name":"read-resource","id":"677a6578396d336a","timestamp":186225474,"duration":37467,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"37766e3967353976","timestamp":186225425,"duration":37959,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/pairs.js"}},{"traceId":"2e751b98748067a4","parentId":"323136676d737262","name":"read-resource","id":"74776e6b62747a76","timestamp":186225542,"duration":37883,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"323136676d737262","timestamp":186225501,"duration":39339,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/permute.js"}},{"traceId":"2e751b98748067a4","parentId":"326c646166376e69","name":"read-resource","id":"6c63686e616f6672","timestamp":186225636,"duration":39244,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"326c646166376e69","timestamp":186225593,"duration":40554,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/quantile.js"}},{"traceId":"2e751b98748067a4","parentId":"67677a717564666d","name":"read-resource","id":"6377733473326b6d","timestamp":186225709,"duration":40484,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"67677a717564666d","timestamp":186225661,"duration":41405,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/quickselect.js"}},{"traceId":"2e751b98748067a4","parentId":"7732316433786470","name":"read-resource","id":"636e63756f786433","timestamp":186225775,"duration":41327,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"7732316433786470","timestamp":186225738,"duration":41789,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/range.js"}},{"traceId":"2e751b98748067a4","parentId":"7a7773327869386f","name":"read-resource","id":"786f637368756a76","timestamp":186225934,"duration":41628,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"7a7773327869386f","timestamp":186225849,"duration":42549,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/rank.js"}},{"traceId":"2e751b98748067a4","parentId":"6778393068326c79","name":"read-resource","id":"387667666a6b316a","timestamp":186236022,"duration":35976,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6778393068326c79","timestamp":186235836,"duration":36917,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/least.js"}},{"traceId":"2e751b98748067a4","parentId":"697a306864756b32","name":"read-resource","id":"64386b6e78633734","timestamp":186236125,"duration":36662,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"697a306864756b32","timestamp":186236071,"duration":37195,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/leastIndex.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6579626236696e","name":"read-resource","id":"6f653567376d6e33","timestamp":186236201,"duration":37100,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6d6579626236696e","timestamp":186236152,"duration":37651,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/greatest.js"}},{"traceId":"2e751b98748067a4","parentId":"72786e356a326864","name":"read-resource","id":"3462743477627438","timestamp":186236267,"duration":37567,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"72786e356a326864","timestamp":186236227,"duration":38118,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/greatestIndex.js"}},{"traceId":"2e751b98748067a4","parentId":"77646834316c3872","name":"read-resource","id":"7033306f6368776f","timestamp":186236326,"duration":38052,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"77646834316c3872","timestamp":186236289,"duration":38411,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/scan.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6a693767793072","name":"read-resource","id":"66777a71716e3377","timestamp":186236393,"duration":38339,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6e6a693767793072","timestamp":186236349,"duration":38804,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/shuffle.js"}},{"traceId":"2e751b98748067a4","parentId":"7472786a70337565","name":"read-resource","id":"6469676f78793336","timestamp":186236452,"duration":38733,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"7472786a70337565","timestamp":186236416,"duration":39136,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/sum.js"}},{"traceId":"2e751b98748067a4","parentId":"6672316164713971","name":"read-resource","id":"6a307a6f686d7376","timestamp":186236512,"duration":39072,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6672316164713971","timestamp":186236477,"duration":40001,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/ticks.js"}},{"traceId":"2e751b98748067a4","parentId":"726768356a703433","name":"read-resource","id":"67666971786c787a","timestamp":186236590,"duration":39926,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"726768356a703433","timestamp":186236552,"duration":40475,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/transpose.js"}},{"traceId":"2e751b98748067a4","parentId":"707371767430697a","name":"read-resource","id":"703975376e6e3964","timestamp":186236649,"duration":40412,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"707371767430697a","timestamp":186236614,"duration":40914,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/variance.js"}},{"traceId":"2e751b98748067a4","parentId":"7637356272383534","name":"read-resource","id":"726762656c633736","timestamp":186236720,"duration":40843,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"7637356272383534","timestamp":186236679,"duration":41173,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/zip.js"}},{"traceId":"2e751b98748067a4","parentId":"6173637673706473","name":"read-resource","id":"7164636675613065","timestamp":186236779,"duration":41105,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6173637673706473","timestamp":186236743,"duration":41485,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/every.js"}},{"traceId":"2e751b98748067a4","parentId":"6c6b396c77316f6c","name":"read-resource","id":"66787677316b386f","timestamp":186236859,"duration":41400,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6c6b396c77316f6c","timestamp":186236821,"duration":41764,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/some.js"}},{"traceId":"2e751b98748067a4","parentId":"787532396c353361","name":"read-resource","id":"6178333834786132","timestamp":186236917,"duration":41700,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"787532396c353361","timestamp":186236881,"duration":42078,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/filter.js"}},{"traceId":"2e751b98748067a4","parentId":"3036393230626333","name":"read-resource","id":"667471703962716e","timestamp":186236975,"duration":42027,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"3036393230626333","timestamp":186236939,"duration":42399,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/map.js"}},{"traceId":"2e751b98748067a4","parentId":"6a38686262343635","name":"read-resource","id":"706a69396a377275","timestamp":186237038,"duration":42330,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6a38686262343635","timestamp":186236998,"duration":43489,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/reduce.js"}},{"traceId":"2e751b98748067a4","parentId":"7932367a67343873","name":"read-resource","id":"3575306873736c67","timestamp":186237094,"duration":43425,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"7932367a67343873","timestamp":186237059,"duration":44036,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/reverse.js"}},{"traceId":"2e751b98748067a4","parentId":"766f6e7a77347130","name":"read-resource","id":"7868673461373567","timestamp":186237155,"duration":43974,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"766f6e7a77347130","timestamp":186237116,"duration":44872,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/sort.js"}},{"traceId":"2e751b98748067a4","parentId":"6a696b6536393676","name":"read-resource","id":"6936683030786d72","timestamp":186237211,"duration":44814,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6a696b6536393676","timestamp":186237176,"duration":45325,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/difference.js"}},{"traceId":"2e751b98748067a4","parentId":"33737a626c656932","name":"read-resource","id":"6d76337a72623539","timestamp":186237268,"duration":46178,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"33737a626c656932","timestamp":186237232,"duration":46726,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/disjoint.js"}},{"traceId":"2e751b98748067a4","parentId":"7874776c656d6837","name":"read-resource","id":"6c3839746f326375","timestamp":186237328,"duration":46665,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"7874776c656d6837","timestamp":186237288,"duration":47170,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/intersection.js"}},{"traceId":"2e751b98748067a4","parentId":"336f386c6c617165","name":"read-resource","id":"366f72773573736a","timestamp":186237384,"duration":47116,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"336f386c6c617165","timestamp":186237349,"duration":47501,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/subset.js"}},{"traceId":"2e751b98748067a4","parentId":"6f307966636a7a6f","name":"read-resource","id":"7235393131396e75","timestamp":186237450,"duration":47433,"tags":{}}]
|
|
28
|
+
[{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6f307966636a7a6f","timestamp":186237405,"duration":48252,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/superset.js"}},{"traceId":"2e751b98748067a4","parentId":"6c77393436696b7a","name":"read-resource","id":"733163726a6e6572","timestamp":186248628,"duration":37065,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6c77393436696b7a","timestamp":186237477,"duration":48728,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/union.js"}},{"traceId":"2e751b98748067a4","parentId":"366733696d703969","name":"read-resource","id":"766c67646d767a32","timestamp":186248738,"duration":37499,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"366733696d703969","timestamp":186248679,"duration":38708,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/band.js"}},{"traceId":"2e751b98748067a4","parentId":"726b747474306576","name":"read-resource","id":"6134387a76653261","timestamp":186248818,"duration":38603,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"726b747474306576","timestamp":186248768,"duration":39273,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/identity.js"}},{"traceId":"2e751b98748067a4","parentId":"326c70696a6d756b","name":"read-resource","id":"74637a6e6f627475","timestamp":186248884,"duration":39190,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"326c70696a6d756b","timestamp":186248845,"duration":40140,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/linear.js"}},{"traceId":"2e751b98748067a4","parentId":"7665713737727a62","name":"read-resource","id":"6735666e687a6831","timestamp":186248965,"duration":40052,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"7665713737727a62","timestamp":186248908,"duration":41888,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/log.js"}},{"traceId":"2e751b98748067a4","parentId":"71796d79737a6361","name":"read-resource","id":"78333964686d6c72","timestamp":186249035,"duration":41794,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"71796d79737a6361","timestamp":186248989,"duration":42458,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/symlog.js"}},{"traceId":"2e751b98748067a4","parentId":"7774377462626e34","name":"read-resource","id":"376472707a6d7967","timestamp":186249093,"duration":42387,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"7774377462626e34","timestamp":186249057,"duration":43216,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/ordinal.js"}},{"traceId":"2e751b98748067a4","parentId":"6861686e76716c69","name":"read-resource","id":"7077743162706136","timestamp":186249151,"duration":43160,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"6861686e76716c69","timestamp":186249115,"duration":44160,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/pow.js"}},{"traceId":"2e751b98748067a4","parentId":"6379363866337478","name":"read-resource","id":"7979616b6a653762","timestamp":186249209,"duration":44099,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"6379363866337478","timestamp":186249173,"duration":44904,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/radial.js"}},{"traceId":"2e751b98748067a4","parentId":"62736a72336b396b","name":"read-resource","id":"306b363469356b71","timestamp":186249264,"duration":44846,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"62736a72336b396b","timestamp":186249229,"duration":45706,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/quantile.js"}},{"traceId":"2e751b98748067a4","parentId":"3665676d74383435","name":"read-resource","id":"74636977336d3678","timestamp":186249327,"duration":45640,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"3665676d74383435","timestamp":186249287,"duration":46484,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/quantize.js"}},{"traceId":"2e751b98748067a4","parentId":"696c6e646f756c71","name":"read-resource","id":"3076656d6c706573","timestamp":186249385,"duration":46420,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"696c6e646f756c71","timestamp":186249349,"duration":47095,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/threshold.js"}},{"traceId":"2e751b98748067a4","parentId":"646f646531326e6a","name":"read-resource","id":"7061707435757736","timestamp":186249441,"duration":47041,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"646f646531326e6a","timestamp":186249407,"duration":48214,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/time.js"}},{"traceId":"2e751b98748067a4","parentId":"367575306a387679","name":"read-resource","id":"6c7478647330666f","timestamp":186249495,"duration":48159,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"367575306a387679","timestamp":186249461,"duration":48723,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/utcTime.js"}},{"traceId":"2e751b98748067a4","parentId":"653064667670777a","name":"read-resource","id":"32746b706c76346c","timestamp":186249552,"duration":48665,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"653064667670777a","timestamp":186249516,"duration":50054,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/sequential.js"}},{"traceId":"2e751b98748067a4","parentId":"6371747339363062","name":"read-resource","id":"6837626e6b6e3266","timestamp":186249612,"duration":49992,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"6371747339363062","timestamp":186249573,"duration":50900,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/sequentialQuantile.js"}},{"traceId":"2e751b98748067a4","parentId":"63387761346d6d72","name":"read-resource","id":"7967766d77396837","timestamp":186249675,"duration":50832,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7837666232727270","name":"build-module-js","id":"63387761346d6d72","timestamp":186249639,"duration":51225,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/shaders/CopyShader.js"}},{"traceId":"2e751b98748067a4","parentId":"7377333175666d6d","name":"read-resource","id":"316f663633617666","timestamp":186249739,"duration":51157,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"7377333175666d6d","timestamp":186249704,"duration":68318,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/diverging.js"}},{"traceId":"2e751b98748067a4","parentId":"36787961667a6f76","name":"read-resource","id":"6b61647375333967","timestamp":186249796,"duration":68269,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3834626e34397767","name":"build-module-js","id":"36787961667a6f76","timestamp":186249760,"duration":69020,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/tickFormat.js"}},{"traceId":"2e751b98748067a4","parentId":"73686d6266726775","name":"read-resource","id":"62396a726b306631","timestamp":186249853,"duration":68959,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c7774753077336d","name":"build-module-js","id":"73686d6266726775","timestamp":186249818,"duration":69402,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hastscript/html.js"}},{"traceId":"2e751b98748067a4","parentId":"6a6f767533753776","name":"read-resource","id":"6f3034386f773735","timestamp":186249939,"duration":69309,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"367668756768336a","name":"build-module-js","id":"6a6f767533753776","timestamp":186249882,"duration":69778,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/parse-entities/decode-entity.browser.js"}},{"traceId":"2e751b98748067a4","parentId":"356b6b6930647837","name":"read-resource","id":"36626e6870736833","timestamp":186250002,"duration":69738,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"356b6b6930647837","timestamp":186249964,"duration":70272,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/threshold/freedmanDiaconis.js"}},{"traceId":"2e751b98748067a4","parentId":"7935647969637736","name":"read-resource","id":"7774763438726679","timestamp":186250059,"duration":70211,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"7935647969637736","timestamp":186250024,"duration":70706,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/threshold/scott.js"}},{"traceId":"2e751b98748067a4","parentId":"646e306b766e676b","name":"read-resource","id":"6733367778386376","timestamp":186250115,"duration":70648,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"646e306b766e676b","timestamp":186250081,"duration":70993,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/threshold/sturges.js"}},{"traceId":"2e751b98748067a4","parentId":"676f643378797930","name":"read-resource","id":"71683171716a7270","timestamp":186250183,"duration":70928,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6175327965766b69","name":"build-module-js","id":"676f643378797930","timestamp":186250147,"duration":73669,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/createPhysicsSimulator.js"}},{"traceId":"2e751b98748067a4","parentId":"7874743861306c72","name":"read-resource","id":"7970647469376674","timestamp":186250245,"duration":73607,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"7874743861306c72","timestamp":186250205,"duration":74070,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/category10.js"}},{"traceId":"2e751b98748067a4","parentId":"7733627a6c347171","name":"read-resource","id":"3075646667686467","timestamp":186250301,"duration":74010,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"7733627a6c347171","timestamp":186250266,"duration":74369,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Accent.js"}},{"traceId":"2e751b98748067a4","parentId":"32627937666c6464","name":"read-resource","id":"6169356d77633234","timestamp":186250357,"duration":74309,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"32627937666c6464","timestamp":186250322,"duration":74772,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Dark2.js"}},{"traceId":"2e751b98748067a4","parentId":"347536686c783161","name":"read-resource","id":"6e7363736d6c6730","timestamp":186250416,"duration":74712,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"347536686c783161","timestamp":186250381,"duration":75010,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Paired.js"}},{"traceId":"2e751b98748067a4","parentId":"6c6170717362747a","name":"read-resource","id":"6167786e3472726e","timestamp":186250470,"duration":74951,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6c6170717362747a","timestamp":186250436,"duration":75234,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Pastel1.js"}},{"traceId":"2e751b98748067a4","parentId":"31683339746a7779","name":"read-resource","id":"6c31717664676865","timestamp":186250530,"duration":75168,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"31683339746a7779","timestamp":186250491,"duration":75465,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Pastel2.js"}},{"traceId":"2e751b98748067a4","parentId":"6b306f76326a3369","name":"read-resource","id":"6a34786f78303474","timestamp":186250586,"duration":75398,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6b306f76326a3369","timestamp":186250551,"duration":75748,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Set1.js"}},{"traceId":"2e751b98748067a4","parentId":"6c6c726c6e6e3333","name":"read-resource","id":"6e34333533637831","timestamp":186250643,"duration":75691,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6c6c726c6e6e3333","timestamp":186250609,"duration":76001,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Set2.js"}},{"traceId":"2e751b98748067a4","parentId":"737a6d6d7168396c","name":"read-resource","id":"6b66667672366134","timestamp":186250808,"duration":75835,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"737a6d6d7168396c","timestamp":186250664,"duration":76221,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Set3.js"}},{"traceId":"2e751b98748067a4","parentId":"72657075726c3765","name":"read-resource","id":"753275647a6a7866","timestamp":186250909,"duration":76005,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"72657075726c3765","timestamp":186250850,"duration":76302,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js"}},{"traceId":"2e751b98748067a4","parentId":"7236356a72743735","name":"read-resource","id":"6a74686f76367430","timestamp":186250984,"duration":76194,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"7236356a72743735","timestamp":186250945,"duration":76603,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/BrBG.js"}},{"traceId":"2e751b98748067a4","parentId":"316134756a347871","name":"read-resource","id":"616c736b76776236","timestamp":186251066,"duration":76512,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"316134756a347871","timestamp":186251022,"duration":76926,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/PRGn.js"}},{"traceId":"2e751b98748067a4","parentId":"6232356f75666a7a","name":"read-resource","id":"7071326567723134","timestamp":186261056,"duration":73069,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6232356f75666a7a","timestamp":186260969,"duration":73600,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/PiYG.js"}},{"traceId":"2e751b98748067a4","parentId":"71666163716c6c35","name":"read-resource","id":"6663316838323232","timestamp":186261140,"duration":73462,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"71666163716c6c35","timestamp":186261091,"duration":73887,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/PuOr.js"}},{"traceId":"2e751b98748067a4","parentId":"3239706d366c6369","name":"read-resource","id":"72396f7569677038","timestamp":186261213,"duration":73803,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"3239706d366c6369","timestamp":186261166,"duration":74219,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/RdBu.js"}},{"traceId":"2e751b98748067a4","parentId":"6a32766370717069","name":"read-resource","id":"6a6d6e32716c7070","timestamp":186261276,"duration":74140,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6a32766370717069","timestamp":186261238,"duration":74544,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/RdGy.js"}},{"traceId":"2e751b98748067a4","parentId":"617a76787366347a","name":"read-resource","id":"386c336c707a7330","timestamp":186261337,"duration":74478,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"617a76787366347a","timestamp":186261300,"duration":74880,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/RdYlBu.js"}},{"traceId":"2e751b98748067a4","parentId":"3563377569756167","name":"read-resource","id":"666e716b376d6336","timestamp":186261396,"duration":74816,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"3563377569756167","timestamp":186261359,"duration":77633,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/RdYlGn.js"}},{"traceId":"2e751b98748067a4","parentId":"34317a6534387535","name":"read-resource","id":"3163776671763669","timestamp":186270148,"duration":71933,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"34317a6534387535","timestamp":186270075,"duration":72528,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/Spectral.js"}},{"traceId":"2e751b98748067a4","parentId":"35663635666a6b62","name":"read-resource","id":"333779327a657638","timestamp":186270250,"duration":72449,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"35663635666a6b62","timestamp":186270194,"duration":73889,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/BuGn.js"}},{"traceId":"2e751b98748067a4","parentId":"397175726e377538","name":"read-resource","id":"3161396e376a6671","timestamp":186270320,"duration":73797,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"397175726e377538","timestamp":186270277,"duration":74330,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/BuPu.js"}},{"traceId":"2e751b98748067a4","parentId":"31386b7563687376","name":"read-resource","id":"7065757a6e756b64","timestamp":186270884,"duration":73756,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"31386b7563687376","timestamp":186270345,"duration":74757,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/GnBu.js"}},{"traceId":"2e751b98748067a4","parentId":"6e646b316a796434","name":"read-resource","id":"6263733977723637","timestamp":186270963,"duration":74171,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6e646b316a796434","timestamp":186270921,"duration":74581,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/OrRd.js"}},{"traceId":"2e751b98748067a4","parentId":"316d6b736876676c","name":"read-resource","id":"787569617763306a","timestamp":186271025,"duration":74520,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"316d6b736876676c","timestamp":186270989,"duration":75073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/PuBuGn.js"}},{"traceId":"2e751b98748067a4","parentId":"3479793370397432","name":"read-resource","id":"396867777135326f","timestamp":186271083,"duration":75012,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"3479793370397432","timestamp":186271048,"duration":75673,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/PuBu.js"}}]
|
|
29
|
+
[{"traceId":"2e751b98748067a4","parentId":"7134617736697564","name":"read-resource","id":"78746e65676b6178","timestamp":186271152,"duration":75928,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"7134617736697564","timestamp":186271105,"duration":76462,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/PuRd.js"}},{"traceId":"2e751b98748067a4","parentId":"326d736833397776","name":"read-resource","id":"6f36356677797773","timestamp":186271211,"duration":76435,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"326d736833397776","timestamp":186271173,"duration":77026,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/RdPu.js"}},{"traceId":"2e751b98748067a4","parentId":"6a6d796e6b393570","name":"read-resource","id":"6334343263733369","timestamp":186271283,"duration":76958,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6a6d796e6b393570","timestamp":186271248,"duration":77396,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/YlGnBu.js"}},{"traceId":"2e751b98748067a4","parentId":"6a6d327a38646736","name":"read-resource","id":"6b75377837656d71","timestamp":186271340,"duration":77453,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6a6d327a38646736","timestamp":186271307,"duration":78436,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/YlGn.js"}},{"traceId":"2e751b98748067a4","parentId":"7232667a77393461","name":"read-resource","id":"3873653572376e65","timestamp":186271393,"duration":78383,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"7232667a77393461","timestamp":186271360,"duration":79037,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/YlOrBr.js"}},{"traceId":"2e751b98748067a4","parentId":"3464687137717a71","name":"read-resource","id":"3835667869776636","timestamp":186271446,"duration":78985,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"3464687137717a71","timestamp":186271413,"duration":79568,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/YlOrRd.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6f737071377771","name":"read-resource","id":"6c6837323239666d","timestamp":186271507,"duration":79512,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6b6f737071377771","timestamp":186271467,"duration":79988,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/cividis.js"}},{"traceId":"2e751b98748067a4","parentId":"6c307435396d7271","name":"read-resource","id":"6c64703171357136","timestamp":186358848,"duration":8983,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6c307435396d7271","timestamp":186358774,"duration":9442,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/cubehelix.js"}},{"traceId":"2e751b98748067a4","parentId":"61397a3137647839","name":"read-resource","id":"783268627a376d38","timestamp":186358935,"duration":9312,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"61397a3137647839","timestamp":186358897,"duration":9979,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/rainbow.js"}},{"traceId":"2e751b98748067a4","parentId":"726262726175377a","name":"read-resource","id":"3979713736347677","timestamp":186358992,"duration":9914,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"726262726175377a","timestamp":186358961,"duration":10422,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/sinebow.js"}},{"traceId":"2e751b98748067a4","parentId":"6633357271356478","name":"read-resource","id":"3572647a3974776a","timestamp":186359043,"duration":10370,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6633357271356478","timestamp":186359014,"duration":10774,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/turbo.js"}},{"traceId":"2e751b98748067a4","parentId":"76383863616a7739","name":"read-resource","id":"3139643168616c65","timestamp":186359099,"duration":10718,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"76383863616a7739","timestamp":186359072,"duration":11315,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/viridis.js"}},{"traceId":"2e751b98748067a4","parentId":"76646b3177733662","name":"read-resource","id":"7574336d676f3669","timestamp":186359146,"duration":11279,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"76646b3177733662","timestamp":186359119,"duration":11683,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Blues.js"}},{"traceId":"2e751b98748067a4","parentId":"6b6a66307a737072","name":"read-resource","id":"737a377470696378","timestamp":186359192,"duration":11640,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"6b6a66307a737072","timestamp":186359165,"duration":12011,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Greens.js"}},{"traceId":"2e751b98748067a4","parentId":"79687732326d6376","name":"read-resource","id":"7865737531797476","timestamp":186359238,"duration":11967,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"79687732326d6376","timestamp":186359211,"duration":12414,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Greys.js"}},{"traceId":"2e751b98748067a4","parentId":"337a743862716a6e","name":"read-resource","id":"3076637931376c31","timestamp":186359291,"duration":12365,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"337a743862716a6e","timestamp":186359256,"duration":12746,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Purples.js"}},{"traceId":"2e751b98748067a4","parentId":"69796e6b76787862","name":"read-resource","id":"776f373868786738","timestamp":186359337,"duration":12694,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"69796e6b76787862","timestamp":186359310,"duration":13058,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Reds.js"}},{"traceId":"2e751b98748067a4","parentId":"35716e3135356c67","name":"read-resource","id":"766a6e79366f706c","timestamp":186359383,"duration":13015,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3769716270726362","name":"build-module-js","id":"35716e3135356c67","timestamp":186359356,"duration":13422,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Oranges.js"}},{"traceId":"2e751b98748067a4","parentId":"7838627878676778","name":"read-resource","id":"6d73307970637574","timestamp":186359457,"duration":13350,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3170677037303962","name":"build-module-js","id":"7838627878676778","timestamp":186359424,"duration":13706,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js"}},{"traceId":"2e751b98748067a4","parentId":"696f6c746a736b39","name":"read-resource","id":"6d6c656133316b70","timestamp":186359526,"duration":13633,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3170677037303962","name":"build-module-js","id":"696f6c746a736b39","timestamp":186359481,"duration":14400,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js"}},{"traceId":"2e751b98748067a4","parentId":"706e706533717733","name":"read-resource","id":"676f333768687378","timestamp":186359577,"duration":14336,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3170677037303962","name":"build-module-js","id":"706e706533717733","timestamp":186359548,"duration":14666,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js"}},{"traceId":"2e751b98748067a4","parentId":"77316f307172646b","name":"read-resource","id":"7935386168777169","timestamp":186359631,"duration":14612,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7476356374696b61","name":"build-module-js","id":"77316f307172646b","timestamp":186359600,"duration":14875,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/constant.js"}},{"traceId":"2e751b98748067a4","parentId":"3075306371746a66","name":"read-resource","id":"7565626c6e786868","timestamp":186359687,"duration":14819,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7476356374696b61","name":"build-module-js","id":"3075306371746a66","timestamp":186359652,"duration":15089,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/jiggle.js"}},{"traceId":"2e751b98748067a4","parentId":"6f6773793474786a","name":"read-resource","id":"6435796667376c65","timestamp":186359739,"duration":15030,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"706a627931386b64","name":"build-module-js","id":"6f6773793474786a","timestamp":186359710,"duration":15387,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/lcg.js"}},{"traceId":"2e751b98748067a4","parentId":"6866373065306173","name":"read-resource","id":"327a337873636572","timestamp":186359792,"duration":15334,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3039347161383939","name":"build-module-js","id":"6866373065306173","timestamp":186359761,"duration":15794,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/util/params.js"}},{"traceId":"2e751b98748067a4","parentId":"36386364646f7266","name":"read-resource","id":"707a64623632316d","timestamp":186359845,"duration":15741,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6372663677786d72","name":"build-module-js","id":"36386364646f7266","timestamp":186359816,"duration":16251,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/util/distance-iterator.js"}},{"traceId":"2e751b98748067a4","parentId":"37683638677a686c","name":"read-resource","id":"647863776d647770","timestamp":186359895,"duration":16202,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7367616d346a72","name":"build-module-js","id":"37683638677a686c","timestamp":186359867,"duration":16701,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/util/array.js"}},{"traceId":"2e751b98748067a4","parentId":"657973786c346b70","name":"read-resource","id":"34633562316c6d6a","timestamp":186359949,"duration":16652,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"68306b7872663834","name":"build-module-js","id":"657973786c346b70","timestamp":186359921,"duration":17178,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/number.js"}},{"traceId":"2e751b98748067a4","parentId":"687835723170376d","name":"read-resource","id":"636d356139793464","timestamp":186359997,"duration":17722,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d78677363707466","name":"build-module-js","id":"687835723170376d","timestamp":186359970,"duration":18034,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/identity.js"}},{"traceId":"2e751b98748067a4","parentId":"6a3930386c37796f","name":"read-resource","id":"6a676b6637366270","timestamp":186360046,"duration":17987,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"667133696a696132","name":"build-module-js","id":"6a3930386c37796f","timestamp":186360019,"duration":18324,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/array.js"}},{"traceId":"2e751b98748067a4","parentId":"6179693472793733","name":"read-resource","id":"65626c336b696272","timestamp":186360097,"duration":18357,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"667133696a696132","name":"build-module-js","id":"6179693472793733","timestamp":186360068,"duration":18653,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/constant.js"}},{"traceId":"2e751b98748067a4","parentId":"6a72627864643832","name":"read-resource","id":"6374396271733431","timestamp":186360157,"duration":18693,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"366733696d703969","name":"build-module-js","id":"6a72627864643832","timestamp":186360119,"duration":19203,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/init.js"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"74366f3230376133","timestamp":174510432,"duration":11872518,"tags":{"request":"next-client-pages-loader?page=%2Fevents%2F%5Bname%5D%2Flogs&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D%2Flogs.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"306c747979323576","name":"read-resource","id":"6b313539336e7037","timestamp":186362798,"duration":24841,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"326c70696a6d756b","name":"build-module-js","id":"306c747979323576","timestamp":186362762,"duration":26503,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/continuous.js"}},{"traceId":"2e751b98748067a4","parentId":"316d32673365396a","name":"read-resource","id":"6676357a7731756e","timestamp":186362873,"duration":26430,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7665713737727a62","name":"build-module-js","id":"316d32673365396a","timestamp":186362832,"duration":26945,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/nice.js"}},{"traceId":"2e751b98748067a4","parentId":"7838707576786130","name":"read-resource","id":"74767369326a6931","timestamp":186362920,"duration":26897,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7874743861306c72","name":"build-module-js","id":"7838707576786130","timestamp":186362891,"duration":27518,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/colors.js"}},{"traceId":"2e751b98748067a4","parentId":"6d657468376b7476","name":"read-resource","id":"78637a3672396173","timestamp":186362735,"duration":27723,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"726b747474306576","name":"build-module-js","id":"6d657468376b7476","timestamp":186362670,"duration":28039,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/number.js"}},{"traceId":"2e751b98748067a4","parentId":"74696b7876656631","name":"read-resource","id":"656d696a366a3533","timestamp":186364935,"duration":26548,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"73686d6266726775","name":"build-module-js","id":"74696b7876656631","timestamp":186364878,"duration":28236,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hastscript/factory.js"}},{"traceId":"2e751b98748067a4","parentId":"3333316738363561","name":"read-resource","id":"6877626c6d663863","timestamp":186365016,"duration":28134,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7236356a72743735","name":"build-module-js","id":"3333316738363561","timestamp":186364978,"duration":28533,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/ramp.js"}},{"traceId":"2e751b98748067a4","parentId":"386e756a64357532","name":"read-resource","id":"6f776670746b6539","timestamp":186367237,"duration":36006,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"676f643378797930","name":"build-module-js","id":"386e756a64357532","timestamp":186367173,"duration":36469,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/spring.js"}},{"traceId":"2e751b98748067a4","parentId":"757176686b703939","name":"read-resource","id":"7a63336b31316539","timestamp":186382591,"duration":23069,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"676f643378797930","name":"build-module-js","id":"757176686b703939","timestamp":186382530,"duration":24435,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateCreateBody.js"}},{"traceId":"2e751b98748067a4","parentId":"6d65397961676e70","name":"read-resource","id":"3863393930336977","timestamp":186382687,"duration":24325,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"676f643378797930","name":"build-module-js","id":"6d65397961676e70","timestamp":186382640,"duration":26433,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateQuadTree.js"}},{"traceId":"2e751b98748067a4","parentId":"6d69697975356771","name":"read-resource","id":"346c33746e367574","timestamp":186382747,"duration":26360,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"676f643378797930","name":"build-module-js","id":"6d69697975356771","timestamp":186382714,"duration":26958,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateBounds.js"}},{"traceId":"2e751b98748067a4","parentId":"763130667879727a","name":"read-resource","id":"6b6f73786d663138","timestamp":186382802,"duration":26902,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"676f643378797930","name":"build-module-js","id":"763130667879727a","timestamp":186382772,"duration":27329,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateCreateDragForce.js"}},{"traceId":"2e751b98748067a4","parentId":"6432656d6d323077","name":"read-resource","id":"7932686a61777666","timestamp":186382855,"duration":27276,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"676f643378797930","name":"build-module-js","id":"6432656d6d323077","timestamp":186382825,"duration":27765,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateCreateSpringForce.js"}},{"traceId":"2e751b98748067a4","parentId":"393376613668326a","name":"read-resource","id":"346437343072736c","timestamp":186382905,"duration":27714,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"676f643378797930","name":"build-module-js","id":"393376613668326a","timestamp":186382877,"duration":28222,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateIntegrator.js"}},{"traceId":"2e751b98748067a4","parentId":"65376266726b6173","name":"read-resource","id":"7661373039667570","timestamp":186401045,"duration":12868,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6b77626863387076","name":"build-module-js","id":"65376266726b6173","timestamp":186400981,"duration":13884,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.events/index.js"}},{"traceId":"2e751b98748067a4","parentId":"3977616677326475","name":"read-resource","id":"6578373974343132","timestamp":186404691,"duration":11942,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"367668756768336a","name":"build-module-json","id":"3977616677326475","timestamp":186404628,"duration":12814,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/character-entities-legacy/index.json"}},{"traceId":"2e751b98748067a4","parentId":"7a66726475347077","name":"read-resource","id":"386f30706e367234","timestamp":186404766,"duration":12709,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"367668756768336a","name":"build-module-json","id":"7a66726475347077","timestamp":186404728,"duration":12894,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/character-reference-invalid/index.json"}},{"traceId":"2e751b98748067a4","parentId":"306a626e6c7a726e","name":"read-resource","id":"6b74657077343775","timestamp":186404823,"duration":12820,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"367668756768336a","name":"build-module-js","id":"306a626e6c7a726e","timestamp":186404792,"duration":13179,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/is-decimal/index.js"}},{"traceId":"2e751b98748067a4","parentId":"7439386d69747772","name":"read-resource","id":"7068676c30677973","timestamp":186404883,"duration":13118,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"367668756768336a","name":"build-module-js","id":"7439386d69747772","timestamp":186404845,"duration":13490,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/is-hexadecimal/index.js"}}]
|
|
30
|
+
[{"traceId":"2e751b98748067a4","parentId":"627963393139626d","name":"read-resource","id":"756b34313071336d","timestamp":186404958,"duration":13661,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"367668756768336a","name":"build-module-js","id":"627963393139626d","timestamp":186404926,"duration":14038,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/is-alphanumerical/index.js"}},{"traceId":"2e751b98748067a4","parentId":"346c3934776d7668","name":"read-resource","id":"3638677863717664","timestamp":186412046,"duration":8197,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"696f6c746a736b39","name":"build-module-js","id":"346c3934776d7668","timestamp":186411985,"duration":8657,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js"}},{"traceId":"2e751b98748067a4","parentId":"75626768306a6a39","name":"read-resource","id":"6a396d306a6f3561","timestamp":186412125,"duration":8549,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"696f6c746a736b39","name":"build-module-js","id":"75626768306a6a39","timestamp":186412086,"duration":9081,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/construct.js"}},{"traceId":"2e751b98748067a4","parentId":"6c766a6535703262","name":"read-resource","id":"757368633367737a","timestamp":186415486,"duration":9461,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"306c747979323576","name":"build-module-js","id":"6c766a6535703262","timestamp":186415425,"duration":9855,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/constant.js"}},{"traceId":"2e751b98748067a4","parentId":"6238386a7a737971","name":"read-resource","id":"6b67786534383079","timestamp":186419383,"duration":7127,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7870676378366574","name":"build-module-js","id":"6238386a7a737971","timestamp":186419314,"duration":8169,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/internmap/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"7a313279336d6b31","name":"read-resource","id":"6272367762663477","timestamp":186419462,"duration":8055,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7779796c6a6c3569","name":"build-module-js","id":"7a313279336d6b31","timestamp":186419421,"duration":10275,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/index-array-by/dist/index-array-by.module.js"}},{"traceId":"2e751b98748067a4","parentId":"677267356b656f74","name":"read-resource","id":"6864386868736579","timestamp":186419520,"duration":10208,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e646b646170366e","name":"build-module-js","id":"677267356b656f74","timestamp":186419487,"duration":11315,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/format/format.js"}},{"traceId":"2e751b98748067a4","parentId":"763839776e6c7930","name":"read-resource","id":"79326767626b6a61","timestamp":186431289,"duration":3427,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"73686d6266726775","name":"build-module-js","id":"763839776e6c7930","timestamp":186431231,"duration":3892,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/html.js"}},{"traceId":"2e751b98748067a4","parentId":"3939786f68636977","name":"read-resource","id":"6676367a31393577","timestamp":186431368,"duration":3785,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74696b7876656631","name":"build-module-js","id":"3939786f68636977","timestamp":186431332,"duration":6436,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/find.js"}},{"traceId":"2e751b98748067a4","parentId":"666968373470786a","name":"read-resource","id":"3874756d39666236","timestamp":186431428,"duration":6373,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74696b7876656631","name":"build-module-js","id":"666968373470786a","timestamp":186431393,"duration":6658,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/normalize.js"}},{"traceId":"2e751b98748067a4","parentId":"7a6a6a6b63396d67","name":"read-resource","id":"6438716c66383162","timestamp":186431480,"duration":6608,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"757176686b703939","name":"build-module-js","id":"7a6a6a6b63396d67","timestamp":186431450,"duration":7245,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/createPatternBuilder.js"}},{"traceId":"2e751b98748067a4","parentId":"393533646c333465","name":"read-resource","id":"7166776868357772","timestamp":186431534,"duration":7195,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d65397961676e70","name":"build-module-js","id":"393533646c333465","timestamp":186431503,"duration":7473,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/getVariableName.js"}},{"traceId":"2e751b98748067a4","parentId":"3573366a3262636c","name":"read-resource","id":"7736796e6e74396c","timestamp":186432356,"duration":9748,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"75626768306a6a39","name":"build-module-js","id":"3573366a3262636c","timestamp":186432298,"duration":10235,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js"}},{"traceId":"2e751b98748067a4","parentId":"6b667a666b663338","name":"read-resource","id":"6338346d38796a30","timestamp":186439451,"duration":6352,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7476356374696b61","name":"build-module-js","id":"6b667a666b663338","timestamp":186439380,"duration":6765,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"66666e6e76786276","name":"read-resource","id":"62776b6271723930","timestamp":186439534,"duration":6648,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7476356374696b61","name":"build-module-js","id":"66666e6e76786276","timestamp":186439497,"duration":7097,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"77383669396b386e","name":"read-resource","id":"7a6d3374386c3932","timestamp":186439593,"duration":7035,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7476356374696b61","name":"build-module-js","id":"77383669396b386e","timestamp":186439560,"duration":7296,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"76363861336a3473","name":"read-resource","id":"6a7061307466316a","timestamp":186439674,"duration":7208,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"706a627931386b64","name":"build-module-js","id":"76363861336a3473","timestamp":186439638,"duration":7436,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-dispatch/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"70756a696f747169","name":"read-resource","id":"6165327162776f71","timestamp":186441142,"duration":5955,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"706a627931386b64","name":"build-module-js","id":"70756a696f747169","timestamp":186441021,"duration":6315,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-timer/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6866366a6465366e","name":"read-resource","id":"6f7162713577756c","timestamp":186443063,"duration":5668,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"676f643378797930","name":"build-module-js","id":"6866366a6465366e","timestamp":186443005,"duration":6177,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.merge/index.js"}},{"traceId":"2e751b98748067a4","parentId":"33696e6e34366168","name":"read-resource","id":"3431673630366330","timestamp":186443130,"duration":6092,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"676f643378797930","name":"build-module-js","id":"33696e6e34366168","timestamp":186443096,"duration":7399,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.random/index.js"}},{"traceId":"2e751b98748067a4","parentId":"3674333266637130","name":"read-resource","id":"6f71703569353573","timestamp":186453712,"duration":5875,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7665713737727a62","name":"build-module-js","id":"3674333266637130","timestamp":186453652,"duration":6352,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"read-resource","id":"6b79386b34626734","timestamp":186453800,"duration":6233,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"646f646531326e6a","name":"build-module-js","id":"62376c367a696539","timestamp":186453756,"duration":7449,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6f3476656a32306b","name":"read-resource","id":"757163367867646c","timestamp":186453864,"duration":7375,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"646f646531326e6a","name":"build-module-js","id":"6f3476656a32306b","timestamp":186453827,"duration":7862,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time-format/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"read-resource","id":"766865323636727a","timestamp":186453920,"duration":7800,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"653064667670777a","name":"build-module-js","id":"626d6a66726f7932","timestamp":186453889,"duration":8581,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"read-resource","id":"356673316f667531","timestamp":186456225,"duration":18150,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"66666e6e76786276","name":"build-module-js","id":"776836646b376277","timestamp":186456164,"duration":19641,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/quadtree.js"}},{"traceId":"2e751b98748067a4","parentId":"686c6b6368303761","name":"read-resource","id":"7375326f38327765","timestamp":186456296,"duration":19540,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"76363861336a3473","name":"build-module-js","id":"686c6b6368303761","timestamp":186456258,"duration":20944,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-dispatch/src/dispatch.js"}},{"traceId":"2e751b98748067a4","parentId":"636d74786f766e34","name":"read-resource","id":"737834323236366d","timestamp":186456492,"duration":20743,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"70756a696f747169","name":"build-module-js","id":"636d74786f766e34","timestamp":186456321,"duration":22260,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-timer/src/timer.js"}},{"traceId":"2e751b98748067a4","parentId":"7778786879707867","name":"read-resource","id":"69646a6279633064","timestamp":186456688,"duration":21925,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"70756a696f747169","name":"build-module-js","id":"7778786879707867","timestamp":186456570,"duration":22451,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-timer/src/timeout.js"}},{"traceId":"2e751b98748067a4","parentId":"72356b6a6e327476","name":"read-resource","id":"6a6d647134787231","timestamp":186456805,"duration":22246,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"70756a696f747169","name":"build-module-js","id":"72356b6a6e327476","timestamp":186456758,"duration":22759,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-timer/src/interval.js"}},{"traceId":"2e751b98748067a4","parentId":"793262626e6a6676","name":"read-resource","id":"7163727a78667531","timestamp":186458656,"duration":25178,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"763839776e6c7930","name":"build-module-js","id":"793262626e6a6676","timestamp":186458594,"duration":25658,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/xlink.js"}},{"traceId":"2e751b98748067a4","parentId":"6c356e3632337331","name":"read-resource","id":"6577786d6e336477","timestamp":186458735,"duration":25546,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"763839776e6c7930","name":"build-module-js","id":"6c356e3632337331","timestamp":186458697,"duration":25933,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/xml.js"}},{"traceId":"2e751b98748067a4","parentId":"6832736a656f6430","name":"read-resource","id":"75303238657a6a65","timestamp":186458793,"duration":25865,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"763839776e6c7930","name":"build-module-js","id":"6832736a656f6430","timestamp":186458761,"duration":26255,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/xmlns.js"}},{"traceId":"2e751b98748067a4","parentId":"3767356335353763","name":"read-resource","id":"6535756161356e6f","timestamp":186458870,"duration":26176,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"763839776e6c7930","name":"build-module-js","id":"3767356335353763","timestamp":186458837,"duration":26678,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/aria.js"}},{"traceId":"2e751b98748067a4","parentId":"6b68746a63726670","name":"read-resource","id":"716b6d6e76716f75","timestamp":186458933,"duration":26612,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"763839776e6c7930","name":"build-module-js","id":"6b68746a63726670","timestamp":186458895,"duration":28119,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/html.js"}},{"traceId":"2e751b98748067a4","parentId":"7975626f68373279","name":"read-resource","id":"346f667178643773","timestamp":186458986,"duration":28060,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"763839776e6c7930","name":"build-module-js","id":"7975626f68373279","timestamp":186458956,"duration":28620,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/merge.js"}},{"traceId":"2e751b98748067a4","parentId":"6764686e63696738","name":"read-resource","id":"65317a7a6e363369","timestamp":186459038,"duration":28568,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3939786f68636977","name":"build-module-js","id":"6764686e63696738","timestamp":186459009,"duration":29096,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/defined-info.js"}},{"traceId":"2e751b98748067a4","parentId":"766171786b736564","name":"read-resource","id":"706b666535777678","timestamp":186459090,"duration":29045,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3939786f68636977","name":"build-module-js","id":"766171786b736564","timestamp":186459060,"duration":29392,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/info.js"}},{"traceId":"2e751b98748067a4","parentId":"6d6b627231347a6b","name":"read-resource","id":"7333643062666664","timestamp":186471428,"duration":25556,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74696b7876656631","name":"build-module-js","id":"6d6b627231347a6b","timestamp":186471147,"duration":26388,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hast-util-parse-selector/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6577686b6c7a6a36","name":"read-resource","id":"64626834626b3938","timestamp":186471529,"duration":26037,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74696b7876656631","name":"build-module-js","id":"6577686b6c7a6a36","timestamp":186471477,"duration":26475,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/space-separated-tokens/index.js"}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"read-resource","id":"6461316d65656673","timestamp":186471584,"duration":26397,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6b667a666b663338","name":"build-module-js","id":"346d7633646a7274","timestamp":186471552,"duration":27357,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/binarytree.js"}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"read-resource","id":"6b656a6d62796166","timestamp":186471634,"duration":27305,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"77383669396b386e","name":"build-module-js","id":"767a3637766a6f32","timestamp":186471604,"duration":29861,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/octree.js"}},{"traceId":"2e751b98748067a4","parentId":"6e32683834677173","name":"read-resource","id":"3664793431723673","timestamp":186481391,"duration":41155,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"74696b7876656631","name":"build-module-js","id":"6e32683834677173","timestamp":186481332,"duration":42016,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/comma-separated-tokens/index.js"}},{"traceId":"2e751b98748067a4","parentId":"7036696a31776562","name":"read-resource","id":"766c676b67316931","timestamp":186503682,"duration":29068,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3674333266637130","name":"build-module-js","id":"7036696a31776562","timestamp":186503612,"duration":29755,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/defaultLocale.js"}},{"traceId":"2e751b98748067a4","parentId":"6265377577726868","name":"read-resource","id":"74656365766b3434","timestamp":186503748,"duration":29651,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3674333266637130","name":"build-module-js","id":"6265377577726868","timestamp":186503711,"duration":31579,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/locale.js"}},{"traceId":"2e751b98748067a4","parentId":"797a6938656c7877","name":"read-resource","id":"6c6379723969636e","timestamp":186503795,"duration":31527,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3674333266637130","name":"build-module-js","id":"797a6938656c7877","timestamp":186503765,"duration":32355,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatSpecifier.js"}},{"traceId":"2e751b98748067a4","parentId":"64326e7a7a307464","name":"read-resource","id":"77317a687638376a","timestamp":186503837,"duration":32317,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3674333266637130","name":"build-module-js","id":"64326e7a7a307464","timestamp":186503810,"duration":32662,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/precisionFixed.js"}},{"traceId":"2e751b98748067a4","parentId":"676f787234736776","name":"read-resource","id":"6c76643479333037","timestamp":186503889,"duration":32612,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3674333266637130","name":"build-module-js","id":"676f787234736776","timestamp":186503861,"duration":33011,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/precisionPrefix.js"}},{"traceId":"2e751b98748067a4","parentId":"6f7a39746178677a","name":"read-resource","id":"6179346a73787765","timestamp":186503929,"duration":32971,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3674333266637130","name":"build-module-js","id":"6f7a39746178677a","timestamp":186503903,"duration":33334,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/precisionRound.js"}},{"traceId":"2e751b98748067a4","parentId":"74616c6d66787774","name":"read-resource","id":"6d386261666c3371","timestamp":186504046,"duration":33220,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"74616c6d66787774","timestamp":186504011,"duration":34137,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/interval.js"}},{"traceId":"2e751b98748067a4","parentId":"356336386f393831","name":"read-resource","id":"706c33326c793132","timestamp":186504151,"duration":34027,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"356336386f393831","timestamp":186504123,"duration":34531,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/second.js"}},{"traceId":"2e751b98748067a4","parentId":"6e777a7673657275","name":"read-resource","id":"6332626f337a6872","timestamp":186504199,"duration":34495,"tags":{}}]
|
|
31
|
+
[{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"6e777a7673657275","timestamp":186504171,"duration":36387,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/minute.js"}},{"traceId":"2e751b98748067a4","parentId":"65316e7a30733078","name":"read-resource","id":"7278317530797378","timestamp":186504099,"duration":36492,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"65316e7a30733078","timestamp":186504071,"duration":37069,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/millisecond.js"}},{"traceId":"2e751b98748067a4","parentId":"63706a6974613973","name":"read-resource","id":"3637306c7a6e6d38","timestamp":186504248,"duration":36924,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"63706a6974613973","timestamp":186504219,"duration":37439,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/hour.js"}},{"traceId":"2e751b98748067a4","parentId":"6564663266306272","name":"read-resource","id":"786666667731776b","timestamp":186504299,"duration":37387,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"6564663266306272","timestamp":186504267,"duration":37915,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/day.js"}},{"traceId":"2e751b98748067a4","parentId":"736177636534677a","name":"read-resource","id":"6a766a3232786974","timestamp":186504349,"duration":37863,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"736177636534677a","timestamp":186504321,"duration":38808,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/week.js"}},{"traceId":"2e751b98748067a4","parentId":"7a6977673479317a","name":"read-resource","id":"7670367a7a716730","timestamp":186504396,"duration":38765,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"7a6977673479317a","timestamp":186504369,"duration":39239,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/month.js"}},{"traceId":"2e751b98748067a4","parentId":"306e366572623671","name":"read-resource","id":"67646563366b6b67","timestamp":186504443,"duration":39194,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"306e366572623671","timestamp":186504415,"duration":39755,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/year.js"}},{"traceId":"2e751b98748067a4","parentId":"707174636b767335","name":"read-resource","id":"6777693074746263","timestamp":186504489,"duration":39711,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"707174636b767335","timestamp":186504461,"duration":40199,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcMinute.js"}},{"traceId":"2e751b98748067a4","parentId":"78733879616c7a6b","name":"read-resource","id":"70626d346d373730","timestamp":186504555,"duration":40139,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"78733879616c7a6b","timestamp":186504510,"duration":40626,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcHour.js"}},{"traceId":"2e751b98748067a4","parentId":"3030627630633174","name":"read-resource","id":"7033747874677771","timestamp":186504605,"duration":40561,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"3030627630633174","timestamp":186504577,"duration":41031,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcDay.js"}},{"traceId":"2e751b98748067a4","parentId":"6732633476616167","name":"read-resource","id":"726d336967327766","timestamp":186504657,"duration":40981,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"6732633476616167","timestamp":186504625,"duration":41741,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcWeek.js"}},{"traceId":"2e751b98748067a4","parentId":"647038656230306d","name":"read-resource","id":"783636686e6d7477","timestamp":186504704,"duration":41692,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"647038656230306d","timestamp":186504677,"duration":42156,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcMonth.js"}},{"traceId":"2e751b98748067a4","parentId":"7478743632666663","name":"read-resource","id":"6330676b78786938","timestamp":186504753,"duration":42109,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"7478743632666663","timestamp":186504724,"duration":42670,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcYear.js"}},{"traceId":"2e751b98748067a4","parentId":"32666c363566366b","name":"read-resource","id":"6971346f786b6471","timestamp":186506881,"duration":40544,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62376c367a696539","name":"build-module-js","id":"32666c363566366b","timestamp":186504776,"duration":44440,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/ticks.js"}},{"traceId":"2e751b98748067a4","parentId":"6e70316630717538","name":"read-resource","id":"6e6a337732676734","timestamp":186506970,"duration":42278,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f3476656a32306b","name":"build-module-js","id":"6e70316630717538","timestamp":186506924,"duration":42859,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time-format/src/defaultLocale.js"}},{"traceId":"2e751b98748067a4","parentId":"6e77346368766f64","name":"read-resource","id":"69397266727a6b7a","timestamp":186507026,"duration":42789,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f3476656a32306b","name":"build-module-js","id":"6e77346368766f64","timestamp":186506993,"duration":64407,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time-format/src/locale.js"}},{"traceId":"2e751b98748067a4","parentId":"797a786472727867","name":"read-resource","id":"3731337175723438","timestamp":186516869,"duration":54571,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f3476656a32306b","name":"build-module-js","id":"797a786472727867","timestamp":186516799,"duration":58325,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time-format/src/isoFormat.js"}},{"traceId":"2e751b98748067a4","parentId":"7971336931617463","name":"read-resource","id":"37646e7473686b77","timestamp":186516948,"duration":58213,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f3476656a32306b","name":"build-module-js","id":"7971336931617463","timestamp":186516911,"duration":58731,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time-format/src/isoParse.js"}},{"traceId":"2e751b98748067a4","parentId":"636d62696d6f3035","name":"read-resource","id":"7a6165696b793666","timestamp":186517030,"duration":58642,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"636d62696d6f3035","timestamp":186516996,"duration":59284,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/value.js"}},{"traceId":"2e751b98748067a4","parentId":"6479763469736965","name":"read-resource","id":"6a6b356f326a3363","timestamp":186517084,"duration":59229,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"6479763469736965","timestamp":186517054,"duration":59879,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/array.js"}},{"traceId":"2e751b98748067a4","parentId":"7536707070643839","name":"read-resource","id":"6778386369637166","timestamp":186517136,"duration":59832,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"7536707070643839","timestamp":186517107,"duration":60387,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/basis.js"}},{"traceId":"2e751b98748067a4","parentId":"6363713963633165","name":"read-resource","id":"6b68317170767932","timestamp":186517186,"duration":60342,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"6363713963633165","timestamp":186517157,"duration":60792,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/basisClosed.js"}},{"traceId":"2e751b98748067a4","parentId":"7a73766473333536","name":"read-resource","id":"36676f706f657665","timestamp":186517257,"duration":60723,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"7a73766473333536","timestamp":186517221,"duration":61067,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/date.js"}},{"traceId":"2e751b98748067a4","parentId":"6d36767566626d70","name":"read-resource","id":"3279736a67717633","timestamp":186517308,"duration":61010,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"6d36767566626d70","timestamp":186517279,"duration":61333,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/discrete.js"}},{"traceId":"2e751b98748067a4","parentId":"66366a616a646271","name":"read-resource","id":"6364636530383073","timestamp":186517360,"duration":61284,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"66366a616a646271","timestamp":186517332,"duration":61643,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/hue.js"}},{"traceId":"2e751b98748067a4","parentId":"626a723977726838","name":"read-resource","id":"7a68697368777568","timestamp":186517407,"duration":61598,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"626a723977726838","timestamp":186517380,"duration":61892,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/number.js"}},{"traceId":"2e751b98748067a4","parentId":"786e65316730346e","name":"read-resource","id":"65683473397a6776","timestamp":186517472,"duration":61829,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"786e65316730346e","timestamp":186517441,"duration":62304,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/numberArray.js"}},{"traceId":"2e751b98748067a4","parentId":"6a70633066783976","name":"read-resource","id":"7762377674306839","timestamp":186517526,"duration":62250,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"6a70633066783976","timestamp":186517493,"duration":62837,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/object.js"}},{"traceId":"2e751b98748067a4","parentId":"6769687a37643132","name":"read-resource","id":"71337a3432667562","timestamp":186517577,"duration":62786,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"6769687a37643132","timestamp":186517548,"duration":63139,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/round.js"}},{"traceId":"2e751b98748067a4","parentId":"33626a6175616631","name":"read-resource","id":"327764633431686f","timestamp":186517642,"duration":63075,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"33626a6175616631","timestamp":186517598,"duration":63957,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/string.js"}},{"traceId":"2e751b98748067a4","parentId":"6b65656a6b346234","name":"read-resource","id":"78327233686a7530","timestamp":186517709,"duration":63878,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"6b65656a6b346234","timestamp":186517678,"duration":64966,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/zoom.js"}},{"traceId":"2e751b98748067a4","parentId":"746e356c68347372","name":"read-resource","id":"6735773034376137","timestamp":186517760,"duration":64924,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"746e356c68347372","timestamp":186517732,"duration":65780,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/rgb.js"}},{"traceId":"2e751b98748067a4","parentId":"36703433626f6d70","name":"read-resource","id":"31703165746d746c","timestamp":186517809,"duration":65738,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"36703433626f6d70","timestamp":186517780,"duration":66301,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/hsl.js"}},{"traceId":"2e751b98748067a4","parentId":"686b65706b707939","name":"read-resource","id":"78787a6b36336c73","timestamp":186517857,"duration":66255,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"686b65706b707939","timestamp":186517829,"duration":66790,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/lab.js"}},{"traceId":"2e751b98748067a4","parentId":"6c70616c6e6e7534","name":"read-resource","id":"6d7a69316e6b706f","timestamp":186527445,"duration":67731,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"6c70616c6e6e7534","timestamp":186527360,"duration":68441,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/hcl.js"}},{"traceId":"2e751b98748067a4","parentId":"6e36723330317a34","name":"read-resource","id":"6864376a39766534","timestamp":186527526,"duration":68308,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"6e36723330317a34","timestamp":186527484,"duration":68949,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/cubehelix.js"}},{"traceId":"2e751b98748067a4","parentId":"746d343376346564","name":"read-resource","id":"366c62326f377378","timestamp":186527591,"duration":68883,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"746d343376346564","timestamp":186527552,"duration":69445,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/piecewise.js"}},{"traceId":"2e751b98748067a4","parentId":"7076387033743569","name":"read-resource","id":"3765797872346f68","timestamp":186527670,"duration":69358,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"7076387033743569","timestamp":186527637,"duration":69719,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/quantize.js"}},{"traceId":"2e751b98748067a4","parentId":"79786c6e35757465","name":"read-resource","id":"6179673436713166","timestamp":186527726,"duration":69659,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"79786c6e35757465","timestamp":186527695,"duration":70760,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/add.js"}},{"traceId":"2e751b98748067a4","parentId":"7534626b37726564","name":"read-resource","id":"6c3930636f626761","timestamp":186527776,"duration":70711,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"7534626b37726564","timestamp":186527747,"duration":71397,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/cover.js"}},{"traceId":"2e751b98748067a4","parentId":"336d396c34746337","name":"read-resource","id":"337935637933666f","timestamp":186527826,"duration":71353,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"336d396c34746337","timestamp":186527797,"duration":72078,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/data.js"}},{"traceId":"2e751b98748067a4","parentId":"7175366c306c7533","name":"read-resource","id":"78767a3567666d79","timestamp":186527891,"duration":72016,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"7175366c306c7533","timestamp":186527860,"duration":72363,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/extent.js"}},{"traceId":"2e751b98748067a4","parentId":"67346637776c6a69","name":"read-resource","id":"6836616476627570","timestamp":186527940,"duration":72315,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"67346637776c6a69","timestamp":186527913,"duration":73182,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/find.js"}},{"traceId":"2e751b98748067a4","parentId":"6867653663303071","name":"read-resource","id":"6631353875717176","timestamp":186527988,"duration":73139,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"6867653663303071","timestamp":186527960,"duration":73978,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/remove.js"}},{"traceId":"2e751b98748067a4","parentId":"713969737a6c6a32","name":"read-resource","id":"736234346c686c73","timestamp":186528244,"duration":73730,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"713969737a6c6a32","timestamp":186528200,"duration":74016,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/root.js"}},{"traceId":"2e751b98748067a4","parentId":"3276727370713330","name":"read-resource","id":"3934383772737134","timestamp":186528327,"duration":73918,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"3276727370713330","timestamp":186528277,"duration":74279,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/size.js"}},{"traceId":"2e751b98748067a4","parentId":"6371747930323774","name":"read-resource","id":"37656c6936733265","timestamp":186528381,"duration":74205,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"6371747930323774","timestamp":186528351,"duration":74777,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/visit.js"}},{"traceId":"2e751b98748067a4","parentId":"7078743678676e69","name":"read-resource","id":"6e35347936666969","timestamp":186528435,"duration":74726,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"7078743678676e69","timestamp":186528402,"duration":75314,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/visitAfter.js"}},{"traceId":"2e751b98748067a4","parentId":"346d336c6d70356d","name":"read-resource","id":"7a7a66716133326d","timestamp":186530882,"duration":74965,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"346d336c6d70356d","timestamp":186530819,"duration":75386,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/x.js"}},{"traceId":"2e751b98748067a4","parentId":"663773793131687a","name":"read-resource","id":"33733239306f7a79","timestamp":186530950,"duration":75285,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776836646b376277","name":"build-module-js","id":"663773793131687a","timestamp":186530915,"duration":75634,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/y.js"}},{"traceId":"2e751b98748067a4","parentId":"6666793166646b61","name":"read-resource","id":"6f326e6e77317972","timestamp":186531006,"duration":75572,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"626d6a66726f7932","name":"build-module-js","id":"6666793166646b61","timestamp":186530975,"duration":76621,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/transform/index.js"}}]
|
|
32
|
+
[{"traceId":"2e751b98748067a4","parentId":"76706263796d6f64","name":"read-resource","id":"3973343732656939","timestamp":186590877,"duration":21813,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c307435396d7271","name":"build-module-js","id":"76706263796d6f64","timestamp":186590806,"duration":22733,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"read-resource","id":"68616d6d68397636","timestamp":186604964,"duration":15393,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6c307435396d7271","name":"build-module-js","id":"776463786c61326b","timestamp":186604895,"duration":16154,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"7339716f696e6933","name":"read-resource","id":"6e6b327565313077","timestamp":186605108,"duration":15974,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"793262626e6a6676","name":"build-module-js","id":"7339716f696e6933","timestamp":186605076,"duration":16642,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/create.js"}},{"traceId":"2e751b98748067a4","parentId":"6432616f7737366a","name":"read-resource","id":"7271626c61673836","timestamp":186605049,"duration":16699,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"627963393139626d","name":"build-module-js","id":"6432616f7737366a","timestamp":186605012,"duration":17054,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/is-alphabetical/index.js"}},{"traceId":"2e751b98748067a4","parentId":"667a733131316a63","name":"read-resource","id":"357239736d676977","timestamp":186605164,"duration":16931,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6832736a656f6430","name":"build-module-js","id":"667a733131316a63","timestamp":186605134,"duration":17242,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/case-insensitive-transform.js"}},{"traceId":"2e751b98748067a4","parentId":"6d7463786f697863","name":"read-resource","id":"74616a7273326a72","timestamp":186605213,"duration":17201,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3767356335353763","name":"build-module-js","id":"6d7463786f697863","timestamp":186605185,"duration":17546,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/types.js"}},{"traceId":"2e751b98748067a4","parentId":"6f617468686c7131","name":"read-resource","id":"35677639706c3565","timestamp":186605261,"duration":17499,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7975626f68373279","name":"build-module-js","id":"6f617468686c7131","timestamp":186605234,"duration":17831,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/schema.js"}},{"traceId":"2e751b98748067a4","parentId":"6b68396b776c3069","name":"read-resource","id":"6231616962633067","timestamp":186610592,"duration":16190,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"6b68396b776c3069","timestamp":186610531,"duration":17255,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/add.js"}},{"traceId":"2e751b98748067a4","parentId":"6a39386d726f6168","name":"read-resource","id":"7037653470307366","timestamp":186610665,"duration":17155,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"6a39386d726f6168","timestamp":186610630,"duration":20433,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/cover.js"}},{"traceId":"2e751b98748067a4","parentId":"73366c776464686e","name":"read-resource","id":"3777703669746533","timestamp":186610725,"duration":20371,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"73366c776464686e","timestamp":186610691,"duration":20727,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/data.js"}},{"traceId":"2e751b98748067a4","parentId":"7a6c783836336f79","name":"read-resource","id":"366d66696f36676a","timestamp":186610798,"duration":20650,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"7a6c783836336f79","timestamp":186610768,"duration":20984,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/extent.js"}},{"traceId":"2e751b98748067a4","parentId":"326a6b7836367435","name":"read-resource","id":"363677716262676b","timestamp":186610867,"duration":20914,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"326a6b7836367435","timestamp":186610837,"duration":21672,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/find.js"}},{"traceId":"2e751b98748067a4","parentId":"387272716263646c","name":"read-resource","id":"363876356f667473","timestamp":186610922,"duration":21641,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"387272716263646c","timestamp":186610891,"duration":22371,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/remove.js"}},{"traceId":"2e751b98748067a4","parentId":"6a736966746c7574","name":"read-resource","id":"3535693970306d36","timestamp":186610972,"duration":22322,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"6a736966746c7574","timestamp":186610944,"duration":22580,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/root.js"}},{"traceId":"2e751b98748067a4","parentId":"346676377565666c","name":"read-resource","id":"743678756a706231","timestamp":186611017,"duration":22534,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"346676377565666c","timestamp":186610992,"duration":22846,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/size.js"}},{"traceId":"2e751b98748067a4","parentId":"336e353366306877","name":"read-resource","id":"3466653861333939","timestamp":186611063,"duration":22804,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"336e353366306877","timestamp":186611037,"duration":23304,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/visit.js"}},{"traceId":"2e751b98748067a4","parentId":"6c736b6230683637","name":"read-resource","id":"337466666b62666f","timestamp":186611108,"duration":23263,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"6c736b6230683637","timestamp":186611083,"duration":23762,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/visitAfter.js"}},{"traceId":"2e751b98748067a4","parentId":"69746c6d73376139","name":"read-resource","id":"3337306d77397365","timestamp":186611155,"duration":23721,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"346d7633646a7274","name":"build-module-js","id":"69746c6d73376139","timestamp":186611128,"duration":24062,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/x.js"}},{"traceId":"2e751b98748067a4","parentId":"3775647172613339","name":"read-resource","id":"6464797937697036","timestamp":186611198,"duration":24022,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"3775647172613339","timestamp":186611173,"duration":25246,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/add.js"}},{"traceId":"2e751b98748067a4","parentId":"7663397871686669","name":"read-resource","id":"65676e6d6370396f","timestamp":186611248,"duration":25205,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"7663397871686669","timestamp":186611217,"duration":26059,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/cover.js"}},{"traceId":"2e751b98748067a4","parentId":"77326b6534713563","name":"read-resource","id":"627a633061637476","timestamp":186611294,"duration":26014,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"77326b6534713563","timestamp":186611268,"duration":26356,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/data.js"}},{"traceId":"2e751b98748067a4","parentId":"63333031736a3562","name":"read-resource","id":"6471727677766136","timestamp":186611341,"duration":26312,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"63333031736a3562","timestamp":186611314,"duration":26810,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/extent.js"}},{"traceId":"2e751b98748067a4","parentId":"32746c6267763636","name":"read-resource","id":"6872626c77767239","timestamp":186611386,"duration":26771,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"32746c6267763636","timestamp":186611360,"duration":41330,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/find.js"}},{"traceId":"2e751b98748067a4","parentId":"3461686a6b726570","name":"read-resource","id":"7569736162626e37","timestamp":186611434,"duration":41303,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"3461686a6b726570","timestamp":186611407,"duration":42355,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/remove.js"}},{"traceId":"2e751b98748067a4","parentId":"6463723062396238","name":"read-resource","id":"3672633276757639","timestamp":186611479,"duration":42320,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"6463723062396238","timestamp":186611452,"duration":42589,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/root.js"}},{"traceId":"2e751b98748067a4","parentId":"39776b3873753936","name":"read-resource","id":"717834347464736d","timestamp":186611530,"duration":42540,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"39776b3873753936","timestamp":186611498,"duration":42871,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/size.js"}},{"traceId":"2e751b98748067a4","parentId":"676f636665693230","name":"read-resource","id":"796837746e646e63","timestamp":186611590,"duration":42810,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"676f636665693230","timestamp":186611561,"duration":43501,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/visit.js"}},{"traceId":"2e751b98748067a4","parentId":"316b326b6f763370","name":"read-resource","id":"72636371386d7330","timestamp":186611635,"duration":43461,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"316b326b6f763370","timestamp":186611609,"duration":44301,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/visitAfter.js"}},{"traceId":"2e751b98748067a4","parentId":"3978717a6c32356a","name":"read-resource","id":"64627939687a7134","timestamp":186611684,"duration":44260,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"3978717a6c32356a","timestamp":186611653,"duration":44633,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/x.js"}},{"traceId":"2e751b98748067a4","parentId":"64706a646236616e","name":"read-resource","id":"306e61683971396e","timestamp":186611730,"duration":44589,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"64706a646236616e","timestamp":186611703,"duration":44943,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/y.js"}},{"traceId":"2e751b98748067a4","parentId":"6e6a637535326664","name":"read-resource","id":"73626b37326b6e63","timestamp":186611775,"duration":44903,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a3637766a6f32","name":"build-module-js","id":"6e6a637535326664","timestamp":186611749,"duration":45231,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/z.js"}},{"traceId":"2e751b98748067a4","parentId":"7475717338647464","name":"read-resource","id":"3479787430767178","timestamp":186619161,"duration":41730,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6265377577726868","name":"build-module-js","id":"7475717338647464","timestamp":186619099,"duration":42387,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/exponent.js"}},{"traceId":"2e751b98748067a4","parentId":"32796d69756f3275","name":"read-resource","id":"3167737931746934","timestamp":186619239,"duration":42283,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6265377577726868","name":"build-module-js","id":"32796d69756f3275","timestamp":186619203,"duration":42790,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatGroup.js"}},{"traceId":"2e751b98748067a4","parentId":"787662616f727732","name":"read-resource","id":"6262676b33677632","timestamp":186619303,"duration":42721,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6265377577726868","name":"build-module-js","id":"787662616f727732","timestamp":186619272,"duration":43051,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatNumerals.js"}},{"traceId":"2e751b98748067a4","parentId":"396669396a646a35","name":"read-resource","id":"3378346f31756c7a","timestamp":186619401,"duration":42952,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6265377577726868","name":"build-module-js","id":"396669396a646a35","timestamp":186619374,"duration":43520,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatTypes.js"}},{"traceId":"2e751b98748067a4","parentId":"3438316333387673","name":"read-resource","id":"6132696939637676","timestamp":186619449,"duration":43478,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6265377577726868","name":"build-module-js","id":"3438316333387673","timestamp":186619422,"duration":44243,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatPrefixAuto.js"}},{"traceId":"2e751b98748067a4","parentId":"653931627679386f","name":"read-resource","id":"316c753371786235","timestamp":186619351,"duration":44346,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6265377577726868","name":"build-module-js","id":"653931627679386f","timestamp":186619324,"duration":44833,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatTrim.js"}},{"traceId":"2e751b98748067a4","parentId":"6d327136376e6d64","name":"read-resource","id":"3770326172657473","timestamp":186619642,"duration":44543,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6265377577726868","name":"build-module-js","id":"6d327136376e6d64","timestamp":186619469,"duration":44954,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/identity.js"}},{"traceId":"2e751b98748067a4","parentId":"616d6c7064753962","name":"read-resource","id":"6a6e756472613279","timestamp":186619728,"duration":44731,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"356336386f393831","name":"build-module-js","id":"616d6c7064753962","timestamp":186619681,"duration":45233,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/duration.js"}},{"traceId":"2e751b98748067a4","parentId":"6b65713167666579","name":"read-resource","id":"76736e7965783530","timestamp":186619784,"duration":45165,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"636d62696d6f3035","name":"build-module-js","id":"6b65713167666579","timestamp":186619754,"duration":45417,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/constant.js"}},{"traceId":"2e751b98748067a4","parentId":"7a376563656e6175","name":"read-resource","id":"716a636369327961","timestamp":186619834,"duration":45361,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"66366a616a646271","name":"build-module-js","id":"7a376563656e6175","timestamp":186619806,"duration":45958,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/color.js"}},{"traceId":"2e751b98748067a4","parentId":"756c306a30627764","name":"read-resource","id":"3969683063636c72","timestamp":186624602,"duration":46635,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"67346637776c6a69","name":"build-module-js","id":"756c306a30627764","timestamp":186624510,"duration":47056,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/quad.js"}},{"traceId":"2e751b98748067a4","parentId":"377763646d643179","name":"read-resource","id":"7831376866686d62","timestamp":186659712,"duration":13827,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6666793166646b61","name":"build-module-js","id":"377763646d643179","timestamp":186659635,"duration":14637,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/transform/parse.js"}},{"traceId":"2e751b98748067a4","parentId":"6b77383238337777","name":"read-resource","id":"67677469787a3833","timestamp":186670469,"duration":5743,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"76706263796d6f64","name":"build-module-js","id":"6b77383238337777","timestamp":186670406,"duration":9293,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/color.js"}},{"traceId":"2e751b98748067a4","parentId":"787538386837746d","name":"read-resource","id":"343239657673756c","timestamp":186670550,"duration":9182,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"76706263796d6f64","name":"build-module-js","id":"787538386837746d","timestamp":186670514,"duration":11197,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/lab.js"}},{"traceId":"2e751b98748067a4","parentId":"6d696b6d6665686b","name":"read-resource","id":"6632617372396235","timestamp":186670608,"duration":11133,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"76706263796d6f64","name":"build-module-js","id":"6d696b6d6665686b","timestamp":186670577,"duration":12429,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/cubehelix.js"}},{"traceId":"2e751b98748067a4","parentId":"63363474306f7a66","name":"read-resource","id":"7362793072763366","timestamp":186672018,"duration":12406,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"63363474306f7a66","timestamp":186671958,"duration":13197,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/value.js"}},{"traceId":"2e751b98748067a4","parentId":"6163396267627076","name":"read-resource","id":"6b63317462657269","timestamp":186672086,"duration":13101,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"6163396267627076","timestamp":186672051,"duration":13736,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/array.js"}},{"traceId":"2e751b98748067a4","parentId":"696e697965677264","name":"read-resource","id":"62316a7769623333","timestamp":186672142,"duration":13677,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"696e697965677264","timestamp":186672111,"duration":14241,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/basis.js"}},{"traceId":"2e751b98748067a4","parentId":"737963637775307a","name":"read-resource","id":"6963766a6977736a","timestamp":186672192,"duration":14192,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"737963637775307a","timestamp":186672164,"duration":14622,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/basisClosed.js"}},{"traceId":"2e751b98748067a4","parentId":"336c756532786868","name":"read-resource","id":"6d32786b72777538","timestamp":186672241,"duration":14576,"tags":{}}]
|
|
33
|
+
[{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"336c756532786868","timestamp":186672213,"duration":15281,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/date.js"}},{"traceId":"2e751b98748067a4","parentId":"61617730756b787a","name":"read-resource","id":"7179786961736237","timestamp":186672287,"duration":15239,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"61617730756b787a","timestamp":186672261,"duration":15615,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/discrete.js"}},{"traceId":"2e751b98748067a4","parentId":"7932796e627a3739","name":"read-resource","id":"7731677077356c63","timestamp":186672342,"duration":15563,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"7932796e627a3739","timestamp":186672308,"duration":16015,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/hue.js"}},{"traceId":"2e751b98748067a4","parentId":"736d7533646c7664","name":"read-resource","id":"7939376a666b3363","timestamp":186672390,"duration":15989,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"736d7533646c7664","timestamp":186672362,"duration":16361,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/number.js"}},{"traceId":"2e751b98748067a4","parentId":"6e3074733333386b","name":"read-resource","id":"307a6e6673373031","timestamp":186672437,"duration":16317,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"6e3074733333386b","timestamp":186672409,"duration":16944,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/numberArray.js"}},{"traceId":"2e751b98748067a4","parentId":"646a3138396e3979","name":"read-resource","id":"6979707476307a37","timestamp":186672481,"duration":16908,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"646a3138396e3979","timestamp":186672455,"duration":17633,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/object.js"}},{"traceId":"2e751b98748067a4","parentId":"346c633339633369","name":"read-resource","id":"7a6f30677671746a","timestamp":186672553,"duration":17572,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"346c633339633369","timestamp":186672500,"duration":18048,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/round.js"}},{"traceId":"2e751b98748067a4","parentId":"7064716a71363769","name":"read-resource","id":"6d766d3435613373","timestamp":186672606,"duration":17975,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"7064716a71363769","timestamp":186672575,"duration":18938,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/string.js"}},{"traceId":"2e751b98748067a4","parentId":"6b776c6364376e35","name":"read-resource","id":"31786a776e663562","timestamp":186672674,"duration":18873,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"6b776c6364376e35","timestamp":186672645,"duration":19796,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/zoom.js"}},{"traceId":"2e751b98748067a4","parentId":"7637717779646f6e","name":"read-resource","id":"7234696f67693064","timestamp":186672721,"duration":19753,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"7637717779646f6e","timestamp":186672694,"duration":20720,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/rgb.js"}},{"traceId":"2e751b98748067a4","parentId":"346430696b6d6e70","name":"read-resource","id":"6c73796466787678","timestamp":186672773,"duration":20674,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"346430696b6d6e70","timestamp":186672740,"duration":21369,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/hsl.js"}},{"traceId":"2e751b98748067a4","parentId":"6c3261326a65736e","name":"read-resource","id":"643473756569626b","timestamp":186672821,"duration":21321,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"6c3261326a65736e","timestamp":186672794,"duration":21834,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/lab.js"}},{"traceId":"2e751b98748067a4","parentId":"6571336d62783630","name":"read-resource","id":"70666f7374306369","timestamp":186672867,"duration":21794,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"6571336d62783630","timestamp":186672841,"duration":22426,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/hcl.js"}},{"traceId":"2e751b98748067a4","parentId":"65786a7979727738","name":"read-resource","id":"69686c7539723471","timestamp":186672913,"duration":22386,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"65786a7979727738","timestamp":186672886,"duration":23109,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/cubehelix.js"}},{"traceId":"2e751b98748067a4","parentId":"767733677a79636f","name":"read-resource","id":"31386a6c35737134","timestamp":186672958,"duration":23075,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"767733677a79636f","timestamp":186672932,"duration":23762,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/piecewise.js"}},{"traceId":"2e751b98748067a4","parentId":"6d3137626331717a","name":"read-resource","id":"617639383262356d","timestamp":186673003,"duration":23722,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"6d3137626331717a","timestamp":186672977,"duration":24162,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/quantize.js"}},{"traceId":"2e751b98748067a4","parentId":"3970753463367439","name":"read-resource","id":"6e6f756561303663","timestamp":186683777,"duration":17766,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"776463786c61326b","name":"build-module-js","id":"3970753463367439","timestamp":186683712,"duration":18903,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/transform/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6d63663474716e31","name":"read-resource","id":"646a68353468396e","timestamp":186683857,"duration":18807,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"667a733131316a63","name":"build-module-js","id":"6d63663474716e31","timestamp":186683821,"duration":19131,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/case-sensitive-transform.js"}},{"traceId":"2e751b98748067a4","parentId":"7465783366326c69","name":"read-resource","id":"6d36717a34683136","timestamp":186683916,"duration":19104,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7475717338647464","name":"build-module-js","id":"7465783366326c69","timestamp":186683884,"duration":21597,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatDecimal.js"}},{"traceId":"2e751b98748067a4","parentId":"6536653375736630","name":"read-resource","id":"6e737161347a646d","timestamp":186683969,"duration":21547,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"396669396a646a35","name":"build-module-js","id":"6536653375736630","timestamp":186683940,"duration":22002,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatRounded.js"}},{"traceId":"2e751b98748067a4","parentId":"6861397378757631","name":"read-resource","id":"37756a3762776739","timestamp":186699003,"duration":16361,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"326a6b7836367435","name":"build-module-js","id":"6861397378757631","timestamp":186698944,"duration":16732,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/half.js"}},{"traceId":"2e751b98748067a4","parentId":"62647570346f6962","name":"read-resource","id":"6275353076773768","timestamp":186699086,"duration":16620,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"32746c6267763636","name":"build-module-js","id":"62647570346f6962","timestamp":186699049,"duration":16959,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/octant.js"}},{"traceId":"2e751b98748067a4","parentId":"356d753430736530","name":"read-resource","id":"33357a7a6969727a","timestamp":186714521,"duration":3007,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"377763646d643179","name":"build-module-js","id":"356d753430736530","timestamp":186714464,"duration":3646,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/transform/decompose.js"}},{"traceId":"2e751b98748067a4","parentId":"6f68396b71743137","name":"read-resource","id":"6a6d363439727578","timestamp":186714605,"duration":3535,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6b77383238337777","name":"build-module-js","id":"6f68396b71743137","timestamp":186714569,"duration":3948,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/define.js"}},{"traceId":"2e751b98748067a4","parentId":"366773706561346e","name":"read-resource","id":"706d676f646c6570","timestamp":186714680,"duration":3870,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"787538386837746d","name":"build-module-js","id":"366773706561346e","timestamp":186714649,"duration":4185,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/math.js"}},{"traceId":"2e751b98748067a4","parentId":"3261623669733268","name":"read-resource","id":"737570396e6f6678","timestamp":186716695,"duration":3220,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63363474306f7a66","name":"build-module-js","id":"3261623669733268","timestamp":186716633,"duration":3546,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/constant.js"}},{"traceId":"2e751b98748067a4","parentId":"336c653537356f67","name":"read-resource","id":"6c62786a38676331","timestamp":186716765,"duration":3449,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7932796e627a3739","name":"build-module-js","id":"336c653537356f67","timestamp":186716729,"duration":4359,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/color.js"}},{"traceId":"2e751b98748067a4","parentId":"746634337437716c","name":"read-resource","id":"736937703938686e","timestamp":186719008,"duration":2649,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3970753463367439","name":"build-module-js","id":"746634337437716c","timestamp":186718943,"duration":3324,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/transform/parse.js"}},{"traceId":"2e751b98748067a4","parentId":"797278783135686c","name":"read-resource","id":"36786c3564613467","timestamp":186722831,"duration":1227,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7975626f68373279","name":"build-module-js","id":"797278783135686c","timestamp":186722776,"duration":1678,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/xtend/immutable.js"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"6d7563713768306b","timestamp":174510394,"duration":12214324,"tags":{"request":"next-client-pages-loader?page=%2Fevents%2F%5Bname%5D&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"77367a3732326275","name":"read-resource","id":"76396e3837617a78","timestamp":186723932,"duration":865,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"746634337437716c","name":"build-module-js","id":"77367a3732326275","timestamp":186723879,"duration":1480,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/transform/decompose.js"}},{"traceId":"2e751b98748067a4","parentId":"62316b3766776b72","name":"read-resource","id":"6863336676656b39","timestamp":186724655,"duration":7625,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"636d62696d6f3035","name":"build-module-js","id":"62316b3766776b72","timestamp":186724600,"duration":8145,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/index.js"}},{"traceId":"2e751b98748067a4","parentId":"6b37737677726630","name":"read-resource","id":"67756d307a767176","timestamp":186735552,"duration":400,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62316b3766776b72","name":"build-module-js","id":"6b37737677726630","timestamp":186735499,"duration":3791,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/color.js"}},{"traceId":"2e751b98748067a4","parentId":"726b797273636161","name":"read-resource","id":"6b6e667169376961","timestamp":186735764,"duration":3803,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62316b3766776b72","name":"build-module-js","id":"726b797273636161","timestamp":186735718,"duration":5830,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/lab.js"}},{"traceId":"2e751b98748067a4","parentId":"39376a61366e3639","name":"read-resource","id":"6a3532776f696a31","timestamp":186735826,"duration":6390,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62316b3766776b72","name":"build-module-js","id":"39376a61366e3639","timestamp":186735793,"duration":7563,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/cubehelix.js"}},{"traceId":"2e751b98748067a4","parentId":"657175627331636b","name":"read-resource","id":"7875717a79727735","timestamp":186744586,"duration":289,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6b37737677726630","name":"build-module-js","id":"657175627331636b","timestamp":186744502,"duration":937,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/define.js"}},{"traceId":"2e751b98748067a4","parentId":"76766a786d7a7736","name":"read-resource","id":"34676e6167723237","timestamp":186744790,"duration":768,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"726b797273636161","name":"build-module-js","id":"76766a786d7a7736","timestamp":186744742,"duration":1176,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/math.js"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"add-entry","id":"7777693165346267","timestamp":174510526,"duration":12235492,"tags":{"request":"next-client-pages-loader?page=%2Foverview&absolutePagePath=private-next-pages%2Foverview.tsx!"}},{"traceId":"2e751b98748067a4","parentId":"62396b6f6a396b69","name":"make","id":"7036363368707463","timestamp":174509031,"duration":12237303,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"webpack-compilation-chunk-graph","id":"70777a3865657075","timestamp":186918445,"duration":107823,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"webpack-compilation-optimize-modules","id":"6666756c7a766869","timestamp":187026468,"duration":260,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"webpack-compilation-optimize-chunks","id":"6f7567336e37716d","timestamp":187026873,"duration":103199,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"webpack-compilation-optimize-tree","id":"736d73696c766a31","timestamp":187130229,"duration":201,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"webpack-compilation-optimize","id":"63303867356d6837","timestamp":187026386,"duration":167357,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"webpack-compilation-hash","id":"6177396b356c796d","timestamp":187911414,"duration":15917,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"NextJsBuildManifest-generateClientManifest","id":"6b70763339747974","timestamp":187959890,"duration":2163,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"NextJsBuildManifest-createassets","id":"386262336f357766","timestamp":187958657,"duration":3416,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"6c726e646563316b","timestamp":188029601,"duration":1738511,"tags":{"name":"static/chunks/main-4a8849624a384858.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"7768387832736333","timestamp":189768185,"duration":214820,"tags":{"name":"static/chunks/pages/_app-83b4d0a735f793b8.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"6469323232796672","timestamp":189983050,"duration":106744,"tags":{"name":"static/chunks/pages/events-82721b1467b1503e.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"7662617430317779","timestamp":190089840,"duration":6971,"tags":{"name":"static/chunks/pages/events/[name]-2c7cf684bbc781f0.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"38776b796e6d6b74","timestamp":190096849,"duration":46620,"tags":{"name":"static/chunks/pages/events/[name]/logs-f02c3de0dd5c2500.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"6f6c316e3268616e","timestamp":190143511,"duration":12298,"tags":{"name":"static/chunks/pages/events/[name]/v/[version]-c33efc74113cce3b.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"356166666d797439","timestamp":190155847,"duration":9655,"tags":{"name":"static/chunks/pages/index-970b85d101808db3.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"33726c6365623930","timestamp":190165525,"duration":86548,"tags":{"name":"static/chunks/pages/overview-77df3f0a0152acfd.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"7a6877306b746569","timestamp":190252115,"duration":40342,"tags":{"name":"static/chunks/pages/services-1cbaecb6ad00288d.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"6f746f63346e7767","timestamp":190292499,"duration":213601,"tags":{"name":"static/chunks/pages/services/[name]-1dbfdd86ee73c966.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"3636796f6b756f63","timestamp":190506145,"duration":53774,"tags":{"name":"static/chunks/pages/users/[id]-387c1dd23aca2024.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"376a6b3137723536","timestamp":190559962,"duration":4461,"tags":{"name":"static/chunks/pages/_error-469acf3290282b3e.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"32337a6739336d34","timestamp":190564456,"duration":41478,"tags":{"name":"static/chunks/webpack-a611d80f30c10438.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"7930757571366c70","timestamp":190605967,"duration":2118038,"tags":{"name":"static/chunks/638.7e47dc1618867a1a.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"6f69743578376b36","timestamp":192724048,"duration":1330546,"tags":{"name":"static/chunks/framework-528093376f4e5e05.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"6b6c713268793672","timestamp":194054639,"duration":7692633,"tags":{"name":"static/chunks/176cb4e4-e1f0a4f32e5291f9.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"726979367a6b676b","timestamp":201747326,"duration":3030797,"tags":{"name":"static/chunks/020d8314.0178688c02054823.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"33717a3877723134","timestamp":204778167,"duration":146630,"tags":{"name":"static/chunks/519-c912e1c4f96a15cb.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"376530316a747a66","timestamp":204924841,"duration":132277,"tags":{"name":"static/chunks/962-7acae8f015718778.js","cache":"MISS"}}]
|
|
34
|
+
[{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"79756a6f6e676a70","timestamp":205057588,"duration":1380434,"tags":{"name":"static/chunks/236-191433030ab23879.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"32303271616f6966","timestamp":206438070,"duration":167595,"tags":{"name":"static/chunks/274-805846a3990a67a3.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"3735693872686478","timestamp":206605712,"duration":1294773,"tags":{"name":"static/chunks/364-1ea39bdd3340d53c.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"626b6a787172306c","timestamp":207900552,"duration":32935,"tags":{"name":"static/chunks/336-8e93d91001158dd5.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"316f356474747970","timestamp":207933531,"duration":67722,"tags":{"name":"static/chunks/873-b3c9e5a140b02e5e.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"793975686f696138","timestamp":208001295,"duration":1712,"tags":{"name":"static/GO7PDn76JCRlDAck_gipD/_ssgManifest.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"673973796e367a33","timestamp":208003039,"duration":1095,"tags":{"name":"static/GO7PDn76JCRlDAck_gipD/_middlewareManifest.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"6263686272793832","name":"minify-js","id":"7277666f66397968","timestamp":208004156,"duration":2705,"tags":{"name":"static/GO7PDn76JCRlDAck_gipD/_buildManifest.js","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"terser-webpack-plugin-optimize","id":"6263686272793832","timestamp":187962477,"duration":20082819,"tags":{"compilationName":"client"}},{"traceId":"2e751b98748067a4","parentId":"686366746f633131","name":"minify-css","id":"6671763572636d32","timestamp":208046164,"duration":468792,"tags":{"file":"static/css/1ccd4f988a78e3cd.css","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"686366746f633131","name":"minify-css","id":"79376a3373633532","timestamp":208046297,"duration":468669,"tags":{"file":"static/css/fe86c74d88c9fdf4.css","cache":"MISS"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"css-minimizer-plugin","id":"686366746f633131","timestamp":208045623,"duration":469347,"tags":{"webpackVersion":"5"}},{"traceId":"2e751b98748067a4","parentId":"79357a7669337332","name":"webpack-compilation-seal","id":"377731633576756e","timestamp":186856272,"duration":21698998,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62396b6f6a396b69","name":"webpack-compilation","id":"79357a7669337332","timestamp":174490627,"duration":34065127,"tags":{"name":"client"}},{"traceId":"2e751b98748067a4","parentId":"62396b6f6a396b69","name":"emit","id":"6e6a65793166717a","timestamp":208556313,"duration":9446,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62396b6f6a396b69","name":"webpack-close","id":"6132617764393773","timestamp":208566694,"duration":1630619,"tags":{"name":"client"}},{"traceId":"2e751b98748067a4","parentId":"6132617764393773","name":"webpack-generate-error-stats","id":"636a766d366a6775","timestamp":210197413,"duration":3457,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"next-trace-entrypoint-plugin","id":"7334737a7238366d","timestamp":210215761,"duration":1685,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"706f633474777778","name":"next-swc-transform","id":"74756b3164643672","timestamp":210286160,"duration":34580,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62333978326f346c","name":"next-swc-loader","id":"706f633474777778","timestamp":210286057,"duration":34694,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-tsx","id":"62333978326f346c","timestamp":210256904,"duration":65775,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/_app.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6872796b74346266","name":"next-swc-transform","id":"7a657376726e6535","timestamp":210288052,"duration":35224,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6b66717675743734","name":"next-swc-loader","id":"6872796b74346266","timestamp":210287994,"duration":35290,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-tsx","id":"6b66717675743734","timestamp":210259284,"duration":66154,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/overview.tsx"}},{"traceId":"2e751b98748067a4","parentId":"69396f7a36723962","name":"next-swc-transform","id":"743837707075346e","timestamp":210288906,"duration":36564,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6865766e386f7161","name":"next-swc-loader","id":"69396f7a36723962","timestamp":210288859,"duration":36615,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-tsx","id":"6865766e386f7161","timestamp":210260331,"duration":65854,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/index.tsx"}},{"traceId":"2e751b98748067a4","parentId":"686a666d73343334","name":"next-swc-transform","id":"706b653238786538","timestamp":210289799,"duration":36417,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"386f6a3638306d74","name":"next-swc-loader","id":"686a666d73343334","timestamp":210289749,"duration":36470,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-tsx","id":"386f6a3638306d74","timestamp":210261328,"duration":66610,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6d6e353033767967","name":"next-swc-transform","id":"33706f7a776d716b","timestamp":210291429,"duration":36545,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"73357761316e7a70","name":"next-swc-loader","id":"6d6e353033767967","timestamp":210291389,"duration":36588,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-tsx","id":"73357761316e7a70","timestamp":210263546,"duration":67285,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/logs.tsx"}},{"traceId":"2e751b98748067a4","parentId":"61636d7436703874","name":"next-swc-transform","id":"7930786863626839","timestamp":210292225,"duration":38636,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6871707162366832","name":"next-swc-loader","id":"61636d7436703874","timestamp":210292185,"duration":38679,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-tsx","id":"6871707162366832","timestamp":210264837,"duration":67281,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/v/[version].tsx"}},{"traceId":"2e751b98748067a4","parentId":"6464693261756963","name":"next-swc-transform","id":"3363623866683077","timestamp":210287041,"duration":54607,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a656b6e346c7a77","name":"next-swc-loader","id":"6464693261756963","timestamp":210286984,"duration":54671,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-tsx","id":"6a656b6e346c7a77","timestamp":210258258,"duration":87265,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events.tsx"}},{"traceId":"2e751b98748067a4","parentId":"317477676d657273","name":"next-swc-transform","id":"6d783565356a6f6e","timestamp":210290634,"duration":54925,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3367676a34306676","name":"next-swc-loader","id":"317477676d657273","timestamp":210290577,"duration":54986,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-tsx","id":"3367676a34306676","timestamp":210262573,"duration":89067,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name].tsx"}},{"traceId":"2e751b98748067a4","parentId":"7061367267793363","name":"next-swc-transform","id":"64626673746d727a","timestamp":210294748,"duration":56928,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"37793835316a6736","name":"next-swc-loader","id":"7061367267793363","timestamp":210294707,"duration":56972,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-js","id":"37793835316a6736","timestamp":210267810,"duration":84983,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/api/event/[name]/download.js"}},{"traceId":"2e751b98748067a4","parentId":"746272623172346e","name":"next-swc-transform","id":"706b787079766d6e","timestamp":210295564,"duration":57278,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d716d6a73787770","name":"next-swc-loader","id":"746272623172346e","timestamp":210295515,"duration":57330,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-js","id":"6d716d6a73787770","timestamp":210269663,"duration":85055,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/pages/_error.js"}},{"traceId":"2e751b98748067a4","parentId":"6a696a6a6d6a6167","name":"next-swc-transform","id":"79316a6e6c306564","timestamp":210293957,"duration":60804,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7979743476676f76","name":"next-swc-loader","id":"6a696a6a6d6a6167","timestamp":210293916,"duration":60848,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-tsx","id":"7979743476676f76","timestamp":210266859,"duration":90802,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/users/[id].tsx"}},{"traceId":"2e751b98748067a4","parentId":"6631326479703278","name":"next-swc-transform","id":"396f7a34366c6d67","timestamp":210293154,"duration":64539,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d70347164756166","name":"next-swc-loader","id":"6631326479703278","timestamp":210293110,"duration":64586,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-tsx","id":"6d70347164756166","timestamp":210265875,"duration":93977,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services/[name].tsx"}},{"traceId":"2e751b98748067a4","parentId":"387938697672646b","name":"next-swc-transform","id":"6b326370616f6e31","timestamp":210296359,"duration":63535,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3669303770667169","name":"next-swc-loader","id":"387938697672646b","timestamp":210296319,"duration":63579,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"build-module-js","id":"3669303770667169","timestamp":210270596,"duration":101224,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/pages/_document.js"}},{"traceId":"2e751b98748067a4","parentId":"62333978326f346c","name":"build-module-react/jsx-runtime","id":"72386135306f666e","timestamp":210383521,"duration":544,"tags":{"name":"react/jsx-runtime"}},{"traceId":"2e751b98748067a4","parentId":"6b66717675743734","name":"build-module-react","id":"6f6d667178717932","timestamp":210384116,"duration":34,"tags":{"name":"react"}},{"traceId":"2e751b98748067a4","parentId":"3669303770667169","name":"build-module-/server/get-page-files","id":"6f3634656c76346c","timestamp":210403117,"duration":44,"tags":{"name":"../server/get-page-files"}},{"traceId":"2e751b98748067a4","parentId":"3669303770667169","name":"build-module-/server/utils","id":"326567336e747238","timestamp":210403188,"duration":19,"tags":{"name":"../server/utils"}},{"traceId":"2e751b98748067a4","parentId":"3669303770667169","name":"build-module-/server/htmlescape","id":"78676f3662656d74","timestamp":210403224,"duration":15,"tags":{"name":"../server/htmlescape"}},{"traceId":"2e751b98748067a4","parentId":"3878706f62797373","name":"next-swc-transform","id":"6272326377697676","timestamp":210406144,"duration":6705,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a317162747532","name":"next-swc-loader","id":"3878706f62797373","timestamp":210406079,"duration":6777,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3669303770667169","name":"build-module-js","id":"767a317162747532","timestamp":210403276,"duration":16359,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/script.js"}},{"traceId":"2e751b98748067a4","parentId":"6d716d6a73787770","name":"build-module-/shared/lib/head","id":"616b646c6b793870","timestamp":210426846,"duration":47,"tags":{"name":"../shared/lib/head"}},{"traceId":"2e751b98748067a4","parentId":"3669303770667169","name":"build-module-/shared/lib/constants","id":"6c6a62726138396a","timestamp":210426924,"duration":30,"tags":{"name":"../shared/lib/constants"}},{"traceId":"2e751b98748067a4","parentId":"3669303770667169","name":"build-module-/shared/lib/utils","id":"793771693539666e","timestamp":210426968,"duration":16,"tags":{"name":"../shared/lib/utils"}},{"traceId":"2e751b98748067a4","parentId":"3377746331346369","name":"read-resource","id":"3637337638693034","timestamp":210404882,"duration":29911,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3669303770667169","name":"build-module-js","id":"3377746331346369","timestamp":210404643,"duration":30837,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/lib/is-error.js"}},{"traceId":"2e751b98748067a4","parentId":"6f70706e31706431","name":"next-swc-transform","id":"6f626e3578313534","timestamp":210428819,"duration":6706,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"753767736b6f6476","name":"next-swc-loader","id":"6f70706e31706431","timestamp":210428763,"duration":6765,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d70347164756166","name":"build-module-js","id":"753767736b6f6476","timestamp":210425196,"duration":10834,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/eventcatalog.config.js"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"717173613874326a","timestamp":210222350,"duration":214061,"tags":{"request":"next/dist/pages/_error"}},{"traceId":"2e751b98748067a4","parentId":"767a317162747532","name":"build-module-/shared/lib/head-manager-context","id":"7471747768303532","timestamp":210487988,"duration":40,"tags":{"name":"../shared/lib/head-manager-context"}},{"traceId":"2e751b98748067a4","parentId":"737a6b743232386f","name":"next-swc-transform","id":"637662736f6b3171","timestamp":210490705,"duration":8129,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7239697033636e6e","name":"next-swc-loader","id":"737a6b743232386f","timestamp":210490644,"duration":8198,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a317162747532","name":"build-module-js","id":"7239697033636e6e","timestamp":210485838,"duration":20320,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/head-manager.js"}},{"traceId":"2e751b98748067a4","parentId":"6762656869733831","name":"next-swc-transform","id":"7562377764673862","timestamp":210491575,"duration":14632,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d74367566613564","name":"next-swc-loader","id":"6762656869733831","timestamp":210491530,"duration":14681,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"767a317162747532","name":"build-module-js","id":"6d74367566613564","timestamp":210486976,"duration":20067,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/request-idle-callback.js"}},{"traceId":"2e751b98748067a4","parentId":"6c72693471643767","name":"read-resource","id":"32356f6630346c38","timestamp":210483173,"duration":29525,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6b66717675743734","name":"build-module-js","id":"6c72693471643767","timestamp":210482946,"duration":30072,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dynamic.js"}},{"traceId":"2e751b98748067a4","parentId":"6f33776a70746b77","name":"read-resource","id":"3263616b79753138","timestamp":210483291,"duration":29759,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6865766e386f7161","name":"build-module-js","id":"6f33776a70746b77","timestamp":210483231,"duration":30035,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/link.js"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"6a696c7869716762","timestamp":210222357,"duration":291733,"tags":{"request":"next/dist/pages/_document"}},{"traceId":"2e751b98748067a4","parentId":"62333978326f346c","name":"build-module-next/head","id":"696670717233746d","timestamp":210515064,"duration":31,"tags":{"name":"next/head"}},{"traceId":"2e751b98748067a4","parentId":"6b66717675743734","name":"build-module-react-dom/server","id":"326133666a786e78","timestamp":210543058,"duration":48,"tags":{"name":"react-dom/server"}},{"traceId":"2e751b98748067a4","parentId":"3235333072763568","name":"read-resource","id":"70676e716c786a6e","timestamp":210558270,"duration":177,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62333978326f346c","name":"build-module-css","id":"3235333072763568","timestamp":210557654,"duration":1081,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/styles/globals.css"}},{"traceId":"2e751b98748067a4","parentId":"37793835316a6736","name":"build-module-fs","id":"726177616f643266","timestamp":210560895,"duration":38,"tags":{"name":"fs"}},{"traceId":"2e751b98748067a4","parentId":"37793835316a6736","name":"build-module-path","id":"7238723466686c6b","timestamp":210560978,"duration":16,"tags":{"name":"path"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"356e3733617a3339","timestamp":210222250,"duration":349335,"tags":{"request":"private-next-pages/api/event/[name]/download.js"}},{"traceId":"2e751b98748067a4","parentId":"73357761316e7a70","name":"build-module-diff2html/lib/ui/js/diff2html-ui-slim","id":"6c386c353379796f","timestamp":210571616,"duration":37,"tags":{"name":"diff2html/lib/ui/js/diff2html-ui-slim"}},{"traceId":"2e751b98748067a4","parentId":"646f396731677632","name":"read-resource","id":"63383430336b6f70","timestamp":210558405,"duration":14849,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"73357761316e7a70","name":"build-module-css","id":"646f396731677632","timestamp":210558302,"duration":15194,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/bundles/css/diff2html.min.css"}},{"traceId":"2e751b98748067a4","parentId":"69356e396d686874","name":"next-swc-transform","id":"6d7375326a787231","timestamp":210565399,"duration":8365,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"737661356a637271","name":"next-swc-loader","id":"69356e396d686874","timestamp":210565339,"duration":8430,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f33776a70746b77","name":"build-module-js","id":"737661356a637271","timestamp":210561011,"duration":16090,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/link.js"}},{"traceId":"2e751b98748067a4","parentId":"723862616b707572","name":"next-swc-transform","id":"7371777471783161","timestamp":210566573,"duration":11794,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"676f733038347931","name":"next-swc-loader","id":"723862616b707572","timestamp":210566520,"duration":11853,"tags":{}}]
|
|
35
|
+
[{"traceId":"2e751b98748067a4","parentId":"6c72693471643767","name":"build-module-js","id":"676f733038347931","timestamp":210562200,"duration":20490,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/dynamic.js"}},{"traceId":"2e751b98748067a4","parentId":"73357761316e7a70","name":"build-module-next-mdx-remote","id":"356b7069686c3278","timestamp":210602872,"duration":84,"tags":{"name":"next-mdx-remote"}},{"traceId":"2e751b98748067a4","parentId":"676f733038347931","name":"build-module-/loadable","id":"753473736e6d367a","timestamp":210617449,"duration":39,"tags":{"name":"./loadable"}},{"traceId":"2e751b98748067a4","parentId":"7573677461327975","name":"next-swc-transform","id":"726e393064756e38","timestamp":210606072,"duration":12048,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a72783576727733","name":"next-swc-loader","id":"7573677461327975","timestamp":210606022,"duration":12105,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"737661356a637271","name":"build-module-js","id":"6a72783576727733","timestamp":210601793,"duration":17838,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/use-intersection.js"}},{"traceId":"2e751b98748067a4","parentId":"30727370616d6232","name":"next-swc-transform","id":"317a357a737a6e32","timestamp":210605200,"duration":14468,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f36726c356a7963","name":"next-swc-loader","id":"30727370616d6232","timestamp":210605128,"duration":14543,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"737661356a637271","name":"build-module-js","id":"6f36726c356a7963","timestamp":210600584,"duration":23336,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/router.js"}},{"traceId":"2e751b98748067a4","parentId":"6b66717675743734","name":"build-module-react-force-graph-3d","id":"7834717a6f656e72","timestamp":210624276,"duration":31,"tags":{"name":"react-force-graph-3d"}},{"traceId":"2e751b98748067a4","parentId":"6f33627462617037","name":"next-swc-transform","id":"346f367439396732","timestamp":210630762,"duration":22426,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"next-swc-loader","id":"6f33627462617037","timestamp":210630704,"duration":22496,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"737661356a637271","name":"build-module-js","id":"38617632756b7276","timestamp":210624336,"duration":53341,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/router.js"}},{"traceId":"2e751b98748067a4","parentId":"6f36726c356a7963","name":"build-module-/shared/lib/router-context","id":"326e6a7177696468","timestamp":210689446,"duration":59,"tags":{"name":"../shared/lib/router-context"}},{"traceId":"2e751b98748067a4","parentId":"386f6a3638306d74","name":"build-module-@headlessui/react","id":"3376626938686870","timestamp":210689554,"duration":26,"tags":{"name":"@headlessui/react"}},{"traceId":"2e751b98748067a4","parentId":"6936653536393131","name":"next-swc-transform","id":"776b6179736f6279","timestamp":210691809,"duration":7059,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"696b7a6e74336831","name":"next-swc-loader","id":"6936653536393131","timestamp":210691704,"duration":7171,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f36726c356a7963","name":"build-module-js","id":"696b7a6e74336831","timestamp":210687182,"duration":12444,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/with-router.js"}},{"traceId":"2e751b98748067a4","parentId":"386f6a3638306d74","name":"build-module-@heroicons/react/solid","id":"726e777735763573","timestamp":210706975,"duration":35,"tags":{"name":"@heroicons/react/solid"}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-/server/denormalize-page-path","id":"6164736e72703261","timestamp":210709209,"duration":34,"tags":{"name":"../../../server/denormalize-page-path"}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-/mitt","id":"7678756678737672","timestamp":210709263,"duration":15,"tags":{"name":"../mitt"}},{"traceId":"2e751b98748067a4","parentId":"613478316a736666","name":"next-swc-transform","id":"6f727073386c6e32","timestamp":210718402,"duration":19794,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6569377a6d626438","name":"next-swc-loader","id":"613478316a736666","timestamp":210718344,"duration":19860,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62333978326f346c","name":"build-module-tsx","id":"6569377a6d626438","timestamp":210702018,"duration":37203,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Footer.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6a77317964337732","name":"next-swc-transform","id":"7361386c77686271","timestamp":210717437,"duration":21818,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"716b7774617a6937","name":"next-swc-loader","id":"6a77317964337732","timestamp":210717378,"duration":21880,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62333978326f346c","name":"build-module-tsx","id":"716b7774617a6937","timestamp":210700954,"duration":39191,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Header.tsx"}},{"traceId":"2e751b98748067a4","parentId":"713937666e667879","name":"next-swc-transform","id":"6337657762726975","timestamp":210719241,"duration":20935,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"64396d6838703478","name":"next-swc-loader","id":"713937666e667879","timestamp":210719199,"duration":20981,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3367676a34306676","name":"build-module-tsx","id":"64396d6838703478","timestamp":210702991,"duration":41817,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/BreadCrumbs.tsx"}},{"traceId":"2e751b98748067a4","parentId":"3161726532316934","name":"next-swc-transform","id":"7a726e796177326d","timestamp":210720077,"duration":24788,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"757667647a346b6e","name":"next-swc-loader","id":"3161726532316934","timestamp":210720035,"duration":24833,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3367676a34306676","name":"build-module-tsx","id":"757667647a346b6e","timestamp":210703947,"duration":42267,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/ContentView.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6e63787231747176","name":"next-swc-transform","id":"65797a6165683634","timestamp":210720937,"duration":25308,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6865377739367678","name":"next-swc-loader","id":"6e63787231747176","timestamp":210720894,"duration":25354,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3367676a34306676","name":"build-module-tsx","id":"6865377739367678","timestamp":210705028,"duration":41957,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/SyntaxHighlighter.tsx"}},{"traceId":"2e751b98748067a4","parentId":"3537366662317736","name":"next-swc-transform","id":"70636a6f6b796c70","timestamp":210721757,"duration":25257,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a31657370317276","name":"next-swc-loader","id":"3537366662317736","timestamp":210721716,"duration":25311,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62333978326f346c","name":"build-module-tsx","id":"6a31657370317276","timestamp":210706021,"duration":41776,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/hooks/EventCatalog.tsx"}},{"traceId":"2e751b98748067a4","parentId":"676b646837346a79","name":"next-swc-transform","id":"75753765336e7778","timestamp":210722588,"duration":25241,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7536747835347073","name":"next-swc-loader","id":"676b646837346a79","timestamp":210722546,"duration":25287,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-js","id":"7536747835347073","timestamp":210707041,"duration":41845,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/normalize-trailing-slash.js"}},{"traceId":"2e751b98748067a4","parentId":"7375366574746779","name":"next-swc-transform","id":"3230327761306471","timestamp":210723406,"duration":31920,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6e327a316269616c","name":"next-swc-loader","id":"7375366574746779","timestamp":210723365,"duration":31967,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-js","id":"6e327a316269616c","timestamp":210708214,"duration":50384,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/route-loader.js"}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-/i18n/normalize-locale-path","id":"6737376676326467","timestamp":210759581,"duration":32,"tags":{"name":"../i18n/normalize-locale-path"}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-/utils/is-dynamic","id":"64726c643874676d","timestamp":210759637,"duration":16,"tags":{"name":"./utils/is-dynamic"}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-/utils/parse-relative-url","id":"3276726f64707430","timestamp":210759665,"duration":15,"tags":{"name":"./utils/parse-relative-url"}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-/utils/querystring","id":"69766735386b6330","timestamp":210759691,"duration":12,"tags":{"name":"./utils/querystring"}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-/utils/resolve-rewrites","id":"6930623877766574","timestamp":210759722,"duration":12,"tags":{"name":"./utils/resolve-rewrites"}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-/utils/route-matcher","id":"3139383374617079","timestamp":210759744,"duration":13,"tags":{"name":"./utils/route-matcher"}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-/utils/route-regex","id":"366d736d32723638","timestamp":210759766,"duration":11,"tags":{"name":"./utils/route-regex"}},{"traceId":"2e751b98748067a4","parentId":"38617632756b7276","name":"build-module-/utils/get-middleware-regex","id":"6f3478723234677a","timestamp":210759799,"duration":8,"tags":{"name":"./utils/get-middleware-regex"}},{"traceId":"2e751b98748067a4","parentId":"716d646c6b766463","name":"next-swc-transform","id":"77376f3731777963","timestamp":210787911,"duration":20923,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"78683235746d3735","name":"next-swc-loader","id":"716d646c6b766463","timestamp":210787862,"duration":20984,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a656b6e346c7a77","name":"build-module-tsx","id":"78683235746d3735","timestamp":210776097,"duration":34030,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/EventGrid.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6268373632666239","name":"next-swc-transform","id":"6c62637761316768","timestamp":210789028,"duration":21142,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"736466396473336e","name":"next-swc-loader","id":"6268373632666239","timestamp":210788978,"duration":21195,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6b66717675743734","name":"build-module-ts","id":"736466396473336e","timestamp":210777123,"duration":36620,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/events.ts"}},{"traceId":"2e751b98748067a4","parentId":"7969316274633364","name":"next-swc-transform","id":"6868756e786f6833","timestamp":210787042,"duration":27814,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7768776777613634","name":"next-swc-loader","id":"7969316274633364","timestamp":210786981,"duration":27883,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"386f6a3638306d74","name":"build-module-tsx","id":"7768776777613634","timestamp":210774940,"duration":41022,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/ServiceGrid.tsx"}},{"traceId":"2e751b98748067a4","parentId":"76776a626f787170","name":"next-swc-transform","id":"6f6b376d66756772","timestamp":210789884,"duration":26117,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6835627065723167","name":"next-swc-loader","id":"76776a626f787170","timestamp":210789838,"duration":26165,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"386f6a3638306d74","name":"build-module-ts","id":"6835627065723167","timestamp":210778078,"duration":39518,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/services.ts"}},{"traceId":"2e751b98748067a4","parentId":"6261663065357532","name":"next-swc-transform","id":"6e616f697834756a","timestamp":210803279,"duration":20892,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6569776832336278","name":"next-swc-loader","id":"6261663065357532","timestamp":210803234,"duration":20944,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3367676a34306676","name":"build-module-tsx","id":"6569776832336278","timestamp":210797129,"duration":27773,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Admonition.tsx"}},{"traceId":"2e751b98748067a4","parentId":"776c6f7468646c68","name":"next-swc-transform","id":"7361626b6f396a68","timestamp":210804100,"duration":20839,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"32616e723965366b","name":"next-swc-loader","id":"776c6f7468646c68","timestamp":210804059,"duration":20893,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3367676a34306676","name":"build-module-tsx","id":"32616e723965366b","timestamp":210798126,"duration":27800,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Examples.tsx"}},{"traceId":"2e751b98748067a4","parentId":"7738346770776a65","name":"next-swc-transform","id":"6c35796a6a35696c","timestamp":210802404,"duration":23553,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"356b3231386b6c61","name":"next-swc-loader","id":"7738346770776a65","timestamp":210802353,"duration":23608,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3367676a34306676","name":"build-module-ts","id":"356b3231386b6c61","timestamp":210795982,"duration":31020,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/utils/random-bg.ts"}},{"traceId":"2e751b98748067a4","parentId":"716b7774617a6937","name":"build-module-next/router","id":"6371767936786f72","timestamp":210837048,"duration":32,"tags":{"name":"next/router"}},{"traceId":"2e751b98748067a4","parentId":"6e327a316269616c","name":"build-module-/shared/lib/router/utils/get-asset-path-from-route","id":"6273786874386769","timestamp":210837111,"duration":14,"tags":{"name":"../shared/lib/router/utils/get-asset-path-from-route"}},{"traceId":"2e751b98748067a4","parentId":"3976776b776f6839","name":"next-swc-transform","id":"736c64336f336767","timestamp":210840722,"duration":18248,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"31386e6674396b6b","name":"next-swc-loader","id":"3976776b776f6839","timestamp":210840583,"duration":18394,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3367676a34306676","name":"build-module-tsx","id":"31386e6674396b6b","timestamp":210834090,"duration":27220,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/EventSidebar.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6c6f7678636a356e","name":"next-swc-transform","id":"6c76627934756676","timestamp":210841895,"duration":19777,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7871723931726676","name":"next-swc-loader","id":"6c6f7678636a356e","timestamp":210841842,"duration":19836,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6d70347164756166","name":"build-module-tsx","id":"7871723931726676","timestamp":210835576,"duration":28559,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/ServiceSidebar.tsx"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"7068713038306c72","timestamp":210222175,"duration":642011,"tags":{"request":"private-next-pages/_app.tsx"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"3835626333313833","timestamp":210222310,"duration":642926,"tags":{"request":"private-next-pages/index.tsx"}},{"traceId":"2e751b98748067a4","parentId":"736466396473336e","name":"build-module-next-mdx-remote/serialize","id":"7a68763475796673","timestamp":210880122,"duration":32,"tags":{"name":"next-mdx-remote/serialize"}},{"traceId":"2e751b98748067a4","parentId":"7878776a61693271","name":"next-swc-transform","id":"7966373979386a74","timestamp":210889062,"duration":15767,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"703435793170386d","name":"next-swc-loader","id":"7878776a61693271","timestamp":210889012,"duration":15827,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3367676a34306676","name":"build-module-tsx","id":"703435793170386d","timestamp":210883357,"duration":22489,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/NotFound/index.tsx"}},{"traceId":"2e751b98748067a4","parentId":"636164726a726730","name":"next-swc-transform","id":"3967703579683172","timestamp":210888072,"duration":17828,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7362376636746238","name":"next-swc-loader","id":"636164726a726730","timestamp":210887983,"duration":17920,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"3367676a34306676","name":"build-module-tsx","id":"7362376636746238","timestamp":210882197,"duration":24704,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mermaid/index.tsx"}},{"traceId":"2e751b98748067a4","parentId":"6865377739367678","name":"build-module-react-syntax-highlighter","id":"65756d6862636a6b","timestamp":210915469,"duration":35,"tags":{"name":"react-syntax-highlighter"}},{"traceId":"2e751b98748067a4","parentId":"6865377739367678","name":"build-module-react-syntax-highlighter/dist/cjs/styles/prism/dracula","id":"786f6d6f74396a70","timestamp":210915531,"duration":13,"tags":{"name":"react-syntax-highlighter/dist/cjs/styles/prism/dracula"}},{"traceId":"2e751b98748067a4","parentId":"6865377739367678","name":"build-module-copy-text-to-clipboard","id":"656d34376a773738","timestamp":210915616,"duration":25,"tags":{"name":"copy-text-to-clipboard"}},{"traceId":"2e751b98748067a4","parentId":"78683235746d3735","name":"build-module-@heroicons/react/outline","id":"717437366b6f7264","timestamp":210919288,"duration":28,"tags":{"name":"@heroicons/react/outline"}},{"traceId":"2e751b98748067a4","parentId":"796961666d766437","name":"next-swc-transform","id":"6e7935366b336137","timestamp":210921914,"duration":3904,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"63346c6872667375","name":"next-swc-loader","id":"796961666d766437","timestamp":210921857,"duration":3967,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"736466396473336e","name":"build-module-ts","id":"63346c6872667375","timestamp":210919348,"duration":7598,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/file-reader.ts"}},{"traceId":"2e751b98748067a4","parentId":"736466396473336e","name":"build-module-compare-versions","id":"6977317961686a35","timestamp":210929352,"duration":45,"tags":{"name":"compare-versions"}},{"traceId":"2e751b98748067a4","parentId":"736466396473336e","name":"build-module-diff","id":"74327465766d6235","timestamp":210931270,"duration":24,"tags":{"name":"diff"}},{"traceId":"2e751b98748067a4","parentId":"31386e6674396b6b","name":"build-module-js-file-download","id":"673262776633326c","timestamp":210931319,"duration":11,"tags":{"name":"js-file-download"}}]
|
|
36
|
+
[{"traceId":"2e751b98748067a4","parentId":"703435793170386d","name":"build-module-url","id":"676a3277706f6964","timestamp":210933745,"duration":24,"tags":{"name":"url"}},{"traceId":"2e751b98748067a4","parentId":"7362376636746238","name":"build-module-mermaid","id":"7936636633317070","timestamp":210934615,"duration":23,"tags":{"name":"mermaid"}},{"traceId":"2e751b98748067a4","parentId":"336f62793574686a","name":"next-swc-transform","id":"656772376c343773","timestamp":210937691,"duration":3748,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7473787361777363","name":"next-swc-loader","id":"336f62793574686a","timestamp":210937635,"duration":3810,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7362376636746238","name":"build-module-ts","id":"7473787361777363","timestamp":210935360,"duration":6957,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/graphs.ts"}},{"traceId":"2e751b98748067a4","parentId":"63346c6872667375","name":"build-module-gray-matter","id":"3572356d7a337470","timestamp":210942436,"duration":20,"tags":{"name":"gray-matter"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"73696e6e77393238","timestamp":210222318,"duration":720173,"tags":{"request":"private-next-pages/overview.tsx"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"346b39773462646b","timestamp":210222269,"duration":720233,"tags":{"request":"private-next-pages/events.tsx"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"6d73307471353639","timestamp":210222279,"duration":720228,"tags":{"request":"private-next-pages/events/[name].tsx"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"7064647570706c74","timestamp":210222288,"duration":720224,"tags":{"request":"private-next-pages/events/[name]/logs.tsx"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"74346b356f74796c","timestamp":210222300,"duration":720216,"tags":{"request":"private-next-pages/events/[name]/v/[version].tsx"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"6a6c393931757077","timestamp":210222326,"duration":720195,"tags":{"request":"private-next-pages/services.tsx"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"6d38697877376c33","timestamp":210222334,"duration":720191,"tags":{"request":"private-next-pages/services/[name].tsx"}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"add-entry","id":"33776c6e75627366","timestamp":210222341,"duration":720186,"tags":{"request":"private-next-pages/users/[id].tsx"}},{"traceId":"2e751b98748067a4","parentId":"62396b6f6a396b69","name":"make","id":"3032683238696279","timestamp":210221868,"duration":720849,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7473337167677165","name":"get-entries","id":"6333336170653463","timestamp":210943384,"duration":820,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7473337167677165","name":"node-file-trace","id":"316279736173306f","timestamp":210945443,"duration":414038,"tags":{"traceEntryCount":"13"}},{"traceId":"2e751b98748067a4","parentId":"7473337167677165","name":"collect-traced-files","id":"71786c31717a6c65","timestamp":211359515,"duration":714,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7334737a7238366d","name":"finish-modules","id":"7473337167677165","timestamp":210943193,"duration":417043,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"webpack-compilation-chunk-graph","id":"6f6166696a6c6f31","timestamp":211374132,"duration":4239,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"webpack-compilation-optimize-modules","id":"30616e6a6e716c63","timestamp":211378507,"duration":19,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"webpack-compilation-optimize-chunks","id":"61776d6478326278","timestamp":211378637,"duration":11324,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"webpack-compilation-optimize-tree","id":"676e713634656b6b","timestamp":211390080,"duration":48,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"webpack-compilation-optimize","id":"6837626f74703837","timestamp":211378416,"duration":14678,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"webpack-compilation-hash","id":"646c653438746d6e","timestamp":211433129,"duration":5941,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7334737a7238366d","name":"create-trace-assets","id":"3863357735357931","timestamp":211457703,"duration":531708,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"7a7a6f727a306668","name":"webpack-compilation-seal","id":"3235636733356330","timestamp":211369044,"duration":621330,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62396b6f6a396b69","name":"webpack-compilation","id":"7a7a6f727a306668","timestamp":210215380,"duration":1775161,"tags":{"name":"server"}},{"traceId":"2e751b98748067a4","parentId":"62396b6f6a396b69","name":"emit","id":"6d71666c6267376d","timestamp":211990660,"duration":15238,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"62396b6f6a396b69","name":"webpack-close","id":"71726673676e3875","timestamp":212006313,"duration":644832,"tags":{"name":"server"}},{"traceId":"2e751b98748067a4","parentId":"71726673676e3875","name":"webpack-generate-error-stats","id":"376a35767a786670","timestamp":212651178,"duration":25348,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"run-webpack-compiler","id":"62396b6f6a396b69","timestamp":174098746,"duration":38577824,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"format-webpack-messages","id":"3234366561626a70","timestamp":212676594,"duration":98,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-static-error-page","id":"7876323438677a70","timestamp":212790570,"duration":4142,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-static-error-page","id":"7876323438677a70","timestamp":212790570,"duration":4163,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"376a766433303632","timestamp":213068933,"duration":2539,"tags":{"page":"/_app"}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"796433666f7a3237","timestamp":213069528,"duration":1953,"tags":{"page":"/api/event/[name]/download"}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"76306139706b696c","timestamp":213071302,"duration":347,"tags":{"page":"/_document"}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"627038736f75326a","timestamp":213071276,"duration":377,"tags":{"page":"/_error"}},{"traceId":"2e751b98748067a4","parentId":"7363313771706538","name":"is-page-static","id":"7035626b75636374","timestamp":213071493,"duration":131138,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"7363313771706538","timestamp":213071128,"duration":131531,"tags":{"page":"/"}},{"traceId":"2e751b98748067a4","parentId":"74646b3432656372","name":"is-page-static","id":"3234683568387672","timestamp":213071622,"duration":478171,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"74646b3432656372","timestamp":213071157,"duration":478659,"tags":{"page":"/overview"}},{"traceId":"2e751b98748067a4","parentId":"346f31766b613270","name":"is-page-static","id":"306f7670746d6579","timestamp":213080367,"duration":596884,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"346f31766b613270","timestamp":213071030,"duration":606247,"tags":{"page":"/events/[name]/logs"}},{"traceId":"2e751b98748067a4","parentId":"726c77396e6e6d71","name":"is-page-static","id":"78327070756f3770","timestamp":213081749,"duration":668381,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"726c77396e6e6d71","timestamp":213071182,"duration":678969,"tags":{"page":"/services"}},{"traceId":"2e751b98748067a4","parentId":"7a35727a70616339","name":"is-page-static","id":"346e6c72707a3333","timestamp":213199587,"duration":712760,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"7a35727a70616339","timestamp":213069761,"duration":842617,"tags":{"page":"/events"}},{"traceId":"2e751b98748067a4","parentId":"3771647665307a66","name":"is-page-static","id":"37306d6467726a6a","timestamp":213199665,"duration":1303774,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"3771647665307a66","timestamp":213070527,"duration":1432947,"tags":{"page":"/events/[name]"}},{"traceId":"2e751b98748067a4","parentId":"70376f786e787576","name":"is-page-static","id":"6b636c3472647232","timestamp":213199693,"duration":1305118,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"70376f786e787576","timestamp":213071080,"duration":1433738,"tags":{"page":"/events/[name]/v/[version]"}},{"traceId":"2e751b98748067a4","parentId":"6866326d76653335","name":"is-page-static","id":"356f66376b376931","timestamp":213199715,"duration":1309523,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"6866326d76653335","timestamp":213071212,"duration":1438034,"tags":{"page":"/services/[name]"}},{"traceId":"2e751b98748067a4","parentId":"3938756876727876","name":"is-page-static","id":"6d716f687a6c6d6f","timestamp":213199736,"duration":1310986,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6674336e62696874","name":"check-page","id":"3938756876727876","timestamp":213071246,"duration":1439485,"tags":{"page":"/users/[id]"}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"static-check","id":"6674336e62696874","timestamp":212790085,"duration":1720680,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"796e7a7038656b35","timestamp":214511544,"duration":175,"tags":{"page":"/_app"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"6234376a6e347974","timestamp":214511747,"duration":5,"tags":{"page":"/api/event/[name]/download"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"6e6c767076353565","timestamp":214511760,"duration":3,"tags":{"page":"/events"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"716f61316474696a","timestamp":214511769,"duration":2,"tags":{"page":"/events/[name]"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"6d346a3866676131","timestamp":214511803,"duration":3,"tags":{"page":"/events/[name]/logs"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"356372396279336f","timestamp":214511813,"duration":2,"tags":{"page":"/events/[name]/v/[version]"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"6967737665763962","timestamp":214511822,"duration":4,"tags":{"page":"/"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"68347a6d31643762","timestamp":214511834,"duration":5,"tags":{"page":"/overview"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"6e35367430753761","timestamp":214511847,"duration":2,"tags":{"page":"/services"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"6a74776a61346c77","timestamp":214511853,"duration":2,"tags":{"page":"/services/[name]"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"337a627073793179","timestamp":214511860,"duration":2,"tags":{"page":"/users/[id]"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"3238396863706f30","timestamp":214511866,"duration":1,"tags":{"page":"/_error"}},{"traceId":"2e751b98748067a4","parentId":"6378773169797433","name":"include-exclude","id":"67356271376b3136","timestamp":214511872,"duration":1,"tags":{"page":"/_document"}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"apply-include-excludes","id":"6378773169797433","timestamp":214511221,"duration":654,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"trace-next-server","id":"796d357179733763","timestamp":214511879,"duration":2645052,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"load-dotenv","id":"6c7230686368326f","timestamp":217168065,"duration":61,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"run-export-path-map","id":"3171697334307263","timestamp":217169306,"duration":379,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"787a726f6f396732","timestamp":217170472,"duration":26709,"tags":{"path":"/"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"6f65653968696164","timestamp":217174275,"duration":223230,"tags":{"path":"/events/AddedItemToCart"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"7139783363676e32","timestamp":217174360,"duration":257843,"tags":{"path":"/events/OrderComplete"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"637939613535636c","timestamp":217174395,"duration":287343,"tags":{"path":"/events/OrderConfirmed"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"726b717935316e6c","timestamp":217174425,"duration":339522,"tags":{"path":"/events/OrderRequested"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"666c687333313376","timestamp":217174463,"duration":371346,"tags":{"path":"/events/PaymentProcessed"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"6e316e71666c677a","timestamp":217174487,"duration":399910,"tags":{"path":"/events/RemovedItemFromCart"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"753576786c676561","timestamp":217174502,"duration":423327,"tags":{"path":"/events/ShipmentDelivered"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"78616d6b31357375","timestamp":217174518,"duration":450984,"tags":{"path":"/events/ShipmentDispatched"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"6962687a6365716d","timestamp":217174535,"duration":471287,"tags":{"path":"/events/ShipmentPrepared"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"6330686d70366138","timestamp":217174552,"duration":486987,"tags":{"path":"/services/Basket Service"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"3731677032383266","timestamp":217174568,"duration":500086,"tags":{"path":"/services/Data Lake"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"7a6566326c367878","timestamp":217174583,"duration":514580,"tags":{"path":"/services/Payment Service"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"75716475676e3076","timestamp":217174597,"duration":532170,"tags":{"path":"/services/Shipping Service"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"676f6867386b7a6e","timestamp":217174612,"duration":536118,"tags":{"path":"/404"}},{"traceId":"2e751b98748067a4","parentId":"316f7262736e7361","name":"export-page","id":"6634656268777572","timestamp":217174627,"duration":538703,"tags":{"path":"/500"}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"next-export","id":"316f7262736e7361","timestamp":217167219,"duration":561224,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"767678306c6d6931","timestamp":217729283,"duration":459,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"7738616676666634","timestamp":217729762,"duration":342,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"746237356d773673","timestamp":217730179,"duration":216,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"3571676e30616a69","timestamp":217730483,"duration":168,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"3135697733716d36","timestamp":217730664,"duration":149,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"713236306d637977","timestamp":217730872,"duration":156,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"627071667a6f6a77","timestamp":217731039,"duration":150,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"72327a6263667576","timestamp":217731214,"duration":158,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"6d61656b72626265","timestamp":217731382,"duration":184,"tags":{}}]
|
|
37
|
+
[{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"67793738697a6434","timestamp":217731902,"duration":188,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"31307133716a6571","timestamp":217732105,"duration":200,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"7461317370383534","timestamp":217732332,"duration":155,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"376a636373656863","timestamp":217732498,"duration":207,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"30786f3278633868","timestamp":217732730,"duration":162,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"316c61793534746d","timestamp":217732903,"duration":154,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"7465706e6e377a32","timestamp":217733075,"duration":146,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"6962316937393733","timestamp":217733230,"duration":149,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"7370776362386873","timestamp":217733395,"duration":144,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"6a656c316b723264","timestamp":217733547,"duration":143,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"6c75676a616e326b","timestamp":217733705,"duration":142,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"6a7678793031347a","timestamp":217733855,"duration":145,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"3238716373717071","timestamp":217734030,"duration":148,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"6163326465366b39","timestamp":217734187,"duration":144,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"66756c6d7a673137","timestamp":217734347,"duration":140,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"756575616c726435","timestamp":217734496,"duration":154,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"6733616e6d356977","timestamp":217734666,"duration":142,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"33706c6672366f6d","timestamp":217734817,"duration":144,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"616268766f336571","timestamp":217734977,"duration":138,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6a786a786d386864","name":"move-exported-page","id":"7238653534317970","timestamp":217735123,"duration":143,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"static-generation","id":"6a786a786d386864","timestamp":217161100,"duration":575092,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"print-tree-view","id":"3670777968373070","timestamp":217741534,"duration":5535,"tags":{}},{"traceId":"2e751b98748067a4","parentId":"6f326b376464346a","name":"telemetry-flush","id":"7a6d377969787078","timestamp":217747091,"duration":117626,"tags":{}},{"traceId":"2e751b98748067a4","name":"next-build","id":"6f326b376464346a","timestamp":161899317,"duration":55965417,"tags":{"version":"12.0.7"}}]
|