-
Notifications
You must be signed in to change notification settings - Fork 579
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 v1.19.0/v0.44.0/v0.13.0 #4299
Merged
MrAlias
merged 9 commits into
open-telemetry:main
from
MrAlias:release-v1.19.0/v0.44.0/v0.13.0
Sep 12, 2023
Merged
Release v1.19.0/v0.44.0/v0.13.0 #4299
MrAlias
merged 9 commits into
open-telemetry:main
from
MrAlias:release-v1.19.0/v0.44.0/v0.13.0
Sep 12, 2023
Conversation
This file contains 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
pellared
approved these changes
Sep 12, 2023
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## main #4299 +/- ##
=======================================
+ Coverage 81.9% 83.0% +1.0%
=======================================
Files 141 142 +1
Lines 9708 9713 +5
=======================================
+ Hits 7960 8066 +106
+ Misses 1616 1512 -104
- Partials 132 135 +3 |
MrAlias
requested review from
MadVikingGod,
yurishkuro,
Aneurysm9,
dmathieu and
hanyuancheung
as code owners
September 12, 2023 15:48
MadVikingGod
approved these changes
Sep 12, 2023
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
gcp.gce.instance.name
andgcp.gce.instance.hostname
resource attributes togo.opentelemetry.io/contrib/detectors/gcp
. (Add new gcp host attributes and update gcp semconv #4263)Changed
go.opentelemetry.io/contrib/detectors/aws/ec2
have been upgraded to v1.21.0. (Update AWS detector and instrumentation semconv to v1.21.0 #4265)go.opentelemetry.io/contrib/detectors/aws/ecs
have been upgraded to v1.21.0. (Update AWS detector and instrumentation semconv to v1.21.0 #4265)go.opentelemetry.io/contrib/detectors/aws/eks
have been upgraded to v1.21.0. (Update AWS detector and instrumentation semconv to v1.21.0 #4265)go.opentelemetry.io/contrib/detectors/aws/lambda
have been upgraded to v1.21.0. (Update AWS detector and instrumentation semconv to v1.21.0 #4265)go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda
have been upgraded to v1.21.0. (Update AWS detector and instrumentation semconv to v1.21.0 #4265)faas.execution
attribute is nowfaas.invocation_id
.faas.id
attribute is nowaws.lambda.invoked_arn
.go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
have been upgraded to v1.21.0. (Update AWS detector and instrumentation semconv to v1.21.0 #4265)http.request.method
attribute will only allow known HTTP methods from the metrics generated bygo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (Remove high cardanility metrics from otelhttp #4277)Removed
net.sock.peer.addr
,net.sock.peer.port
,http.user_agent
,enduser.id
, andhttp.client_ip
were removed from the metrics generated bygo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (Remove high cardanility metrics from otelhttp #4277)go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego
module is removed. (Remove otelbeego, otelkit, otelsarama, otelmemcache, otelgocql #4295)go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit
module is removed. (Remove otelbeego, otelkit, otelsarama, otelmemcache, otelgocql #4295)go.opentelemetry.io/contrib/instrumentation/github.com/Shopify/sarama/otelsarama
module is removed. (Remove otelbeego, otelkit, otelsarama, otelmemcache, otelgocql #4295)go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache
module is removed. (Remove otelbeego, otelkit, otelsarama, otelmemcache, otelgocql #4295)go.opentelemetry.io/contrib/instrumentation/github.com/gocql/gocql/otelgocql
module is removed. (Remove otelbeego, otelkit, otelsarama, otelmemcache, otelgocql #4295)