performancecopilot / parfait

A Java performance monitoring library, exposing and collecting metrics through a variety of outputs
https://pcp.io
Apache License 2.0
89 stars 32 forks source link

Support Micrometer #74

Open keilw opened 3 years ago

keilw commented 3 years ago

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 Micrometer.

whitingjr commented 3 years ago

A couple of options (the are others) to approach this.

natoscott commented 3 years ago

If whoever implements this wishes to go the first path (sounds good to me), lemme know & we can help setup a repo or provide the access needed.