-
Notifications
You must be signed in to change notification settings - Fork 5
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
DOTNET-5968 Add extra information to /metrics endpoint (SUP-5887) #228
Merged
Conversation
This file contains 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
I've tested this locally and it looks okay: // http://localhost:5001/api/v1/metrics
{
"UptimeSeconds": 94.9121163,
"Resources.DaemonSetResource.NamespacesCount": 1,
"Resources.DaemonSetResource.ResourcesCount": 1,
"Resources.DeploymentResource.NamespacesCount": 1,
"Resources.DeploymentResource.ResourcesCount": 1,
"Resources.SecretResource.NamespacesCount": 1,
"Resources.SecretResource.ResourcesCount": 1,
"Resources.PodResource.NamespacesCount": 1,
"Resources.PodResource.ResourcesCount": 9,
"Resources.Global.NamespacesCount": 1,
"Resources.Global.ResourcesCount": 12,
"Injected.PodsCount": 0,
"Performance.Gen2GCCount": 0,
"Performance.Gen1GCCount": 0,
"Performance.PercentTimeinGCsincelastGC": 0,
"Performance.WorkingSet": 141,
"Performance.CPUUsage": 0,
"Performance.AllocationRate": 5149584,
"Performance.Gen0Size": 292784,
"Performance.MonitorLockContentionCount": 6,
"Performance.NumberofMethodsJitted": 10935,
"Performance.Gen1Size": 10442536,
"Performance.ILBytesJitted": 690771,
"Performance.POHPinnedObjectHeapSize": 212128,
"Performance.GCHeapSize": 20,
"Performance.NumberofAssembliesLoaded": 189,
"Performance.GCCommittedBytes": 29,
"Performance.ExceptionCount": 290,
"Performance.NumberofActiveTimers": 26,
"Performance.ThreadPoolQueueLength": 0,
"Performance.LOHSize": 567672,
"Performance.ThreadPoolThreadCount": 6,
"Performance.TimespentinJIT": 635.7404000000001,
"Performance.GCFragmentation": 3.630939892821068,
"Performance.ThreadPoolCompletedWorkItemCount": 543,
"Performance.Gen0GCCount": 0,
"Performance.Gen2Size": 576,
"IsLeader": "True"
} |
gamingrobot
approved these changes
Nov 15, 2024
mattwarren
changed the title
Add extra information to /metrics endpoint (SUP-5887)
DOTNET-5968 Add extra information to /metrics endpoint (SUP-5887)
Nov 15, 2024
Added details metrics with the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
https://contrast.atlassian.net/browse/DOTNET-5968
From https://contrast.atlassian.net/browse/SUP-5887?focusedCommentId=492466: