APM Graphic Intermittent

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 :slight_smile:

TIP 1: select at least one tag that further categorizes your topic. For example server for APM Server related questions, java for questions regarding the Elastic APM Java agent, or ui for questions about the APM App within Kibana.

TIP 2: Check out the troubleshooting guide first. Not only will it help you to resolve common problems faster but it also explains in more detail which information we need before we can properly help you.

Kibana version: 8.4.2

Elasticsearch version: 8.4.2

APM Server version: 8.4.2

APM Agent language and version: English 1.34.1

Browser version: Edge 105.0.1343.53

Original install method (e.g. download page, yum, deb, from source, etc.) and version: Docker

Fresh install or upgraded from other version? Fresh Install

Is there anything special in your setup? ES, Kibana and APM Server on Docker in single node.

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

The graphic is intermittent, not complete.

Steps to reproduce:

  1. Run ES on Docker
  2. Run Kibana on Docker
  3. Configure Kibana and Install APM Integration
  4. Run APM-Server on Docker
  5. Configure Agent on Java application

I assume you are talking about the line in the latency graph being not continuous?
This is expected behaviour.

The latency graph only shows values within the time buckets within which there actually was traffic on your service. As you can see in the throughput graph, there always is a latency data point available for time buckets where the throughput is non-zero.

Yes, Latency, Time Spent by Span Type, Failed Transaction Rate, basically everything except the Throughput. Why it's made that way instead of giving it 0 (zero) value, so the line can be continous and not looking like a bug.

Also what if there's always a traffic, but maybe for some reason it's not shown or data is not collected / sent / processed? Where / what should I look first?

In current graph we have a throughput (shown in throughput line), but the Time Spent by Span Type is also empty at the same time frame. I will put the image tomorrow.

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