If you are asking about a problem you are experiencing, please use the following template, as it will help us help you. If you have a different problem, please delete all of this text
Kibana version:7.5.2
Elasticsearch version:7.5.2
APM Server version:7.5.2
APM Agent language and version:apm-java-agent-1.12.0, java 1.8
Browser version:chrome 79.9.3945.130
Original install method (e.g. download page, yum, deb, from source, etc.) and version:
Fresh install or upgraded from other version?
Is there anything special in your setup? For example, are you using the Logstash or Kafka outputs? Are you using a load balancer in front of the APM Servers? Have you changed index pattern, generated custom templates, changed agent configuration etc.
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
I thought some span was due to short duration time because it was not visible.
So, i add properties.
But Stacktrace does not appear even though I have added elastic.apm.span_frames_min_duration = 0ms to the elasticapm.properties file.
Can you look whether there is additional place where you set the span_frames_min_duration config (e.g. system properties or environment variables)?
If you can provide the entire log from startup to the point your application is running some traces, that might help.
If set to true , transaction names of unsupported Servlet API-based frameworks will be in the form of $method $path instead of just $method .
Meaning - since you are using a supported framework, we use that for naming. You need to turn off the instrumentation that captures your traces. See disable_instrumentations on how to do that. For example, if you are using JAX-RS, you need to set disable_instrumentations=jax-rs in addition to use_path_as_transaction_name=true, however, read through all these and understand the implications. You may prefer sticking to the existing names.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.