Hello i installed an APM in one of my machine and started a spring boot app with apm jar to send the metrics, i am receving the data from the app correctly but when we do performance testing on the app with 1000 requests per minute my apm server is throwing below ERROR in the log file and data is not getting ingested to elasticsearch. This is only happening while doin gperformance testing do i need to change any settings in my config to handle the heavy load.
I have the same problem, but in my case with normal usage, not under heavy load.
It occurs when the payload has more than 1 element,
OK
2018-08-27 12:47:40.587 [apm-reporter] DEBUG co.elastic.apm.report.ApmServerHttpPayloadSender - Sending payload with 1 elements to APM server http://sapelk00.bsh.corp.bshg.com:8200
2018-08-27 12:47:40.591 [apm-reporter] DEBUG co.elastic.apm.report.ApmServerHttpPayloadSender - APM server responded with status code 202
KO
2018-08-27 12:48:53.587 [apm-reporter] DEBUG co.elastic.apm.report.ApmServerHttpPayloadSender - Sending payload with 8 elements to APM server http://sapelk00.bsh.corp.bshg.com:8200
2018-08-27 12:48:53.590 [apm-reporter] DEBUG co.elastic.apm.report.ApmServerHttpPayloadSender - APM server responded with status code 400
2018-08-27 12:48:53.591 [apm-reporter] DEBUG co.elastic.apm.report.ApmServerHttpPayloadSender - data decoding error: unexpected EOF
I tried with versions
0.6.0
0.6.2
and the snapshot
0.7.0-20180827.093505-60
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.