Transaction duration in micro seconds

Kibana version : 7.6

Elasticsearch version : 7.6

APM Server version : 7.3.2

APM Agent language and version : java 1.9.0

Fresh install or upgraded from other version? fresh install

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

Description of the problem including expected versus actual behavior. Please include screenshots (if relevant) :

Steps to reproduce :

Is there any way we can show the duration in the graphs in seconds or milliseconds. Because my dashboard gets too cluttered and there are like too many numbers in the duration.

As shown on the image below the Y axis has too many digits . How can I show it in smaller numbers instead of micro seconds

In the bar chart JSON input add; { "script" : "doc['transaction.duration.us'].value / 1000" } to display values in milliseconds like:

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.