APM Agent language and version: dotnet, Elastic.Apm.NetCoreAll version 1.17.0
Browser version: N/A
Original install method (e.g. download page, yum, deb, from source, etc.) and version: N/A
Fresh install or upgraded from other version? N/A
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. N/A
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
We are seeing many (around 10 per minute) log entries like this one for all the services which we enabled apm for and it is clogging our logs. [12:45:53 INF] {Transaction} Dropping unsampled transaction - unsampled transactions won't be sent on APM Server v8+. TransactionId: 0f1c2e883beec7dc
First of all, why is it logged? What does it mean?
First of all, why is it logged? What does it mean?
This message is an indication that you have a TransactionSampleRate configured for your monitored service.
In case a transaction is not sampled (i.e. it is not reported to APM server), a log message with severity Info is reported. That's what you are encountering.
Can you please check which LogLevel you are using in your service?
Also, which way of configuration are you using (environment variables, config file, ...)?
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.