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

deps: update dependency io.perfmark:perfmark-api to v0.26.0 #1465

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.perfmark:perfmark-api 0.25.0 -> 0.26.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

perfmark/perfmark

v0.26.0: Release 0.26.0

Compare Source

API Changes
  • PerfMark.setEnabled() now returns if setting the value succeeded. (#​181).
Implementation Improvements
  • Added work arounds for Java 19's Virtual threads, which may not be able to
    use Thread Local storage. If this is the case, PerfMark attempts to
    emulate thread local trace buffers using a concurrent map.
  • Trace storage now more eagerly removes storage when it find the thread
    is gone, and is more GC friendly. PerfMark still attempts to preserve
    trace data after a thread finishes, but without strongly referring to it.
Unstable API Changes

The following changes are to unstable APIs of PerfMark. This section
describes APIs for advanced users to try out new functionality before
it becomes API stable.

  • Added Methods to Storage for clearing thread local and global storage (#​177)
    • Storage.clearLocalStorage() enables individual threads to clear their storage
    • Storage.clearGlobalIndex() marks storage as SoftlyReachable where possible
      It can be used to indiciate that future calls to Storage.read() should not
      include data after the point that the global index was cleared. Both
      clearLocalStorage and clearGlobalIndex can be used to remove old trace
      data.
    • LocalMarkHolder was added to enter and exit critical sections of of
      MarkHolder mutation. The only implementation currently pulls the MarkHolder
      out of thread local storage for editing. However, this designed to work with
      other context-specific storage mechanisms, such as Kotlin's Coroutines.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner March 9, 2023 17:45
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Mar 9, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 9, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 9, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 9, 2023
@suztomo suztomo added the automerge Merge the pull request once unit tests and other checks pass. label Mar 9, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 9, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 9, 2023
@kokoro-team kokoro-team removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Mar 9, 2023
@sonarcloud
Copy link

sonarcloud bot commented Mar 9, 2023

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

@gcf-merge-on-green gcf-merge-on-green bot merged commit 174f3d8 into googleapis:main Mar 9, 2023
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants