oracle / oracle-db-appdev-monitoring

Metrics exporter and samples for unified observability for data-centric app dev and microservices
http://developer.oracle.com/microservices
Other
78 stars 23 forks source link

Introduce options to control memory usage, and general third-party updates #55

Closed markxnelson closed 10 months ago

markxnelson commented 10 months ago

This PR introduces some options to control memory usage.

After investigation of #53, we added options to periodically restart the exporter process, which will release resources and reduce RSS usage; and an option to attempt to free memory to the OS periodically. Both of these are opt-in behaviors that are disabled by default.

Additionally, third-party dependencies are updated where needed.