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 appsignal from 2.7.9 to 2.7.10 #96

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps appsignal from 2.7.9 to 2.7.10.

Changelog

Sourced from appsignal's changelog.

2.7.10

Added

  • 68ec699e patch - Implement an Erlang :logger handler for sending logs from AppSignal, in preparation for the eventual deprecation of Elixir logger backends.

    Add a convenience method to configure this logger handler automatically, with the right settings for AppSignal:

    Appsignal.Logger.Handler.add("my_app", :plaintext)

    To remove the logging handler, call the .remove method:

    Appsignal.Logger.Handler.remove()

Changed

  • cc526cb6 patch - Bump agent to e8207c1.

    • Add memory_in_percentages and swap_in_percentages host metrics that represents metrics in percentages.
    • Ignore /snap/ disk mountpoints.
    • Fix issue with the open span count in logs being logged as a negative number.
    • Fix agent's TCP server getting stuck when two requests are made within the same fraction of a second.

Fixed

  • bcbc1c6a patch - Fix configuration options set with atoms. The options log and log_level can now be set as an Atom, and we'll cast them to a string internally to avoid any ArgumentError from the Nif.
  • 92a7e886 patch - Fix support for warning log_level. Only warn would work, now warning also works as documented.
Commits
  • 3b69b68 Publish package v2.7.10
  • e63166e Merge pull request #893 from appsignal/erlang-logger-handler
  • 68ec699 Add Erlang :logger handler
  • 8fb3c53 Merge pull request #898 from appsignal/add-register-current
  • 362167c Allow passing the current span across processes
  • cc526cb Bump agent to e8207c1 (#897)
  • 9ba592b Merge pull request #896 from appsignal/cast-option-values-to-string
  • 55961d4 Ensure log_level is used in integration and agent
  • 92a7e88 Fix support for warning log_level
  • bcbc1c6 Cast config options to string values
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [appsignal](https://github.com/appsignal/appsignal-elixir) from 2.7.9 to 2.7.10.
- [Release notes](https://github.com/appsignal/appsignal-elixir/releases)
- [Changelog](https://github.com/appsignal/appsignal-elixir/blob/main/CHANGELOG.md)
- [Commits](appsignal/appsignal-elixir@v2.7.9...v2.7.10)

---
updated-dependencies:
- dependency-name: appsignal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2023

The following labels could not be found: dependencies, mix.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ghenry ghenry merged commit 5c4b25b into main Nov 6, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/hex/main/appsignal-2.7.10 branch November 6, 2023 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant