-
Notifications
You must be signed in to change notification settings - Fork 582
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.18.0/0.43.0/0.12.0 #4254
Merged
Merged
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
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4254 +/- ##
=======================================
+ Coverage 79.4% 82.6% +3.1%
=======================================
Files 166 171 +5
Lines 10360 10425 +65
=======================================
+ Hits 8230 8614 +384
+ Misses 1996 1661 -335
- Partials 134 150 +16
|
MrAlias
force-pushed
the
release-v1.18/0.43
branch
from
August 28, 2023 15:36
aa6c78e
to
f1a93a9
Compare
MrAlias
requested review from
MadVikingGod,
yurishkuro,
Aneurysm9,
pellared,
dmathieu and
hanyuancheung
as code owners
August 28, 2023 15:37
dashpole
approved these changes
Aug 28, 2023
dmathieu
approved these changes
Aug 28, 2023
jlordiales
pushed a commit
to jlordiales/opentelemetry-go-contrib
that referenced
this pull request
Sep 5, 2023
* Bump versions * Update go.opentelemetry.io/otel dependencies * Prepare stable-v1 for version v1.18.0 * Upgrade experimential-instrumentation modules to v0.43.0 * Prepare experimental-metrics for version v0.43.0 * Prepare experimental-samplers for version v0.12.0 * Update changelog for release * Update changelog
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
NewMiddleware
function ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (Add otelhttp.NewMiddleware #2964)go.opentelemetry.io/contrib/exporters/autoexport
package to provide configuration of trace exporters with useful defaults and environment variable support. (Add autoexport to automatically configure trace exporters #2753, autoexport: OTLP exporter defaults to http/protobuf protocol instead of grpc #4100, autoexport: Handle OTEL_TRACES_EXPORTER=none #4130, autoexport: Update docs #4132, autoexport: Rename IsNone to IsNoneSpanExporter #4134)WithRouteTag
ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
adds HTTP route attribute to metrics. (WithRouteTag adds HTTP route attribute to metrics #615)WithSpanOptions
option ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (otelgrpc: Add SpanStartOptions #3768)Changed
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
to disableSENT
/RECEIVED
events.Use
WithMessageEvents()
to turn back on. (Reduce OpenTelemetry events in gRPC interceptor #3964)Fixed
quotaBalance
to 1x quota ingo.opentelemetry.io/contrib/samplers/aws/xray
. ( XRay Remote Sampler accumulates Quota balance above assigned quota #3651, XRay Remote Sampler - Cap quotaBalance to 1x quota #3652)go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
. (Fix panic in otelhttptrace #3892)go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
RoundTripper
ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (fix: Do not modify the origin request in RoundTripper #4033)OTEL_PROPAGATORS
environment variable the same way as when the variable is unset ingo.opentelemetry.io/contrib/propagators/autoprop
. (autoprop: Handle empty env var as unset #4101)go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (Fix gRPC service/method URL path parsing discrepancies #4135)Deprecated
go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego
module is deprecated. (Deprecate otelbeego #4092, Add missing deprecation notices to go.mod files #4104)go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit
module is deprecated. (Deprecate otelkit #4093, Add missing deprecation notices to go.mod files #4104)go.opentelemetry.io/contrib/instrumentation/github.com/Shopify/sarama/otelsarama
module is deprecated. (Deprecate otelsarama #4099)Removed
Handler
type ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (Add otelhttp.NewMiddleware #2964)