-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bump the otel-collector group with 4 updates #4608
Merged
yurishkuro
merged 5 commits into
main
from
dependabot/go_modules/otel-collector-50a8dc1970
Aug 2, 2023
Merged
Bump the otel-collector group with 4 updates #4608
yurishkuro
merged 5 commits into
main
from
dependabot/go_modules/otel-collector-50a8dc1970
Aug 2, 2023
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
Bumps the otel-collector group with 4 updates: [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib), [go.opentelemetry.io/collector/config/configgrpc](https://github.com/open-telemetry/opentelemetry-collector), [go.opentelemetry.io/collector/config/confighttp](https://github.com/open-telemetry/opentelemetry-collector) and [go.opentelemetry.io/collector/receiver/otlpreceiver](https://github.com/open-telemetry/opentelemetry-collector). Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.81.0 to 0.82.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-collector-contrib@v0.81.0...v0.82.0) Updates `go.opentelemetry.io/collector/config/configgrpc` from 0.81.0 to 0.82.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-collector@v0.81.0...v0.82.0) Updates `go.opentelemetry.io/collector/config/confighttp` from 0.81.0 to 0.82.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-collector@v0.81.0...v0.82.0) Updates `go.opentelemetry.io/collector/receiver/otlpreceiver` from 0.81.0 to 0.82.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-collector@v0.81.0...v0.82.0) --- updated-dependencies: - dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: otel-collector - dependency-name: go.opentelemetry.io/collector/config/configgrpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: otel-collector - dependency-name: go.opentelemetry.io/collector/config/confighttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: otel-collector - dependency-name: go.opentelemetry.io/collector/receiver/otlpreceiver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: otel-collector ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #4608 +/- ##
==========================================
- Coverage 97.06% 97.05% -0.02%
==========================================
Files 301 301
Lines 17876 17876
==========================================
- Hits 17352 17349 -3
- Misses 420 422 +2
- Partials 104 105 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
yurishkuro
approved these changes
Aug 2, 2023
dependabot
bot
deleted the
dependabot/go_modules/otel-collector-50a8dc1970
branch
August 2, 2023 05:25
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.
Bumps the otel-collector group with 4 updates: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger, go.opentelemetry.io/collector/config/configgrpc, go.opentelemetry.io/collector/config/confighttp and go.opentelemetry.io/collector/receiver/otlpreceiver.
Updates
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
from 0.81.0 to 0.82.0Release notes
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's releases.
Changelog
Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's changelog.
... (truncated)
Commits
79513ba
[chore] Prepare release 0.82.0 (#24667)66bac88
[chore] make update-otel (#24661)1c292e8
[pkg/translator/prometheusremotewrite] Improve performance of conversion to P...158ee0e
[chore] Update tests to include scraper settings (#24653)b44a1ba
GH-24564 tailsamplingprocessor added invert_match rule for numeric … (#24564)015d8db
[translator/zipkin] stop dropping error tags in Zipkin translator (#24547)d3086c7
[chore] update CONTRIBUTING to match codeowners generation step (#24556)3e1037a
Add ottl len converter (#24420)915f963
[exporter/loki] Add setting default_labels_enabled to the config (#23863)302136b
[chore] [k8sclusterreceiver] consolidate metadata.yaml (#24646)Updates
go.opentelemetry.io/collector/config/configgrpc
from 0.81.0 to 0.82.0Release notes
Sourced from go.opentelemetry.io/collector/config/configgrpc's releases.
Changelog
Sourced from go.opentelemetry.io/collector/config/configgrpc's changelog.
Commits
3089ea8
[chore] Prepare release v1.0.0-rcv0014/v0.82.0 (#8138)cd00f5c
Revert usage of multimod for diff between versions (#8137)996c118
[chore] Update release schedule (#8136)5613523
add span processor configuration (#8117)5f11443
Add path prefix for otlp http receiver (#7570)a18c67d
Clarify error message when connector ID must be disambiguated (#8121)89f1e9f
Add support for OTLP export for internal metrics (#8097)a1efc0e
[chore] update jsonschema (#8113)b5e511c
[chore] dependabot updates Wed Jul 19 06:35:26 UTC 2023 (#8110)8949d1d
add support for periodic reader interval/timeout (#8096)Updates
go.opentelemetry.io/collector/config/confighttp
from 0.81.0 to 0.82.0Release notes
Sourced from go.opentelemetry.io/collector/config/confighttp's releases.
Changelog
Sourced from go.opentelemetry.io/collector/config/confighttp's changelog.
Commits
3089ea8
[chore] Prepare release v1.0.0-rcv0014/v0.82.0 (#8138)cd00f5c
Revert usage of multimod for diff between versions (#8137)996c118
[chore] Update release schedule (#8136)5613523
add span processor configuration (#8117)5f11443
Add path prefix for otlp http receiver (#7570)a18c67d
Clarify error message when connector ID must be disambiguated (#8121)89f1e9f
Add support for OTLP export for internal metrics (#8097)a1efc0e
[chore] update jsonschema (#8113)b5e511c
[chore] dependabot updates Wed Jul 19 06:35:26 UTC 2023 (#8110)8949d1d
add support for periodic reader interval/timeout (#8096)Updates
go.opentelemetry.io/collector/receiver/otlpreceiver
from 0.81.0 to 0.82.0Release notes
Sourced from go.opentelemetry.io/collector/receiver/otlpreceiver's releases.
Changelog
Sourced from go.opentelemetry.io/collector/receiver/otlpreceiver's changelog.
Commits
3089ea8
[chore] Prepare release v1.0.0-rcv0014/v0.82.0 (#8138)cd00f5c
Revert usage of multimod for diff between versions (#8137)996c118
[chore] Update release schedule (#8136)5613523
add span processor configuration (#8117)5f11443
Add path prefix for otlp http receiver (#7570)a18c67d
Clarify error message when connector ID must be disambiguated (#8121)89f1e9f
Add support for OTLP export for internal metrics (#8097)a1efc0e
[chore] update jsonschema (#8113)b5e511c
[chore] dependabot updates Wed Jul 19 06:35:26 UTC 2023 (#8110)8949d1d
add support for periodic reader interval/timeout (#8096)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