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

metrics: Expose go_sched_latencies_seconds #2802

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

lambdanis
Copy link
Contributor

It's a useful metric. From https://pkg.go.dev/runtime/metrics:

/sched/latencies:seconds
Distribution of the time goroutines have spent in the scheduler
in a runnable state before actually running. Bucket counts
increase monotonically.

It's a useful metric. From https://pkg.go.dev/runtime/metrics:

/sched/latencies:seconds
  Distribution of the time goroutines have spent in the scheduler
  in a runnable state before actually running. Bucket counts
  increase monotonically.

Signed-off-by: Anna Kapuscinska <[email protected]>
@lambdanis lambdanis added area/metrics Related to prometheus metrics release-note/minor This PR introduces a minor user-visible change labels Aug 15, 2024
@lambdanis lambdanis requested review from mtardy and a team as code owners August 15, 2024 18:03
Copy link

netlify bot commented Aug 15, 2024

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit 52e082e
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/66be430f81ea8200087b6981
😎 Deploy Preview https://deploy-preview-2802--tetragon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jrfastab jrfastab merged commit ddbac43 into cilium:main Aug 16, 2024
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/metrics Related to prometheus metrics release-note/minor This PR introduces a minor user-visible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants