Releases: elastic/opentelemetry-lib
Releases · elastic/opentelemetry-lib
v0.16.1
What's Changed
- Use v0.120.0/v1.26.0 version of otel consistently by @lahsivjar in #163
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #158
- Bump the otel group across 1 directory with 9 updates by @dependabot in #157
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Bump go.opentelemetry.io/proto/otlp from 1.4.0 to 1.5.0 in the otel group by @dependabot in #137
- Bump the otel group with 4 updates by @dependabot in #138
- Bump golang.org/x/tools from 0.28.0 to 0.29.0 in /tools in the dependencies group by @dependabot in #139
- Bump google.golang.org/grpc from 1.69.2 to 1.69.4 by @dependabot in #140
- feat: add apm agent configuration package by @rogercoll in #143
- Create common package for reusing elastic specific attributes by @gregkalapos in #141
- feat: add elasticsearch config and client by @rogercoll in #149
- Bump go.opentelemetry.io/otel/sdk from 1.32.0 to 1.34.0 in the otel group across 1 directory by @dependabot in #150
- Bump google.golang.org/grpc from 1.69.4 to 1.70.0 by @dependabot in #146
- Bump the otel group with 7 updates by @dependabot in #151
- Bump the otel group with 2 updates by @dependabot in #152
- Bump golang.org/x/tools from 0.29.0 to 0.30.0 in /tools in the dependencies group by @dependabot in #155
- Bump github.com/elastic/go-elasticsearch/v8 from 8.17.0 to 8.17.1 by @dependabot in #154
- Add rpc.service for the destination.service.resource calculation by @gregkalapos in #160
- Enrich root spans that represent a dependency by @gregkalapos in #125
New Contributors
- @gregkalapos made their first contribution in #141
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- [enrichments]Use representative count for success count attr by @lahsivjar in #113
- [enrichments] Add support for inferred spans by @lahsivjar in #116
- Bump golang.org/x/tools from 0.24.0 to 0.25.0 in /tools in the dependencies group by @dependabot in #96
- Bump golang.org/x/tools from 0.24.0 to 0.26.0 in /tools in the dependencies group across 1 directory by @dependabot in #107
- Bump the otel group with 2 updates by @dependabot in #118
- Bump the otel group with 2 updates by @dependabot in #119
- Bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #120
- Bump golang.org/x/tools from 0.26.0 to 0.27.0 in /tools in the dependencies group by @dependabot in #121
- Bump the otel group with 4 updates by @dependabot in #122
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #123
- Bump the otel group across 1 directory with 3 updates by @dependabot in #128
- Bump the otel group with 2 updates by @dependabot in #130
- Bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #131
- Bump golang.org/x/tools from 0.27.0 to 0.28.0 in /tools in the dependencies group by @dependabot in #132
- Bump google.golang.org/grpc from 1.68.1 to 1.69.0 by @dependabot in #133
- Set GenAi subtype for spans that have the gen_ai.system attribute by @xrmx in #127
- Bump the otel group with 2 updates by @dependabot in #134
- Bump the otel group with 2 updates by @dependabot in #135
- Bump google.golang.org/grpc from 1.69.0 to 1.69.2 by @dependabot in #136
New Contributors
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- Bump the otel group across 1 directory with 3 updates by @dependabot in #115
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Add support for http.url to identify url full by @lahsivjar in #109
- Support service.{address, port} with fallback to net.peer.* by @lahsivjar in #110
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Add enrichment for error.grouping_name by @lahsivjar in #105
- Bump the otel group with 3 updates by @dependabot in #106
- [enrichments]Allow overriding host name with k8s node name by @lahsivjar in #108
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Bump google.golang.org/grpc from 1.66.0 to 1.66.1 by @dependabot in #91
- Bump the otel group across 1 directory with 3 updates by @dependabot in #92
- Bump google.golang.org/grpc from 1.66.1 to 1.66.2 by @dependabot in #94
- Bump the otel group across 1 directory with 2 updates by @dependabot in #95
- Bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in #98
- Bump the otel group with 2 updates by @dependabot in #100
- Bump github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden from 0.109.0 to 0.110.0 in the otel group by @dependabot in #102
- [enrichment/trace] Handle exception for span events by @lahsivjar in #99
- Bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in #104
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Bump go.opentelemetry.io/collector/semconv from 0.106.0 to 0.106.1 in the otel group by @dependabot in #64
- Bump github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden from 0.106.0 to 0.106.1 in the otel group by @dependabot in #65
- [enrichments] Add agent name resource attr enrichment by @lahsivjar in #66
- [enrichments] Add agent.version by @lahsivjar in #67
- Remove txn.root and add trace.root as enrichment by @lahsivjar in #68
- Fix incorrect attribute name for trace.root by @lahsivjar in #69
- Use transaction root attribute name by @lahsivjar in #71
- Add scope enrichment for service.framework.{name, version} by @lahsivjar in #73
- Add enrichment for span.destination.service.resource by @lahsivjar in #72
- Bump golang.org/x/tools from 0.23.0 to 0.24.0 in /tools in the dependencies group by @dependabot in #78
- [enrichments] Add more enrichments for spans by @lahsivjar in #77
- Bump the otel group with 2 updates by @dependabot in #79
- Add span.{type, subtype} enrichment by @lahsivjar in #80
- Add representative count enrichment by @lahsivjar in #81
- [enrichments]Add timestamp.us for span and txn by @lahsivjar in #82
- Bump github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden from 0.106.1 to 0.107.0 in the otel group by @dependabot in #83
- [enrichments] Add transaction.sampled by @lahsivjar in #84
- [enrichments] Add processor.event for span events by @lahsivjar in #85
- Bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in #88
- fix: udate hostmetrics scrapers names by @rogercoll in #90
New Contributors
- @rogercoll made their first contribution in #90
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- Bump the otel group with 2 updates by @dependabot in #62
- [enrichments] Set svc target if either name or type is present by @lahsivjar in #63
Full Changelog: v0.8.0...v0.8.1