OpenTelemetry .NET Exporter
1.1.2
New Features
- Separation of services by host
- Added a Prometheus section to the configuration file
Improvements
- Updated otelcol components from v1.48.0 to v1.58.0
- Updated the schema from 1.36.0 to 1.39.0
- Updated otel trace, otel metric, etc., from v1.38.0 to v1.43.0, and proto from v1.9.0 to v1.10.0
Fixes
- Fixed errors related to metric management
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