Skip to content
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

fix: bump go.opentelemetry.io/otel/metric from 0.24.0 to 0.26.0 #10627

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2022

Bumps go.opentelemetry.io/otel/metric from 0.24.0 to 0.26.0.

Changelog

Sourced from go.opentelemetry.io/otel/metric's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

This project adheres to Semantic Versioning.

[Unreleased]

Added

  • Support OTEL_EXPORTER_ZIPKIN_ENDPOINT env to specify zipkin collector endpoint (#2490)
  • Log the configuration of TracerProviders, and Tracers for debugging. To enable use a logger with Verbosity (V level) >=1
  • Added environment variables for: OTEL_BSP_SCHEDULE_DELAY, OTEL_BSP_EXPORT_TIMEOUT, OTEL_BSP_MAX_QUEUE_SIZE and OTEL_BSP_MAX_EXPORT_BATCH_SIZE (#2515)

Changed

  • Jaeger exporter takes into additional 70 bytes overhead into consideration when sending UDP packets (#2489, #2512)
  • Zipkin exporter exports Resource attributes as the Tags field. (#2589)

Deprecated

  • Deprecate module "go.opentelemetry.io/otel/sdk/export/metric", new functionality available in "go.opentelemetry.io/otel/sdk/metric" module:
    • Import path changed import "go.opentelemetry.io/otel/sdk/export/metric" to import go.opentelemetry.io/otel/sdk/metric/export (#2382).
  • Deprecate AtomicFieldOffsets, unnecessary public func (#2445)

Fixed

  • Fixes the instrument kind for noop async instruments. (#2461)
  • Change the otlpmetric.Client interface's UploadMetrics method to accept a single ResourceMetrics instead of a slice of them. (#2491)
  • Specify explicit buckets in Prometheus example. (#2493)
  • W3C baggage will now decode urlescaped values. (#2529)
  • Baggage members are now only validated once, when calling NewMember and not also when adding it to the baggage itself. (#2522)
  • The order attributes are dropped from spans in the go.opentelemetry.io/otel/sdk/trace package when capacity is reached is fixed to be in compliance with the OpenTelemetry specification. Instead of dropping the least-recently-used attribute, the last added attribute is dropped. This drop order still only applies to attributes with unique keys not already contained in the span. If an attribute is added with a key already contained in the span, that attribute is updated to the new value being added. (#2576)

Removed

[1.3.0] - 2021-12-10

⚠️ Notice ⚠️

... (truncated)

Commits
  • aedef05 Release prep v1.3.0 (#2441)
  • b46019a Fix Jaeger exporter status conversion (#2440)
  • 9312664 Fix per-signal endpoint parsing in OTLP exporters (#2433)
  • b177541 Use host root CA set by default for OTLP exporter (#2432)
  • 2b7c650 Merge pull request #2424 from MadVikingGod/refactor-errorhandler
  • c351302 Merge branch 'main' into refactor-errorhandler
  • a4f183b Remove metric MinMaxSumCount kind aggregation (#2423)
  • ee60bcc Bump github.com/itchyny/gojq from 0.12.5 to 0.12.6 in /internal/tools (#2430)
  • a7b3c37 Bump golang.org/x/tools from 0.1.7 to 0.1.8 in /internal/tools (#2429)
  • ae76e71 Bump github.com/go-logr/logr from 1.2.0 to 1.2.1 (#2428)
  • Additional commits viewable in compare 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2022
@telegraf-tiger telegraf-tiger bot added the fix pr to fix corresponding bug label Feb 10, 2022
@sspaink
Copy link
Contributor

sspaink commented Feb 10, 2022

@dependabot rebase

Bumps [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) from 0.24.0 to 0.26.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@metric/v0.24.0...metric/v0.26.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.opentelemetry.io/otel/metric-0.26.0 branch from 4a80faf to 7c61741 Compare February 10, 2022 23:41
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@sspaink
Copy link
Contributor

sspaink commented Feb 14, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2022

Superseded by #10647.

@dependabot dependabot bot closed this Feb 14, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/go.opentelemetry.io/otel/metric-0.26.0 branch February 14, 2022 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file fix pr to fix corresponding bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant