No sample available for this bucket APM

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:
7.6.1
Elasticsearch version:
7.6.1
APM Server version:
7.6.1
APM Agent language and version:
nodejs and 3.6.1
Browser version:

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

Fresh install or upgraded from other version?
yes
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):
we have installed fresh APM server and agent on kubernetes service (nodejs agent). Everything is working (agent and server), but in transaction section sample are not available for any path, see screenshots




in agent configuration we implicitly set also transactionsamplerate=1.0, but any way no sample are available, only in screenshot visible /hc call samples are available, which is readiness probe health check path.

Could you please support to understand what is problem
Steps to reproduce:
1.
2.
3.

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Hi and welcome to the forum :wave:

Usually this happens when the sampling rate is set to 0 so that there are no samples to look at.

Do you have multiple instances of your service that may be configured with different sampling rates? Could you send me as snippet of the code where you configure the agent?

Thank you for warm greeting
Based on documentation if sampling rate is not set in agent by default rate is set 1.0, right?
but even explicitly we set transactionSampleRate parameter 1.0 and it doesn't help


we have configured agent only in one service yet
here is code part of agent configuration

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