opentelemetry_logging 0.4.0
opentelemetry_logging: ^0.4.0 copied to clipboard
A simple library implementing sending logs to OpenTelemetry, supports gRPC and HTTP protocols.
0.4.0 #
- Add support for attributes.
- Update dependencies
0.3.0 #
- Breaking change Add better support for web in gRPC mode by accepting
GrpcOrGrpcWebClientChannel
- Add call options to gRPC backend
- Add method to receive errors if they occur during the gRPC call
0.2.0 #
- Upgraded to protobuf ^4.1.0
- Upgraded to lints ^6.0.0
- Require Dart SDK ^3.6.0
0.1.4 #
- Fixed wrong deprecation warning
0.1.3 #
- Fixed wrong labels implementation. Breaking change: labels are now called attributes.
0.1.2 #
- Added support for labels
0.1.1 #
- Code cleanup and stabilization of the initial version.
0.1.0 #
- Initial version.