We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apm-agent-java is not reading properties from the file and I get the following log message
2018-04-16 07:19:05.387 WARN 65971 --- [ost-startStop-1] c.e.apm.impl.ElasticApmTracerBuilder : Missing required value for configuration option service_name
Below is my elasticapm.properties elastic.apm.service_name=Elastic-Apm-Demo
SpringBoot 2.0.1 JDK 1.8 APM-AGENT-JAVA 0.1.2
The text was updated successfully, but these errors were encountered:
Hi and thanks for trying out the alpha agent. When specifying configuration keys in the properties file, don't use a prefix:
service_name=Elastic-Apm-Demo
Sorry, something went wrong.
Gotcha! Thanks, I believe I misunderstood the docs and added prefix
No branches or pull requests
apm-agent-java is not reading properties from the file and I get the following log message
2018-04-16 07:19:05.387 WARN 65971 --- [ost-startStop-1] c.e.apm.impl.ElasticApmTracerBuilder : Missing required value for configuration option service_name
Below is my elasticapm.properties
elastic.apm.service_name=Elastic-Apm-Demo
SpringBoot 2.0.1
JDK 1.8
APM-AGENT-JAVA 0.1.2
The text was updated successfully, but these errors were encountered: