-
Notifications
You must be signed in to change notification settings - Fork 559
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.4.0/v0.29.0 #1639
Release v1.4.0/v0.29.0 #1639
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1639 +/- ##
=======================================
+ Coverage 69.5% 76.2% +6.7%
=======================================
Files 127 132 +5
Lines 5448 5456 +8
=======================================
+ Hits 3787 4160 +373
+ Misses 1519 1142 -377
- Partials 142 154 +12
|
08707af
to
723e32d
Compare
This is now a deprecated package, do not depend on it.
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.
Please double-check if the following commit/PR should be included in CHANGELOG:
I'll update the changelog to include this change. Thanks for the catch. |
otel
dependenciesotel/sdk/export/metric*
package to use the non-deprecated replacement.version.go
files (looks like this was missed last release).Release notes
Added
WithClientTrace
option togo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (otelhttp: add WithClientTrace to connect with otelhttptrace #875)Changed
go.opentelemetry.io/contrib/instrumentation/runtime
package have been renamed fromruntime.go.*
toprocess.runtime.go.*
so as to comply with OpenTelemetry semantic conventions. (add process prefix to runtime go metrics #1549)Fixed
http-server-duration
instrument ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
to record milliseconds instead of microseconds.This changes fixes the code to comply with the OpenTelemetry specification. (Modified otel-http-server-duration from microseconds to milliseconds #1414, Modified otel-http-server-duration from microseconds to milliseconds #1537)
"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp".Transport
type now correctly handles protocol switching responses.The returned response body implements the
io.ReadWriteCloser
interface if the underlying one does.This ensures that protocol switching requests receive a response body that they can write to. (
otelhttp.Transport
is unable to properly handle protocol switching (e.g. for websockets) #1329, Make the otelhttp Transport handle protocol switching #1628)Deprecated
go.opentelemetry.io/contrib/exporters/metric/datadog
module is deprecated. (Release v1.4.0/v0.29.0 #1639)go.opentelemetry.io/contrib/exporters/metric/dogstatsd
module is deprecated. (Release v1.4.0/v0.29.0 #1639)go.opentelemetry.io/contrib/exporters/metric/cortex
module is deprecated.Use the go.opentelemetry.io/otel/exporters/otlp/otlpmetric exporter as a replacement to send data to a collector which can then export with its PRW exporter. (Release v1.4.0/v0.29.0 #1639)
Removed
MinMaxSumCount
from cortex and datadog exporter. (Remove the MinMaxSumCount from cortex and datadog exporter #1554)go.opentelemetry.io/contrib/exporters/metric/dogstatsd
exporter no longer support exporting histogram or exact data points. (Release v1.4.0/v0.29.0 #1639)go.opentelemetry.io/contrib/exporters/metric/datadog
exporter no longer support exporting exact data points. (Release v1.4.0/v0.29.0 #1639)