parfait icon indicating copy to clipboard operation
parfait copied to clipboard

A Java performance monitoring library, exposing and collecting metrics through a variety of outputs

Results 35 parfait issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.cxf:cxf-core from 4.0.3 to 4.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.cxf:cxf-core&package-manager=maven&previous-version=4.0.3&new-version=4.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) from 5.2.20.RELEASE to 5.2.23.RELEASE. Release notes Sourced from org.springframework:spring-expression's releases. 5.2.23.RELEASE :star: New Features Improve diagnostics in SpEL for matches operator #30150 Improve diagnostics in SpEL for repeated...

dependencies

Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 5.3.27 to 6.0.15. Release notes Sourced from org.springframework:spring-core's releases. v6.0.15 :star: New Features Skip buffer allocation in StreamUtils.copy(String) #31631 :lady_beetle: Bug Fixes <replaced-method /> unnecessarily requires explicit...

dependencies

Hii Team, We are using this FOSS in our product and we need to upgrade to the latest one. we are able to see there are some changes and the...

Hi Guys, I have Parfait 1.1.1 built, PCP 5.3.1 installed on my CentOS 7 box. I placed parfait-agent-jar-with-dependencies.jar in /usr/lib64/parfait.jar. It works with the ACME examples, but I tried to...

On linux, parfait appears to leak TimerTask objects, which in turn leak mmap files. We are using parfait in our JVM as an agent. It starts and runs normally, we...

It would be nice to allow Micrometer (https://micrometer.io/) to be exposable to PCP via metrics the same way as Dropwizard. Not only Spring, but several other popular frameworks now support...

It would be nice to allow DropWizard Metric HealthChecks (https://dropwizard.github.io/metrics/3.1.0/manual/healthchecks/) to be exposable to PCP via metrics. The rationale here is that when a health check fails, it would be...

enhancement

Unless I am mistaken, there is no mechanism for removing a Monitorable from the MonitorableRegistry. Could removal of a Monitorable be implemented?

Parfait should provide a helper utility to allow flexibly attaching Parfait agent to an already running VM. This is possible with the Attach API which is an integral part of...