-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/54236 ps report consumed restarts (#2485)
* update assets version * bugfix: restart count and reason * Minor / patch dependency updates * Remove trial checks from the restart count --------- Co-authored-by: Guy Harwood <[email protected]>
- Loading branch information
1 parent
b3bd19e
commit 183cc9f
Showing
8 changed files
with
1,322 additions
and
979 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -234,9 +234,9 @@ | |
tslib "^2.2.0" | ||
|
||
"@azure/logger@^1.0.0": | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/@azure/logger/-/logger-1.0.3.tgz#6e36704aa51be7d4a1bae24731ea580836293c96" | ||
integrity sha512-aK4s3Xxjrx3daZr3VylxejK3vG5ExXck5WOHDJ8in/k9AqlfIyFMMT1uG7u8mNjX+QRILTIn0/Xgschfh/dQ9g== | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/@azure/logger/-/logger-1.0.4.tgz#28bc6d0e5b3c38ef29296b32d35da4e483593fa1" | ||
integrity sha512-ustrPY8MryhloQj7OWGe+HrYx+aoiOxzbXTtgblbV3xwCqpzUK36phH3XNHQKj3EPonyFUuDTfR3qFhTEAuZEg== | ||
dependencies: | ||
tslib "^2.2.0" | ||
|
||
|
@@ -261,6 +261,18 @@ | |
jsonwebtoken "^8.5.1" | ||
uuid "^8.3.0" | ||
|
||
"@azure/opentelemetry-instrumentation-azure-sdk@^1.0.0-beta.2": | ||
version "1.0.0-beta.2" | ||
resolved "https://registry.yarnpkg.com/@azure/opentelemetry-instrumentation-azure-sdk/-/opentelemetry-instrumentation-azure-sdk-1.0.0-beta.2.tgz#ac57f7c709cd2d4fd4c43234416246e573ce268a" | ||
integrity sha512-WZ2u3J7LmwwVbyXGguiEGNYHyDoUjNb+VZ9S76xecsYOkoKSzFdWJtv/vYBknW9fLuoWCoyVVg8+lU2ouaZbJQ== | ||
dependencies: | ||
"@azure/core-tracing" "^1.0.0" | ||
"@azure/logger" "^1.0.0" | ||
"@opentelemetry/api" "^1.2.0" | ||
"@opentelemetry/core" "^1.7.0" | ||
"@opentelemetry/instrumentation" "^0.33.0" | ||
tslib "^2.2.0" | ||
|
||
"@azure/service-bus@^7.8.1": | ||
version "7.8.1" | ||
resolved "https://registry.yarnpkg.com/@azure/service-bus/-/service-bus-7.8.1.tgz#36d799f667eff11e4529bfabf852a1c2f883e6d3" | ||
|
@@ -331,6 +343,18 @@ | |
resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz#6bb788b2902e48bf5d460c38c6bb7fedd686ddd7" | ||
integrity sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ== | ||
|
||
"@opentelemetry/[email protected]": | ||
version "0.33.0" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/api-metrics/-/api-metrics-0.33.0.tgz#753d355289b7811ad254d6e5b0193bd1b9f23ab0" | ||
integrity sha512-78evfPRRRnJA6uZ3xuBuS3VZlXTO/LRs+Ff1iv3O/7DgibCtq9k27T6Zlj8yRdJDFmcjcbQrvC0/CpDpWHaZYA== | ||
dependencies: | ||
"@opentelemetry/api" "^1.0.0" | ||
|
||
"@opentelemetry/api@^1.0.0", "@opentelemetry/api@^1.2.0": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.4.1.tgz#ff22eb2e5d476fbc2450a196e40dd243cc20c28f" | ||
integrity sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA== | ||
|
||
"@opentelemetry/api@^1.0.1", "@opentelemetry/api@^1.0.4": | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.4.0.tgz#2c91791a9ba6ca0a0f4aaac5e45d58df13639ac8" | ||
|
@@ -343,6 +367,23 @@ | |
dependencies: | ||
"@opentelemetry/semantic-conventions" "1.9.1" | ||
|
||
"@opentelemetry/core@^1.7.0": | ||
version "1.10.1" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/core/-/core-1.10.1.tgz#057a621db13589bad5618b786bb4f0a643bd4323" | ||
integrity sha512-uBZs9poKMWX7WWHsRfaGHqvrn77D9EU5LwU8Ge3YKD/Su5Gy+T1v476l49nl1UOzEMNo4cISao3nIqQVsABB8g== | ||
dependencies: | ||
"@opentelemetry/semantic-conventions" "1.10.1" | ||
|
||
"@opentelemetry/instrumentation@^0.33.0": | ||
version "0.33.0" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.33.0.tgz#7bced3a13bc2731670d5a23a2fb45353142d8da4" | ||
integrity sha512-8joPjKJ6TznNt04JbnzZG+m1j/4wm1OIrX7DEw/V5lyZ9/2fahIqG72jeZ26VKOZnLOpVzUUnU/dweURqBzT3Q== | ||
dependencies: | ||
"@opentelemetry/api-metrics" "0.33.0" | ||
require-in-the-middle "^5.0.3" | ||
semver "^7.3.2" | ||
shimmer "^1.2.1" | ||
|
||
"@opentelemetry/[email protected]": | ||
version "1.9.1" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/resources/-/resources-1.9.1.tgz#5ad3d80ba968a3a0e56498ce4bc82a6a01f2682f" | ||
|
@@ -360,6 +401,11 @@ | |
"@opentelemetry/resources" "1.9.1" | ||
"@opentelemetry/semantic-conventions" "1.9.1" | ||
|
||
"@opentelemetry/[email protected]": | ||
version "1.10.1" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.10.1.tgz#b7a0f16d4131aee598e55814efea0ff11d99ef34" | ||
integrity sha512-qiAueuCoN+1YEuHNXnsct9bkbroZBPd7QwQgd56YURG0LBRVHwE/lF6FOprfUvp1n1tu0O6+E3s6x+dmUndXFQ== | ||
|
||
"@opentelemetry/[email protected]", "@opentelemetry/semantic-conventions@^1.0.1": | ||
version "1.9.1" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.9.1.tgz#ad3367684a57879392513479e0a436cb2ac46dad" | ||
|
@@ -400,9 +446,11 @@ | |
"@types/node" "*" | ||
|
||
"@types/lz-string@^1.3.33": | ||
version "1.3.34" | ||
resolved "https://registry.yarnpkg.com/@types/lz-string/-/lz-string-1.3.34.tgz#69bfadde419314b4a374bf2c8e58659c035ed0a5" | ||
integrity sha512-j6G1e8DULJx3ONf6NdR5JiR2ZY3K3PaaqiEuKYkLQO0Czfi1AzrtjfnfCROyWGeDd5IVMKCwsgSmMip9OWijow== | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/@types/lz-string/-/lz-string-1.5.0.tgz#2f15d2dd9dbfb344f3d31aee5a82cf350b037e5f" | ||
integrity sha512-s84fKOrzqqNCAPljhVyC5TjAo6BH4jKHw9NRNFNiRUY5QSgZCmVm5XILlWbisiKl+0OcS7eWihmKGS5akc2iQw== | ||
dependencies: | ||
lz-string "*" | ||
|
||
"@types/mssql@^8.1.1": | ||
version "8.1.2" | ||
|
@@ -414,9 +462,9 @@ | |
tarn "^3.0.1" | ||
|
||
"@types/node-fetch@^2.5.0": | ||
version "2.6.2" | ||
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.2.tgz#d1a9c5fd049d9415dce61571557104dec3ec81da" | ||
integrity sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A== | ||
version "2.6.3" | ||
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.3.tgz#175d977f5e24d93ad0f57602693c435c57ad7e80" | ||
integrity sha512-ETTL1mOEdq/sxUtgtOhKjyB2Irra4cjxksvcMUR5Zr4n+PxVhsCD9WS46oPbHL3et9Zde7CNRr+WUNlcHvsX+w== | ||
dependencies: | ||
"@types/node" "*" | ||
form-data "^3.0.0" | ||
|
@@ -540,12 +588,13 @@ append-buffer@^1.0.2: | |
buffer-equal "^1.0.0" | ||
|
||
applicationinsights@^2.4.2: | ||
version "2.5.0" | ||
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.5.0.tgz#f008580b2f68267a5d233cce4e1f50b587bdf3c4" | ||
integrity sha512-6kIFmpANRok+6FhCOmO7ZZ/mh7fdNKn17BaT13cg/RV5roLPJlA6q8srWexayHd3MPcwMb9072e8Zp0P47s/pw== | ||
version "2.5.1" | ||
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.5.1.tgz#ae86cdaddf78e318cea24e8a8936ab019af601a1" | ||
integrity sha512-FkkvevcsaPnfifZvVTSxZy6njnNKpTaOFZQ55cGlbvVX9Y15vuRFpZUdLTLLyS0vqOeNUa+xk30jzwLjJBTXbQ== | ||
dependencies: | ||
"@azure/core-auth" "^1.4.0" | ||
"@azure/core-rest-pipeline" "^1.10.0" | ||
"@azure/opentelemetry-instrumentation-azure-sdk" "^1.0.0-beta.2" | ||
"@microsoft/applicationinsights-web-snippet" "^1.0.1" | ||
"@opentelemetry/api" "^1.0.4" | ||
"@opentelemetry/core" "^1.0.1" | ||
|
@@ -1117,7 +1166,7 @@ date-fns@^2.0.1: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
debug@4, debug@^4.3.3, debug@^4.3.4: | ||
debug@4, debug@^4.1.1, debug@^4.3.3, debug@^4.3.4: | ||
version "4.3.4" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" | ||
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== | ||
|
@@ -2588,10 +2637,17 @@ long@^5.2.0: | |
resolved "https://registry.yarnpkg.com/long/-/long-5.2.1.tgz#e27595d0083d103d2fa2c20c7699f8e0c92b897f" | ||
integrity sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A== | ||
|
||
lz-string@^1.4.4: | ||
version "1.4.4" | ||
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26" | ||
integrity sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ== | ||
lru-cache@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" | ||
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== | ||
dependencies: | ||
yallist "^4.0.0" | ||
|
||
lz-string@*, lz-string@^1.4.4: | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941" | ||
integrity sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ== | ||
|
||
make-iterator@^1.0.0: | ||
version "1.0.1" | ||
|
@@ -2668,6 +2724,11 @@ mixin-deep@^1.2.0: | |
for-in "^1.0.2" | ||
is-extendable "^1.0.1" | ||
|
||
module-details-from-path@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/module-details-from-path/-/module-details-from-path-1.0.3.tgz#114c949673e2a8a35e9d35788527aa37b679da2b" | ||
integrity sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A== | ||
|
||
moment-timezone@^0.5.40: | ||
version "0.5.41" | ||
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.41.tgz#a7ad3285fd24aaf5f93b8119a9d749c8039c64c5" | ||
|
@@ -3252,6 +3313,15 @@ require-directory@^2.1.1: | |
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" | ||
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== | ||
|
||
require-in-the-middle@^5.0.3: | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/require-in-the-middle/-/require-in-the-middle-5.2.0.tgz#4b71e3cc7f59977100af9beb76bf2d056a5a6de2" | ||
integrity sha512-efCx3b+0Z69/LGJmm9Yvi4cqEdxnoGnxYxGxBghkkTTFeXRtTCmmhO0AnAfHz59k957uTSuy8WaHqOs8wbYUWg== | ||
dependencies: | ||
debug "^4.1.1" | ||
module-details-from-path "^1.0.3" | ||
resolve "^1.22.1" | ||
|
||
require-main-filename@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" | ||
|
@@ -3282,7 +3352,7 @@ resolve-url@^0.2.1: | |
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" | ||
integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg== | ||
|
||
resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.4.0: | ||
resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.22.1, resolve@^1.4.0: | ||
version "1.22.1" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" | ||
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== | ||
|
@@ -3379,6 +3449,13 @@ semver-greatest-satisfied-range@^1.1.0: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" | ||
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== | ||
|
||
semver@^7.3.2: | ||
version "7.3.8" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" | ||
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== | ||
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
set-blocking@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" | ||
|
@@ -3402,7 +3479,7 @@ set-value@^4.1.0: | |
is-plain-object "^2.0.4" | ||
is-primitive "^3.0.1" | ||
|
||
shimmer@^1.1.0, shimmer@^1.2.0: | ||
shimmer@^1.1.0, shimmer@^1.2.0, shimmer@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/shimmer/-/shimmer-1.2.1.tgz#610859f7de327b587efebf501fb43117f9aff337" | ||
integrity sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw== | ||
|
@@ -3814,9 +3891,9 @@ [email protected]: | |
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== | ||
|
||
ua-parser-js@^1.0.33: | ||
version "1.0.33" | ||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.33.tgz#f21f01233e90e7ed0f059ceab46eb190ff17f8f4" | ||
integrity sha512-RqshF7TPTE0XLYAqmjlu5cLLuGdKrNu9O1KLA/qp39QtbZwuzwv1dT46DZSopoUMsYgXpB3Cv8a03FI8b74oFQ== | ||
version "1.0.34" | ||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.34.tgz#b33f41c415325839f354005d25a2f588be296976" | ||
integrity sha512-K9mwJm/DaB6mRLZfw6q8IMXipcrmuT6yfhYmwhAkuh+81sChuYstYA+znlgaflUPaYUa3odxKPKGw6Vw/lANew== | ||
|
||
unbox-primitive@^1.0.2: | ||
version "1.0.2" | ||
|
@@ -4104,6 +4181,11 @@ y18n@^4.0.0: | |
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" | ||
integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== | ||
|
||
yallist@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" | ||
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== | ||
|
||
yargs-parser@^13.1.2: | ||
version "13.1.2" | ||
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" | ||
|
Oops, something went wrong.