clearlydefined / service

The service side of clearlydefined.io
MIT License
45 stars 39 forks source link

Upgrade ApplicationInsight #1047

Open qtomlinson opened 4 months ago

qtomlinson commented 4 months ago

The following error message was noted in the service App service. 2024-02-12T16:32:28.260072665Z: [ERROR] ApplicationInsights:Sender [ 2024-02-12T16:32:28.260120766Z: [ERROR] 'Not saving data due to max size limit being met. Directory size in bytes is: 50016665' 2024-02-12T16:32:28.260126366Z: [ERROR] ]

This error has been reported and fixed. See https://github.com/microsoft/ApplicationInsights-node.js/issues/1000 for details. Need to upgrade the related library. The applicationinsights currently in use is v 1.5.0, and winston-azure-application-insights in use is 1.5.0. There are updated versions available: winston-azure-application-insights, v4.0.0 https://www.npmjs.com/package/applicationinsights, 2.9.2

qtomlinson commented 4 months ago

This is related to https://github.com/clearlydefined/service/issues/1007