Update dependency applicationinsights to v1.8.10#65
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.8->1.8.101.0.8->1.8.10Release Notes
microsoft/ApplicationInsights-node.js
v1.8.10Compare Source
#728 Add cloud role name automatic population
#727 Bootstrap check for AppInsights SDK to be present updated
#723 Automatic dependency tracking of Azure SDKs not working correctly
v1.8.9Compare Source
#720 Use request.protocol when available in automatic dependency collection
#718 Update diagnostic-channel-publishers to 0.4.3
#717 Adding envelope interface
#711 Fixing issue with packageJsonPath ignored for App version context
#701 Fix Max call stack size exceeded when used with Azure blob storage
#629 Http.createServer is missing the options variable
v1.8.8Compare Source
v1.8.7Compare Source
SDK
No changes
Codeless Agent
v1.8.6Compare Source
startOperationcalls @markwolffv1.8.5Compare Source
v1.8.4Compare Source
URLis passed as argument (e.g.gotdoes this by default, even when a string was provided)v1.8.3Compare Source
SDK
Attach
v1.8.2Compare Source
v1.8.1Compare Source
appInsights.defaultClient.config.ignoreLegacyHeaders = truev1.8.0Compare Source
@azure/*SDKsnpm install @​opentelemetry/api @​opentelemetry/tracingfor this autocollection to take effect. No additional configuration is requiredv1.7.6Compare Source
v1.7.5Compare Source
trackPageViewismasterqueriesv1.7.4Compare Source
#601 initialize config before profileQueryEndpoint
#597 fix cases where dependency name could be null
#608 add some sov cloud domains to default correlation header exclusion list
#613 only create a live metrics client when enabled
v1.7.3Compare Source
SDK Changes
Agent Changes
v1.7.2Compare Source
SDK Changes
Agent Changes
v1.7.1Compare Source
SDK
Agent
ConsoleStatusLoggeras defaultstatus.jsonlogger.Integrity:
sha512-+rWF8jQ+hoeu9BoqppBzj7MpIvQwbxl0LCHdJubOWaEL8f3GQIQ3oGbPmYw3fdi5YMjsng44GksLVgmmFBen5g==v1.7.0Compare Source
Release Date: 1/29/2020
SDK
diagnostic-channeldebug logginguncaughtExceptionMonitorfor node 13.7.0+Agent
NODE_OPTIONSenvironment variablestatus.jsonlogger to Agentv1.6.0Compare Source
1.5.0...1.6.0Changelog
trackAvailabilityAPIPromise.resolve()with no argsv1.5.0Compare Source
1.4.2...1.5.0Changelog
.setup(...)and it will detect if it is an ikey or a connection stringtrackExceptionfor logs containing anErrorobject, instead of callingtrackTracewithSeverityLevel.Error. e.g.winston.error(new Error())will now send Error telemetry instead of "log" telemetryseverityLevelwhen callingtrackExceptionv1.4.2Compare Source
Release notes
#543 Fix issue causing perf counters of manually tracking requests not appearing in Live Metrics stream
#545 Fix issue with incorrect default trace flag being applied to w3c traceparent header
v1.4.1Compare Source
Changelog
v1.4.0Compare Source
This update adds 2 major features. You can now monitor some node.js specific portions of your application via the applicationinsights-node.js-native-metrics node.js addon. To add it, simply install it to your app:
You will not need to make any code changes since this SDK will automatically try to
requirethis module. Once installed, additional node.js specific metrics of your application (time spent in each type of Garbage Collection, Event Loop ticks per second, heap vs non-heap memory usage) will be recorded as Metric Telemetry.https://github.com/microsoft/applicationinsights-node.js-native-metrics
Second, this SDK now supports the W3C Trace Context distributed tracing standard. To enable this in your app, you must enable it during setup. This will send/receive back-compatibility headers as well as W3C headers, so you will not break correlation with any of your existing legacy services. Enabling W3C headers will allow your app to correlate with other services not instrumented with Application Insights, but do adopt this W3C standard.
Changelog
v1.3.1Compare Source
v1.3.0Compare Source
Sending Live Metrics is currently disabled by default. To enable it, add
.setSendLiveMetrics(true)to your configuration methods as you initialize the SDK. You can view your app's live metrics in the "Live Metrics Stream" blade of your Application Insights instance.v1.2.0Compare Source
Autocollection now works on latest verison of all supported libraries (as of February 19 2019):
v2.xv2.0.0->v2.16.xv2.x,v3.xv6.x,v7.xv1.x,v2.xv1.xv2.x,v3.xFixed issues
mongo 3.x)postgres 7.x)postgres 7.x)2.16.x3.xv1.1.0Compare Source
setAutoDependencyCorrelation(true, <true|false|undefined>)true: force usage ofcls-hooked, which will useasync_hooksfor node8+, elseAsyncWrapfalse: force usage ofcontinuation-local-storage, which usesasync-listenerundefinedor left blank: default behavior. The SDK will choose for you based on your version of Node.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.