remoting-opentelemetry-plugin icon indicating copy to clipboard operation
remoting-opentelemetry-plugin copied to clipboard

Configuration file

Open Aki-7 opened this issue 3 years ago • 0 comments

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 ...

Aki-7 avatar Aug 05 '21 09:08 Aki-7