OpenTelemetry .NET Exporter
1.1.1
New Features
- Added an “env_vars.txt” file
Improvements
Fixes
- Fixed the method for retrieving attributes for metrics
- Fixed the installation script (replaced User with Machine)
- Updated config-template.yaml
1.1.0
New Features
- Support for SharePoint Server 2019:
- ULS receiver for reading errors via logs
- Added a new correlation_cache configuration needed to enable ULS
Improvements
- Removal of certain debug logs
Fixes
1.0.1
New Features
- Added the “profiles” pipeline
- Added activeLocalServer configuration
- Added cpu.load metric for .NET
Improvements
- Migrated OpenTelemetry dependencies from 1.22.1 to 1.42.0
Fixes
- Fixed sessionIDs
- Fixed the errors section for .NET
- Fixed the display of SQL transaction names
1.0.0
New Features
- Exporter: nudgehttpexporter, based on otlphttpexporter
- Processor: logstracesmergeprocessor allows merging logs with traces
- Transaction support
- Metrics support
- Log rotation
Improvements
Fixes