Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] Jax-rs Jersey MBean Monitoring Attributes Filtering

Hi,

Assuming you are talking about Jersey monitoring [1], this is an issue we face, we would like to come with a proper solution to purge the data automatically. It would be good to introduce some kind of strategies to purge them automatically, perhaps based on the age, or on the amount of memory consumed. Maybe we can provide some other options, too. Reviewing the monitoring is a bigger task, that likely won't happen in 2.32, though.

[1] https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest/monitoring_tracing.html

Thanks,

Jan

On 07.08.2020 9:45, Evan Lu wrote:
Hello Jersey-Dev,

After enabling the MBean metrics in Jersey server, there are too many metrics in mbean server. I am looking a way to reduce the metric attributes that I don't need to reduce memory usage. Is there a way/config to achieve my purpose? Thanks!


-Evan

_______________________________________________
jersey-dev mailing list
jersey-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jersey-dev


Back to the top