SigNoz / opentelemetry-collector-contrib

Apache License 2.0
2 stars 4 forks source link

chore(deps): bump github.com/wavefronthq/wavefront-sdk-go from 0.9.10 to 0.10.2 in /exporter/tanzuobservabilityexporter #2323

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/wavefronthq/wavefront-sdk-go from 0.9.10 to 0.10.2.

Release notes

Sourced from github.com/wavefronthq/wavefront-sdk-go's releases.

Fix internal metric names in new sender API

Bug Fixes and Dependency Updates

  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @​dependabot in #95
  • Prefix of internal metric names is ~sdk.go.core.sender.proxy when new sender API is used in proxy mode and it is ~sdk.go.core.sender.direct when new sender API is used in direct ingestion mode

Full Changelog: https://github.com/wavefrontHQ/wavefront-sdk-go/compare/v0.10.1...v0.10.2

Update README file with current badges and API

Documentation updates

CI updates

Bug Fixes and Dependency Updates

Full Changelog: https://github.com/wavefrontHQ/wavefront-sdk-go/compare/v0.10.0...v0.10.1

senders.NewSender() to work correctly for direct ingestion

New Features

  • Correctly mark deprecated functions. Mark public internal functions as for internal use only by @​keep94 #90

Bug Fixes and Dependency Updates

Full Changelog: https://github.com/wavefrontHQ/wavefront-sdk-go/compare/v0.9.11...v0.10.0

Release v0.9.11

What's Changed

Full Changelog: https://github.com/wavefrontHQ/wavefront-sdk-go/compare/v0.9.10...v0.9.11

Commits
  • 10ec95b Merge pull request #96 from keep94/30425
  • a9f7b5a In new Go API, name internal metrics based on sender mode.
  • 05ff4a0 Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#95)
  • 5d9d19c Merge pull request #94 from wavefrontHQ/dependabot/go_modules/github.com/stre...
  • 952948e Bump github.com/stretchr/testify from 1.7.2 to 1.7.5
  • ffbfed2 Merge pull request #88 from keep94/23392_docs
  • bd4c66a Update README file to use non-deprecated API in examples.
  • 4f8c58f Merge pull request #93 from wavefrontHQ/issue-91
  • 7240f18 CI: remove Go 1.15 and add Go 1.18
  • d7d8613 Fix badges on README
  • 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[bot] commented 2 years ago

Superseded by #2368.