Does agent recognize yaml configure file? #6536
-
Previous we use *.properties file to configure java agent, something like this:
I run my jar along with this: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Seems the agent could get this kind of yaml?
|
Beta Was this translation helpful? Give feedback.
-
Hey @changliu-wk , |
Beta Was this translation helpful? Give feedback.
Hey @changliu-wk ,
The javaagent does not support yaml config files.
There have been very general discussions about a standardized OpenTelemetry yaml config format that'd work across all language SDKs, but it's still in the idea phase (and it'll probably be a while before anything substantial is specced). For now, the options that we provide are system properties, environment variables and the properties config file.