remoting-opentelemetry-plugin
remoting-opentelemetry-plugin copied to clipboard
Configuration file
Dependencies
Feature Request
We currently configure the engine via environment variables
It is useful if we can configure it with a config file. We can use the advantages of "Configuration as code".
The file format will be a Java properties file.
Filepath will be passed via agent option
java -javaagent:remoting-opentelemetry-engine.jar=./engine.properties -jar agent.jar ...