-
Notifications
You must be signed in to change notification settings - Fork 557
Implement metrics for external queue #4292
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
Open
Atharva-Kanherkar
wants to merge
67
commits into
typelevel:series/3.x
Choose a base branch
from
Atharva-Kanherkar:external-queue-tracking
base: series/3.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 62 commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
6da0c9c
Adding metrics
Atharva-Kanherkar 08806ce
Added demo test and some other getter methods
Atharva-Kanherkar 084adf6
Removed the unnecessary commit
Atharva-Kanherkar af7b422
removed unnecessary files
Atharva-Kanherkar 77b35ce
Remove .scala-build/ files from repository
Atharva-Kanherkar cdc302e
Add metrics for external queue tracking in WorkStealingThreadPool
Atharva-Kanherkar 96bd55b
Final commit
Atharva-Kanherkar bb178dd
Some changes
Atharva-Kanherkar 297c1cc
Added the requested changes
Atharva-Kanherkar ee97bc3
Added the changes requested
Atharva-Kanherkar 8ab78e2
Fixed compile errors
Atharva-Kanherkar 9386f2d
Fixed warnings and formatting issues
Atharva-Kanherkar b7cb918
Fixed CI errors
Atharva-Kanherkar e3eb52f
Fixed CI errors
Atharva-Kanherkar d3304a4
fixed more CI errrors
Atharva-Kanherkar 6d548c0
Fixed more CI errors
Atharva-Kanherkar 2ce80fa
Move external queue metrics tracking to ScalQueue
Atharva-Kanherkar 6f7212b
fixed ci errors
Atharva-Kanherkar 75f76ef
Fixed different CI errors again
Atharva-Kanherkar 16f241f
Fixed CI errors
Atharva-Kanherkar 02851e7
fixed other ci errors
Atharva-Kanherkar 9e4156a
Fixed CI errors
Atharva-Kanherkar 1f084bf
Added requested changes
Atharva-Kanherkar 405d68b
Added the requested changes, without the test
Atharva-Kanherkar 69ea0dd
Added headers
Atharva-Kanherkar c2f62a4
Removed warnings
Atharva-Kanherkar 8e940ba
Added the requested changes
Atharva-Kanherkar 448c999
Trying to fix the CI
Atharva-Kanherkar 0496df1
Formatted
Atharva-Kanherkar 4e9115b
Fixed tests
Atharva-Kanherkar f790bc2
Update core/jvm/src/main/scala/cats/effect/unsafe/ScalQueue.scala
Atharva-Kanherkar 41932bf
Update core/jvm/src/main/scala/cats/effect/unsafe/ScalQueue.scala
Atharva-Kanherkar a21af3e
Update core/jvm/src/main/scala/cats/effect/unsafe/ScalQueue.scala
Atharva-Kanherkar 5c0aeee
Requested changes
Atharva-Kanherkar fa29e87
Update core/jvm/src/main/scala/cats/effect/unsafe/ScalQueue.scala
Atharva-Kanherkar 24a1d02
Update core/jvm/src/main/scala/cats/effect/unsafe/ScalQueue.scala
Atharva-Kanherkar 693dc11
Added requested changes
Atharva-Kanherkar 3d9973e
Implement striped metrics counters in ScalQueue
Atharva-Kanherkar 60bedf1
Fixed warnings
Atharva-Kanherkar 0dd74d6
Update core/jvm/src/main/scala/cats/effect/unsafe/metrics/WorkStealin…
Atharva-Kanherkar 69f2d3a
Added requested changes
Atharva-Kanherkar e0ff288
Fixed warnings
Atharva-Kanherkar 1d03483
FIXED WARNINGS
Atharva-Kanherkar e2e1733
Removed un necessary comments
Atharva-Kanherkar 8a92974
Adding requested changes
Atharva-Kanherkar 9cd6a61
Added test
Atharva-Kanherkar 24721c7
Removed not important file
Atharva-Kanherkar f24fb0d
Reformatting
Atharva-Kanherkar 52be56c
Some changes
Atharva-Kanherkar c13a4c5
Fixed warnings
Atharva-Kanherkar c7c6f5d
Added tests
Atharva-Kanherkar ae89bcb
Fixed errors
Atharva-Kanherkar 062c66e
ensured code quality
Atharva-Kanherkar bac1d6a
Update core/jvm/src/main/scala/cats/effect/unsafe/ScalQueue.scala
Atharva-Kanherkar 0661804
Changes
Atharva-Kanherkar 268a6ea
Added requested changes
Atharva-Kanherkar 4a6ce8e
Changed names
Atharva-Kanherkar d6baedc
Fixed build.sbt
Atharva-Kanherkar 11c705a
Merge remote-tracking branch 'origin/series/3.x' into external-queue-…
Atharva-Kanherkar 3759bff
Update tests/jvm/src/test/scala/cats/effect/unsafe/ScalQueueSuite.scala
Atharva-Kanherkar d623124
Changes
Atharva-Kanherkar ae146cb
Added requested changes
Atharva-Kanherkar 33b9101
Formatting
Atharva-Kanherkar 9286d86
Added changes
Atharva-Kanherkar 1d4b6cd
Added shorthands
Atharva-Kanherkar ba72a2a
Formatting fixes
armanbilge c94c294
Merge branch 'series/3.x' into external-queue-tracking
djspiewak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.