-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release stable-v1 as 1.1.0 #2327
Conversation
Add new 1.0.2 section and move relevant items that the release will contain to this section.
Should this be v1.1.0 since new packages/modules were added? |
Yeah, that makes sense. I'll update. 👍 |
Codecov Report
@@ Coverage Diff @@
## main #2327 +/- ##
=====================================
Coverage 73.6% 73.6%
=====================================
Files 175 175
Lines 12409 12409
=====================================
Hits 9137 9137
Misses 3039 3039
Partials 233 233
|
@Aneurysm9 updated, PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Co-authored-by: Robert Pająk <pellared@hotmail.com>
Added
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc".WithGRPCConn
option so the exporter can reusing existing gRPC connection. (allow otlp clients to use existing grpc connection #2002)go.opentelemetry.io/otel/semconv/v1.7.0
package.The package contains semantic conventions from the
v1.7.0
version of the OpenTelemetry specification. (Add semconv/v1.7.0 package #2320)go.opentelemetry.io/otel/semconv/v1.6.1
package.The package contains semantic conventions from the
v1.6.1
version of the OpenTelemetry specification. (Add semconv/v1.6.1 package #2321)go.opentelemetry.io/otel/semconv/v1.5.0
package.The package contains semantic conventions from the
v1.5.0
version of the OpenTelemetry specification. (Add semconv/v1.5.0 package #2322)semconv/v1.4.0
package note the following name changes:K8SReplicasetUIDKey
->K8SReplicaSetUIDKey
K8SReplicasetNameKey
->K8SReplicaSetNameKey
K8SStatefulsetUIDKey
->K8SStatefulSetUIDKey
K8SStatefulsetNameKey
->K8SStatefulSetNameKey
K8SDaemonsetUIDKey
->K8SDaemonSetUIDKey
K8SDaemonsetNameKey
->K8SDaemonSetNameKey
Changed
Fixed
"go.opentelemetry.io/otel/semconv/v1.4.0".HTTPServerAttributesFromHTTPRequest
now correctly only sets the HTTP client IP attribute even if the connection was routed with proxies and there are multiple addresses in theX-Forwarded-For
header. (http.client_ip contains multiple addresses from X-Forwarded-For #2282, Fix: http.client_ip vs multiple addresses #2282 #2284)"go.opentelemetry.io/otel/semconv/v1.4.0".NetAttributesFromHTTPRequest
function correctly handles IPv6 addresses as IP addresses and sets the correct net peer IP instead of the net peer hostname attribute. (net.peer.ip not filled for IPv6 #2283, Fix IPv6 parsing errors in semconv.NetAttributesFromHTTPRequest #2285)