v1.0.0/v0.24.0-beta
houndtravisci
released this
30 Sep 14:41
·
2 commits
to e4d6bb6530027749e6608e4accc8adf0ea1eb3a8
since this release
[1.0.0/0.24.0-beta] - 2022-09-30
!!! Breaking Changes !!!
Enhancements
- Add support for
OTEL_SERVICE_NAME
environment variable (#245) | @pkanal - Attempt to match Java distro resources (#249) | @cartermp
- Don't bundle instrumentation packages in distro (#250) | @MikeGoldsmith
- Support debug option (#254) | @cartermp
- Add AspNetCore instrumentation extension to add baggage to new spans (#255) | @MikeGoldsmith
- Set options with environment variables if they're present (#261) | @cartermp
- Add Honeycomb.OpenTelemetry.Autoinstrumentations #270 | @cartermp
- Append /v1/metrics to endpoint path if the protocol is HTTP (#284) | @pkanal
- Append /v1/traces path to http endpoint (#279) | @pkanal
- Remove custom command line argument parsing (#282) | @MikeGoldsmith
- Add ConfigurationManager extensions methods (#280) | @MikeGoldsmith
- Move extensions into owning class namespace & rename add instrumentations ext method (#276)
- Add HONEYCOMB prefix to local visualizations env var (#275) | @cartermp
Maintenance
- Specify OTel version in README (#246) | @pkanal
- Add grpc smoke tests (#264) | @pkanal
- Add http/protobuf smoke tests (#263) | @pkanal
- Add make targets for smoke tests & set up CI smoke tests (#268) | @pkanal
- Dockerize example and prep for smoke tests, target .NET6 (#243) | @JamieDanielson
- Add Redis instrumentation example app (#242) | @JamieDanielson
- Move aspnetcore samples to modern .NET 6-style apps (#271) | @cartermp
- Minor code formatting (#260) | @cartermp
- Idiomatic code formatting (#247) | @cartermp
- Add Tracer to DI in aspnet examples (#262) | @MikeGoldsmith
- Update aspnetcore example to send metrics (#281) | @MikeGoldsmith
- Update CircleCI config to publish tags correctly (#286) | @pkanal