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

Bump telemetry from 1.0.0 to 1.1.0 #85

Merged
merged 2 commits into from
Dec 29, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2022

Bumps telemetry from 1.0.0 to 1.1.0.

Changelog

Sourced from telemetry's changelog.

1.1.0

Added

  • Added monotonic_time measurement to all span events. (#92)
  • Added a [telemetry, handler, failure] event emitted when any handler fails and is detached. (#98)
  • Added a mix.exs file, lowering the memory footprint of compilation in Elixir projects. (#103)
Commits

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 [telemetry](https://github.com/beam-telemetry/telemetry) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/beam-telemetry/telemetry/releases)
- [Changelog](https://github.com/beam-telemetry/telemetry/blob/main/CHANGELOG.md)
- [Commits](beam-telemetry/telemetry@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: telemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 28, 2022 02:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 28, 2022
@MaeIsBad MaeIsBad force-pushed the dependabot/hex/telemetry-1.1.0 branch 3 times, most recently from 0fc4f8a to 7e01ad2 Compare December 28, 2022 10:22
@MaeIsBad MaeIsBad force-pushed the dependabot/hex/telemetry-1.1.0 branch from 7e01ad2 to 2296c4e Compare December 28, 2022 10:26
@MaeIsBad
Copy link
Member

MaeIsBad commented Dec 28, 2022

The reason this test failed was due to :otel_batch_processor sending a single span, which didn't contain our tracing data before sending us a span with the data we wanted(https://drone-1.prima.it/primait/teleplug/204/1/10) for whatever reason this only happened in CI and not locally.
The config has been copied from https://opentelemetry.io/docs/instrumentation/erlang/instrumentation/ and fixes a bunch of really verbose warnings in CI that we didn't care about.

Since I did the work on this, I'm not going to approve and merge it myself

Copy link

@oliverbrowneprima oliverbrowneprima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@MaeIsBad MaeIsBad merged commit 9fc00f4 into master Dec 29, 2022
@MaeIsBad MaeIsBad deleted the dependabot/hex/telemetry-1.1.0 branch December 29, 2022 09:13
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