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

build(deps): Bump go.opentelemetry.io/collector/cmd/mdatagen from 0.20.0 to 0.22.0 in /internal/tools #2659

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

Bumps go.opentelemetry.io/collector/cmd/mdatagen from 0.20.0 to 0.22.0.

Release notes

Sourced from go.opentelemetry.io/collector/cmd/mdatagen's releases.

Release version 0.22.0

v0.22.0 Beta

🛑 Breaking changes 🛑

  • Rename ServiceExtension to just Extension (#2581)
  • Remove consumerdata.TraceData (#2551)
  • Move consumerdata.MetricsData to internaldata.MetricsData (#2512)
  • Remove custom OpenCensus sematic conventions that have equivalent in otel (#2552)
  • Move ScrapeErrors and PartialScrapeError to scrapererror (#2580)
  • Remove support for deprecated unmarshaler CustomUnmarshaler, only Unmarshal is supported (#2591)
  • Remove deprecated componenterror.CombineErrors (#2598)
  • Rename pdata.TimestampUnixNanos to pdata.Timestamp (#2549)

💡 Enhancements 💡

  • prometheus exporter: Re-implement on top of github.com/prometheus/client_golang/prometheus and add metric_expiration option
  • logging exporter: Add support for AttributeMap (#2609)
  • Add semantic conventions for instrumentation library (#2602)

🧰 Bug fixes 🧰

  • otlp receiver: Fix Shutdown() bug (#2564)
  • batch processor: Fix Shutdown behavior (#2537)
  • logging exporter: Fix handling the loop for empty attributes (#2610)
  • prometheusremotewrite exporter: Fix counter name check (#2613)

Release version 0.21.0

v0.21.0 Beta

🛑 Breaking changes 🛑

  • Remove deprecated function IsValid from trace/span ID (#2522)
  • Remove accessors for deprecated status code (#2521)

💡 Enhancements 💡

  • otlphttp exporter: Add compression option for gzip encoding of outgoing http requests (#2502)
  • Add ScrapeErrors struct to consumererror to simplify errors usage (#2414)
  • Add cors_allowed_headers option to confighttp (#2454)
  • Add SASL/SCRAM authentication mechanism on kafka receiver and exporter (#2503)

🧰 Bug fixes 🧰

  • otlp receiver: Sets the correct deprecated status code before sending data to the pipeline (#2521)
  • Fix IsPermanent to account for wrapped errors (#2455)
  • otlp exporter: Preserve original error messages (#2459)
Changelog

Sourced from go.opentelemetry.io/collector/cmd/mdatagen's changelog.

v0.22.0 Beta

🛑 Breaking changes 🛑

  • Rename ServiceExtension to just Extension (#2581)
  • Remove consumerdata.TraceData (#2551)
  • Move consumerdata.MetricsData to internaldata.MetricsData (#2512)
  • Remove custom OpenCensus sematic conventions that have equivalent in otel (#2552)
  • Move ScrapeErrors and PartialScrapeError to scrapererror (#2580)
  • Remove support for deprecated unmarshaler CustomUnmarshaler, only Unmarshal is supported (#2591)
  • Remove deprecated componenterror.CombineErrors (#2598)
  • Rename pdata.TimestampUnixNanos to pdata.Timestamp (#2549)

💡 Enhancements 💡

  • prometheus exporter: Re-implement on top of github.com/prometheus/client_golang/prometheus and add metric_expiration option
  • logging exporter: Add support for AttributeMap (#2609)
  • Add semantic conventions for instrumentation library (#2602)

🧰 Bug fixes 🧰

  • otlp receiver: Fix Shutdown() bug (#2564)
  • batch processor: Fix Shutdown behavior (#2537)
  • logging exporter: Fix handling the loop for empty attributes (#2610)
  • prometheusremotewrite exporter: Fix counter name check (#2613)

v0.21.0 Beta

🛑 Breaking changes 🛑

  • Remove deprecated function IsValid from trace/span ID (#2522)
  • Remove accessors for deprecated status code (#2521)

💡 Enhancements 💡

  • otlphttp exporter: Add compression option for gzip encoding of outgoing http requests (#2502)
  • Add ScrapeErrors struct to consumererror to simplify errors usage (#2414)
  • Add cors_allowed_headers option to confighttp (#2454)
  • Add SASL/SCRAM authentication mechanism on kafka receiver and exporter (#2503)

🧰 Bug fixes 🧰

  • otlp receiver: Sets the correct deprecated status code before sending data to the pipeline (#2521)
  • Fix IsPermanent to account for wrapped errors (#2455)
  • otlp exporter: Preserve original error messages (#2459)
Commits
  • 0345f0d Release v0.22.0 (#2634)
  • 3e5d49e Bump github.com/golangci/golangci-lint from 1.37.1 to 1.38.0 in /internal/too...
  • a3803f6 Do not wait for all CI actions to pass before reporting (#2632)
  • f86d7e1 Move html template generated code to generated directory and ignore coverage ...
  • b6cf092 Move service/builder to internal, no need to expose public (#2625)
  • 15299a2 Clarify that memorylimiter processor supports logs (#2629)
  • d9099c5 Simplify builders for components, remove unnecessary builders (#2624)
  • 98a0672 Remove SetConsumerError from sink helpers (#2579)
  • 44a8a09 Bump go.opentelemetry.io/otel/* from 0.17.0 to 0.18.0 in /examples/demo/app (...
  • 35cf41e [prometheusremotewrite] fix: counter name check (#2613)
  • 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)

@codecov
Copy link

codecov bot commented Mar 11, 2021

Codecov Report

Merging #2659 (ad321a1) into main (8c3c810) will increase coverage by 22.47%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2659       +/-   ##
===========================================
+ Coverage   69.09%   91.57%   +22.47%     
===========================================
  Files          34      447      +413     
  Lines        1605    22085    +20480     
===========================================
+ Hits         1109    20224    +19115     
- Misses        422     1392      +970     
- Partials       74      469      +395     
Flag Coverage Δ
integration 69.09% <ø> (ø)
unit 90.50% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
receiver/kubeletstatsreceiver/runnable.go 100.00% <0.00%> (ø)
...otnetdiagnosticsreceiver/dotnet/nettrace_parser.go 100.00% <0.00%> (ø)
processor/k8sprocessor/kube/fake_informer.go 94.73% <0.00%> (ø)
...ourcedetectionprocessor/internal/azure/metadata.go 77.41% <0.00%> (ø)
exporter/awsxrayexporter/translator/segment.go 91.48% <0.00%> (ø)
exporter/signalfxexporter/correlation/config.go 100.00% <0.00%> (ø)
exporter/lokiexporter/exporter.go 94.80% <0.00%> (ø)
...urcedetectionprocessor/internal/system/metadata.go 0.00% <0.00%> (ø)
exporter/datadogexporter/metrics/utils.go 100.00% <0.00%> (ø)
exporter/uptraceexporter/factory.go 100.00% <0.00%> (ø)
... and 425 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c3c810...ad321a1. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/tools/go.opentelemetry.io/collector/cmd/mdatagen-0.22.0 branch from 7adaea6 to b75f65d Compare March 13, 2021 00:24
kisieland pushed a commit to kisieland/opentelemetry-collector-contrib that referenced this pull request Mar 16, 2021
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/tools/go.opentelemetry.io/collector/cmd/mdatagen-0.22.0 branch 3 times, most recently from bed97f0 to a91b76c Compare March 19, 2021 19:53
@bogdandrutu
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/tools/go.opentelemetry.io/collector/cmd/mdatagen-0.22.0 branch from a91b76c to ad321a1 Compare March 22, 2021 19:01
@bogdandrutu bogdandrutu merged commit cc45489 into main Mar 22, 2021
@bogdandrutu bogdandrutu deleted the dependabot/go_modules/internal/tools/go.opentelemetry.io/collector/cmd/mdatagen-0.22.0 branch March 22, 2021 19:29
pmatyjasek-sumo referenced this pull request in pmatyjasek-sumo/opentelemetry-collector-contrib Apr 28, 2021
Bumps [go.opentelemetry.io/collector/cmd/mdatagen](https://github.com/open-telemetry/opentelemetry-collector) from 0.20.0 to 0.22.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.20.0...v0.22.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants