-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Meter for process CPU time #4498
Copy link
Copy link
Closed
Labels
enhancementA general enhancementA general enhancementinstrumentationAn issue that is related to instrumenting a componentAn issue that is related to instrumenting a componentmodule: micrometer-binders
Milestone
Metadata
Metadata
Assignees
Labels
enhancementA general enhancementA general enhancementinstrumentationAn issue that is related to instrumenting a componentAn issue that is related to instrumenting a componentmodule: micrometer-binders
Type
Fields
Give feedbackNo fields configured for issues without a type.
Please describe the feature request.
I would like to have a meter for the accumulated CPU time used by a JVM process.
Rationale
We use the accumulated CPU time in derived metrics; e.g., we derive the percentage of time spent with garbage collection from the accumulated CPU time and the GC times.
Additional context
We currently add the meter in our applications, but we think it would be generally useful.