oracle-db-appdev-monitoring icon indicating copy to clipboard operation
oracle-db-appdev-monitoring copied to clipboard

Provide ability for docker container to accept JVM options

Open ncuster opened this issue 2 years ago • 1 comments

This would provide the ability for the user to optionally specify any number of runtime options to the JVM in the exporter's container. This is important for users that might want to set certain Springboot options, reduce the JVM footprint (e.g. setting a heap max), etc.

ncuster avatar Mar 07 '23 16:03 ncuster

By providing an ENV in the Dockerfile, and changing ENTRYPOINT to use bash/sh then the execution of the container can optionally supply any number of JVM command line arguments.

ncuster avatar Mar 07 '23 16:03 ncuster

closing this one since we moived to golang impl

markxnelson avatar Jul 22 '24 20:07 markxnelson