ApplicationInsights-node.js icon indicating copy to clipboard operation
ApplicationInsights-node.js copied to clipboard

Default instrumentation packages included in v3?

Open DevRCRun opened this issue 1 year ago • 2 comments

Hi

Could you help me understand why certain of the @opentelemetry/instrumentation packages are included in 3.x but not others?

Specifically, express and tedious are part of our use case.

Express has always worked well enough in 2.x with the http monitoring, but curious as to why some databases are there by default but MSSQL (tedious) isn't.

Thanks

DevRCRun avatar Jul 31 '24 15:07 DevRCRun

Hi @DevRCRun, some instrumentations like express and the databases you mentioned were supported in version 2.x, and we continue to support those by default as part of the SDK. However, we don't support these other community instrumentations directly as a part of the SDK, however you can always register third party instrumentations using the Azure Monitor OpenTelemetry SDK.

JacksonWeber avatar Jul 31 '24 22:07 JacksonWeber

This Issue will be closed in 30 days. Please remove the "Stale" label or comment to avoid closure with no action.

github-actions[bot] avatar May 30 '25 07:05 github-actions[bot]