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
- Provide .NET 8 support (arcus-azure/arcus#311)
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 theDefaultCorrelationInfoAccessor
(#390)
Changes:
- fff9f17 chore: bump @babel/traverse from 7.15.0 to 7.23.2 in /docs (#544)
- 97ae060 chore: bump postcss from 8.3.6 to 8.4.31 in /docs (#542)
- 2da9f0c fix: upgrade clsx from 1.1.1 to 1.2.1 (#535)
- 99fca98 chore: remove remaining obsolete functionality (#557)
- d209bce chore: prepare yaml pipelines for .net 8 w/o preview version (#558)
- f663587 chore: remove obsolete built-in telemetry extensions (#553)
- feb3e5f chore: remove obsolete sql telemetry (#555)
- 21e79eb chore: remove obsolete app insights functionality (#550)
- 3486907 chore: remove obsolete iot dependency (#552)
- 6886358 chore: remove obsolete az dependency telemetry (#551)
See More
- 7d40eee chore: remove obsolete message formats (#554)
- 1a4016c chore: remove deprecated request functionality (#543)
- d4be0d1 chore: correct build definition ID in readme (#549)
- 06ba21d fix: do not alter telemetry ctx pt.2 (#547)
- 415964f fix: do not alter telemetry ctx pt.1 (#546)
- 14e17ad chore: remove deprecated correlation (#540)
- 15868c1 chore: simplify net8.0 package resolve (#539)
- 4eea11a chore: add net8.0 preview support (#537)
- 2ed0469 chore: bump semver from 5.7.1 to 5.7.2 in /docs (#536)
- 007c683 chore: Update LICENSE (#529)
- e05b0fa chore: bump ua-parser-js from 0.7.28 to 0.7.33 in /docs (#522)
- a13b5ab chore: bump webpack from 5.48.0 to 5.76.1 in /docs (#527)
- 3946569 chore: bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs (#523)
- f9baf10 chore: bump @sideway/formula from 3.0.0 to 3.0.1 in /docs (#525)
- 3b5eefe docs: fix correct az servicebus message sending usage (#524)
- ad80fe3 docs: publish v2.8 feature docs (#521)
This list of changes was auto generated.