Release stable-v1 as 1.1.0#2327
Merged
MrAlias merged 7 commits intoopen-telemetry:mainfrom Oct 27, 2021
Merged
Conversation
Add new 1.0.2 section and move relevant items that the release will contain to this section.
Member
|
Should this be v1.1.0 since new packages/modules were added? |
Contributor
Author
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
|
Contributor
Author
|
@Aneurysm9 updated, PTAL. |
Aneurysm9
approved these changes
Oct 26, 2021
pellared
approved these changes
Oct 27, 2021
Co-authored-by: Robert Pająk <pellared@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc".WithGRPCConnoption so the exporter can reusing existing gRPC connection. (allow otlp clients to use existing grpc connection #2002)go.opentelemetry.io/otel/semconv/v1.7.0package.The package contains semantic conventions from the
v1.7.0version of the OpenTelemetry specification. (Add semconv/v1.7.0 package #2320)go.opentelemetry.io/otel/semconv/v1.6.1package.The package contains semantic conventions from the
v1.6.1version of the OpenTelemetry specification. (Add semconv/v1.6.1 package #2321)go.opentelemetry.io/otel/semconv/v1.5.0package.The package contains semantic conventions from the
v1.5.0version of the OpenTelemetry specification. (Add semconv/v1.5.0 package #2322)semconv/v1.4.0package note the following name changes:K8SReplicasetUIDKey->K8SReplicaSetUIDKeyK8SReplicasetNameKey->K8SReplicaSetNameKeyK8SStatefulsetUIDKey->K8SStatefulSetUIDKeyK8SStatefulsetNameKey->K8SStatefulSetNameKeyK8SDaemonsetUIDKey->K8SDaemonSetUIDKeyK8SDaemonsetNameKey->K8SDaemonSetNameKeyChanged
Fixed
"go.opentelemetry.io/otel/semconv/v1.4.0".HTTPServerAttributesFromHTTPRequestnow correctly only sets the HTTP client IP attribute even if the connection was routed with proxies and there are multiple addresses in theX-Forwarded-Forheader. (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".NetAttributesFromHTTPRequestfunction 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)