You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I change the heap limit of the web-ui service via env variable Xmx but when I watched the memory usage of the pods, this limit does not affect anything. Probably, there are many components that affect the memory usage besides heap. Can I collect the heap usage of the services? Do you export these metrics from any endpoint that I can use with Prometheus?
The text was updated successfully, but these errors were encountered:
We currently don't have any built-in features to track the heap usage. So you would need to set up some sort of monitoring that collects these by setting up some existing monitoring tool that supports this or implement an endpoint in the tea store that Prometheus could scrape to get these metrics.
We currently don't have any built-in features to track the heap usage. So you would need to set up some sort of monitoring that collects these by setting up some existing monitoring tool that supports this or implement an endpoint in the tea store that Prometheus could scrape to get these metrics.
Thanks for your fast reply. Is there any application parameter that I can change as an environment variable like heap limit?
I change the heap limit of the web-ui service via env variable Xmx but when I watched the memory usage of the pods, this limit does not affect anything. Probably, there are many components that affect the memory usage besides heap. Can I collect the heap usage of the services? Do you export these metrics from any endpoint that I can use with Prometheus?
The text was updated successfully, but these errors were encountered: