Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump go.opentelemetry.io/otel from 1.11.1 to 1.14.0#6951

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubApr 1, 2023

Bumpsgo.opentelemetry.io/otel from 1.11.1 to 1.14.0.

Changelog

Sourced fromgo.opentelemetry.io/otel's changelog.

[1.14.0/0.37.0/0.0.4] 2023-02-27

This release is the last to support [Go 1.18].The next release will require at least [Go 1.19].

Added

  • Theevent type semantic conventions are added togo.opentelemetry.io/otel/semconv/v1.17.0. (#3697)
  • Support [Go 1.20]. (#3693)
  • Thego.opentelemetry.io/otel/semconv/v1.18.0 package.The package contains semantic conventions from thev1.18.0 version of the OpenTelemetry specification. (#3719)
    • The followingconst renames fromgo.opentelemetry.io/otel/semconv/v1.17.0 are included:
      • OtelScopeNameKey ->OTelScopeNameKey
      • OtelScopeVersionKey ->OTelScopeVersionKey
      • OtelLibraryNameKey ->OTelLibraryNameKey
      • OtelLibraryVersionKey ->OTelLibraryVersionKey
      • OtelStatusCodeKey ->OTelStatusCodeKey
      • OtelStatusDescriptionKey ->OTelStatusDescriptionKey
      • OtelStatusCodeOk ->OTelStatusCodeOk
      • OtelStatusCodeError ->OTelStatusCodeError
    • The followingfunc renames fromgo.opentelemetry.io/otel/semconv/v1.17.0 are included:
      • OtelScopeName ->OTelScopeName
      • OtelScopeVersion ->OTelScopeVersion
      • OtelLibraryName ->OTelLibraryName
      • OtelLibraryVersion ->OTelLibraryVersion
      • OtelStatusDescription ->OTelStatusDescription
  • AIsSampled method is added to theSpanContext implementation ingo.opentelemetry.io/otel/bridge/opentracing to expose the span sampled state.See theREADME for more information. (#3570)
  • TheWithInstrumentationAttributes option togo.opentelemetry.io/otel/metric. (#3738)
  • TheWithInstrumentationAttributes option togo.opentelemetry.io/otel/trace. (#3739)
  • The following environment variables are supported by the periodicReader ingo.opentelemetry.io/otel/sdk/metric. (#3763)
    • OTEL_METRIC_EXPORT_INTERVAL sets the time between collections and exports.
    • OTEL_METRIC_EXPORT_TIMEOUT sets the timeout an export is attempted.

Changed

  • Fall-back toTextMapCarrier when it's notHttpHeaders ingo.opentelemetry.io/otel/bridge/opentracing. (#3679)
  • TheCollect method of the"go.opentelemetry.io/otel/sdk/metric".Reader interface is updated to accept themetricdata.ResourceMetrics value the collection will be made into.This change is made to enable memory reuse by SDK users. (#3732)
  • TheWithUnit option ingo.opentelemetry.io/otel/sdk/metric/instrument is updated to accept astring for the unit value. (#3776)

Fixed

  • Ensurego.opentelemetry.io/otel does not use generics. (#3723,#3725)
  • Multi-readerMeterProviders now export metrics for all readers, instead of just the first reader. (#3720,#3724)
  • Remove use of deprecated"math/rand".Seed ingo.opentelemetry.io/otel/example/prometheus. (#3733)
  • Do not silently drop unknown schema data withParse ingo.opentelemetry.io/otel/schema/v1.1. (#3743)
  • Data race issue in OTLP exporter retry mechanism. (#3755,#3756)
  • Wrapping empty errors when exporting ingo.opentelemetry.io/otel/sdk/metric. (#3698,#3772)
  • Incorrect "all" and "resource" definition for schema files ingo.opentelemetry.io/otel/schema/v1.1. (#3777)

... (truncated)

Commits
  • 2e54fbb Release v1.14.0/v0.37.0/v0.0.4 (#3810)
  • 46d7f8d Add Note about dropping go 1.18 (#3771)
  • b177f58 [docs] fix link to traces concept page (#3807)
  • 2c213bf Restructure compatibility testing (#3779)
  • 071d317 Fix incorrect "all" and "resource" definition for Schema File (#3777)
  • fe6856e Deprecatemetric/unit and use astring for units in the metric API/SDK (#...
  • 17e5d0f Do not wrap error if multierror does not have one. (#3772)
  • 01bbea3 Bump lycheeverse/lychee-action from 1.5.4 to 1.6.1 (#3780)
  • 0a75c5b dependabot updates Sun Feb 26 15:49:13 UTC 2023 (#3804)
  • 6fa6afb Fixglobal.MeterProvider documentation (#3774)
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.11.1 to 1.14.0.- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)- [Commits](open-telemetry/opentelemetry-go@v1.11.1...v1.14.0)---updated-dependencies:- dependency-name: go.opentelemetry.io/otel  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubApr 3, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting@dependabot ignore this major version or@dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding anignore condition with the desiredupdate_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabotdependabotbot deleted the dependabot/go_modules/go.opentelemetry.io/otel-1.14.0 branchApril 3, 2023 04:50
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@coadler

[8]ページ先頭

©2009-2025 Movatter.jp