Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency arcus.observability.telemetry.serilog.sinks.applicationinsights to v3 #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights (source) 0.4.0 -> 3.0.0 age adoption passing confidence

Release Notes

arcus-azure/arcus.observability (Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights)

v3.0.0

Install the Arcus.Observability packages that you need via NuGet, for instance Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights:

PM > Install-Package Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights --Version 3.0.0

For a complete list of all Arcus.Observability packages see the documentation.

What's new?
Features
Fixes / Changes
  • Immutable telemetry context during logging (#​545)
Removal
  • Removed deprecated ClearProvidersExceptFunctionProviders in Azure Functions library (#​408)
  • Removed deprecated DependencyMeasurement type (#​284)
  • Removed deprecated LogRequest extensions (#​405)
  • Removed deprecated LogEvent extensions (#​429)
  • Removed deprecated LogMetric extensions (#​428)
  • Removed deprecated LogDepenency extensions (#​402)
  • Removed deprecated SQL depencency tracking overloads (#​391)
  • Removed AzureApplicationInsights extenstion on Serilog Application Insights sink with only instrumentation key (#​392)
  • Removed deprecated ContextProperties.EventTracking.EventContext (#​273)
  • Removed deprecated LogIoTHubDependency extensions (#​395)
  • Removed deprecated LogTableStorageDependency extensions (#​407)
  • Removed deprecated LogCosmosSqlDependency extensions (#​401)
  • Removed deprecated LogServiceBus...Dependency extensions (#​406)
  • Removed deprecated LogBlobStorageDependency extensions (#​400)
  • Removed deprecated LogAzureKeyVaultDependency extensions (#​398)
  • Removed deprecated message formats (#​396)
  • Removed deprecated RequestLogEntry constructor without start time (#​397)
  • Removed deprecated LogHttpDependency extensions (#​404)
  • Removed deprecated WithCorrelationInfo Serilog enrichment overload (#​394)
  • Removed deprecated Instance member of the DefaultCorrelationInfoAccessor (#​390)
Changes:
See More

This list of changes was auto generated.

v2.8.0

Install the Arcus.Observability packages that you need via NuGet, for instance Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights:

PM > Install-Package Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights --Version 2.8.0

For a complete list of all Arcus.Observability packages see the documentation.

What's new?

Features
  • Provide the capability to track HTTP dependencies with numeric status codes (#​516)
Removal
  • Removed Arcus.Observability.Telemetry.Sql project (#​496)

Changes:

This list of changes was auto generated.

New Contributors

Full Changelog: arcus-azure/arcus.observability@v2.7.0...v2.8.0

v2.7.0

Install the Arcus.Observability packages that you need via NuGet, for instance Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights:

PM > Install-Package Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights --Version 2.7.0

For a complete list of all Arcus.Observability packages see the documentation.

What's new?

Features
  • Provide the capability to reuse component name in both Arcus and Microsoft telemetry (#​470)
  • Provide the capability to reuse component version in both Arcus and Microsoft telemetry (#​475)
  • Provide the capability to reuse Microsoft TelemetryClient in Application Insights sink (#​475)
  • Provide the capability to register Serilog logging with implementation factory function (#​481)
Fixes / Changes
  • Update to Serilog v4 (#​469)
  • Move SQL dependency tracking to core package (#​488)
  • Move IoT Hub dependency tracking to core package (#​507)

Changes:

See More

This list of changes was auto generated.

Full Changelog: arcus-azure/arcus.observability@v2.6.0...v2.7.0

v2.6.0

Install the Arcus.Observability packages that you need via NuGet, for instance Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights:

PM > Install-Package Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights --Version 2.6.0

For a complete list of all Arcus.Observability packages see the documentation.

What's new?

Features
  • Provide support for Azure EventHubs request telemetry tracking (#​437)
  • Provide support for custom request telemetry tracking (#​438)
  • Provide support for isolated Azure Functions HTTP request telemetry tracking (#​443)
  • Provide support for custom correlation property names configuration in Azure Application Insights Serilog sink (#​409)
Fixes / Changes
  • Add operation name to make SQL dependency more unique (#​419)
  • Use solely Azure Service Bus entity name as target name in Service Bus dependency tracking (#​445)
  • Use LogCustomMetric for metric telemetry tracking to avoid ambiguous signatures (#​280)
  • Deprecate the too-specific correlation options when registering general correlation accessor (#​418)
Breaking Changes

None.

Removal

None.

Changes:

See More

This list of changes was auto generated.

New Contributors

Full Changelog: arcus-azure/arcus.observability@v2.5.0...v2.6.0

v2.5.0

Install the Arcus.Observability packages that you need via NuGet, for instance Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights:

What's new?

Features
  • Provide connection string support for Azure Application Insights Serilog sink (#​354)
  • Provide operation parent options with parent ID generation (#​415)
  • Provide dependency ID to Cosmos Db dependency tracking (#​380)
  • Provide dependency ID to EventHubs dependency tracking (#​378)
  • Provide dependency ID to IoT Hub dependency tracking (#​379)
  • Provide dependency ID to SQL dependency tracking (#​376)
  • Provide dependency ID to Table storage dependency tracking (#​371)
  • Provide dependency ID to Blob storage dependency tracking (#​370)
  • Provide dependency ID to Azure search dependency tracking (#​345)
Fixes / Changes
  • Pass along start time to request tracking (#​356)
  • Pass along Service Bus namespace in Service Bus dependency tracking (#​384)
  • Use SQL pseudo-command instead of table name when tracking SQL dependencies (#​286)
  • Differentiate between requests and non-requests when assigning telemetry correlation (#​410)

Changes:

See More

This list of changes was auto generated.

Full Changelog: arcus-azure/arcus.observability@v2.4.0...v2.5.0

v2.4.0

Install new version via NuGet

What's new?

Features
Fixes / Changes
  • Correctly support scalar Serilog types when parsing JSON objects (#​256)
  • Use DurationMeasurement instead of DependencyMeasurement which doesn't include any dependency data (#​266 #​279 #​283)
Breaking Changes

None.

Removal
  • Remove validation on Azure Key Vault secret and vault names when tracking Azure Key vault dependencies (#​287)

Changes:

  • 433ee9a chore: bump url-parse from 1.5.3 to 1.5.7 in /docs (#​337)
  • d09b227 chore: correct nuget dependencies (#​332)
  • 671de38 chore: bump follow-redirects from 1.14.7 to 1.14.8 in /docs (#​335)
  • 31f90e5 chore(deps): update dependency microsoft.net.test.sdk to v17 (#​312)
  • b83e334 fix: discard /docs folder (#​318)
  • c0a48b7 fix: renovate don't split multiple majors (#​320)
  • 7f41087 chore(deps): update dependency microsoft.azure.devices.client to v1.40.0 (#​297)
  • 0b03841 chore(deps): update dependency microsoft.net.test.sdk to v15.9.2 (#​298)
  • bb557bf chore(deps): update dependency serilog.enrichers.environment to v2.2.0 (#​302)
  • f02e3e3 chore(deps): update dependency bogus to v34 (#​309)
See More

Full Changelog: arcus-azure/arcus.observability@v2.3.0...v2.4.0

v2.3.0

Install new version via NuGet

What's new?

Features
  • Provide dependency name for all dependencies (#​165)
Fixes / Changes
  • Azure Application Insights Serilog sink doesn't remove log properties (#​209)
Breaking Changes

None.

Removal

None.

Changes:

This list of changes was auto generated.

v2.2.2

Install new version via NuGet

What's new?

Features

None.

Fixes / Changes
  • Azure Application Insights Serilog sink doesn't remove log properties (#​209)
Breaking Changes

None.

Removal

None.

Changes:

This list of changes was auto generated.

[v2.2.1](https://togithub.com/arcus-a


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Oct 20, 2021
@renovate renovate bot force-pushed the renovate/major-arcus.observability-monorepo branch from 886c2d2 to cb3d410 Compare March 7, 2022 10:23
@renovate renovate bot force-pushed the renovate/major-arcus.observability-monorepo branch from cb3d410 to ae7da14 Compare June 23, 2022 21:38
@renovate renovate bot force-pushed the renovate/major-arcus.observability-monorepo branch from ae7da14 to 9c48e71 Compare September 20, 2022 09:17
@renovate renovate bot force-pushed the renovate/major-arcus.observability-monorepo branch from 9c48e71 to fc3da86 Compare November 20, 2022 20:58
@renovate renovate bot force-pushed the renovate/major-arcus.observability-monorepo branch from fc3da86 to 1d9aac6 Compare March 17, 2023 14:00
@renovate renovate bot force-pushed the renovate/major-arcus.observability-monorepo branch from 1d9aac6 to bd37064 Compare January 18, 2024 09:35
@renovate renovate bot changed the title chore(deps): update dependency arcus.observability.telemetry.serilog.sinks.applicationinsights to v2 chore(deps): update dependency arcus.observability.telemetry.serilog.sinks.applicationinsights to v3 Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants