-
Notifications
You must be signed in to change notification settings - Fork 110
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
Update opentelemetry-go monorepo to v1.31.0 #2681
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
cb71c14
to
674beb3
Compare
fc4211a
to
de6b495
Compare
650f389
to
bcb9bc9
Compare
@lucacome Hmm so the problem with this new approach is that renovate will never rebase it. Not the end of the world. |
it wasn't supposed to block the PR, I'll look into it |
| datasource | package | from | to | | ---------- | --------------------------------------------------------------- | ------- | ------- | | go | go.opentelemetry.io/otel | v1.30.0 | v1.31.0 | | go | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc | v1.30.0 | v1.31.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f981f8a
to
b408084
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
* Update opentelemetry-go monorepo to v1.31.0 | datasource | package | from | to | | ---------- | --------------------------------------------------------------- | ------- | ------- | | go | go.opentelemetry.io/otel | v1.30.0 | v1.31.0 | | go | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc | v1.30.0 | v1.31.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update files for renovate --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
v1.30.0
->v1.31.0
v1.30.0
->v1.31.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.31.0
: /v0.53.0/v0.7.0/v0.0.10Compare Source
Added
go.opentelemetry.io/otel/sdk/metric/exemplar
package which includesExemplar
,Filter
,TraceBasedFilter
,AlwaysOnFilter
,HistogramReservoir
,FixedSizeReservoir
,Reservoir
,Value
andValueType
types. These will be used for configuring the exemplar reservoir for the metrics sdk. (#5747, #5862)WithExportBufferSize
option to log batch processor.(#5877)Changed
go.opentelemetry.io/otel/sdk/metric
. Exemplars can be disabled by settingOTEL_METRICS_EXEMPLAR_FILTER=always_off
(#5778)Logger.Enabled
ingo.opentelemetry.io/otel/log
now accepts a newly introducedEnabledParameters
type instead ofRecord
. (#5791)FilterProcessor.Enabled
ingo.opentelemetry.io/otel/sdk/log/internal/x
now acceptsEnabledParameters
instead ofRecord
. (#5791)Record
type ingo.opentelemetry.io/otel/log
is no longer comparable. (#5847)SetAttributes
method inSpan
. (#5864)Event
andLink
lists inSpan
. (#5858)AddEvent
,AddLink
,RecordError
andEnd
methods inSpan
. (#5874)Deprecated
go.opentelemetry.io/otel/example
as they are moved to Contrib repository. (#5854)Fixed
FixedSize
exemplar reservoirs identified in #5814 is resolved. (#5819)reflect.TypeOf
to use a nil pointer to not allocate on the heap unless necessary. (#5827)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.