Kibana version:
6.5.4
Elasticsearch version:
6.5.4
APM Server version:
6.5.4
APM Agent language and version:
Java elastic-apm-agent-1.6.1
Browser version:
Chrome Version 74.0.3729.169 (Official Build) (64-bit)
Original install method (e.g. download page, yum, deb, from source, etc.) and version:
download page
Fresh install or upgraded from other version?
Fresh install
Is there anything special in your setup?
to enable Reactive Spring (reactor) APM, I am using the following combination:
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-spring-cloud-starter</artifactId>
<version>0.2.6</version>
</dependency>
<dependency>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-opentracing</artifactId>
<version>1.6.1</version>
</dependency>
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
Steps to reproduce:
I thought it would be an obvious reason, so forgive me to skip this part.
Errors in browser console (if relevant):
n/a
Provide logs and/or server output (if relevant):
gateway_1 | 2019-05-24 10:58:26.651 [apm-reporter] WARN co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - {"accepted":14,"errors":[{"message":"Problem validating JSON document against schema: I[#] S[#] doesn't validate with \"span#\"\n I[#] S[#/allOf/0] allOf failed\n I[#/context/tags/http_status_code] S[#/allOf/0/properties/context/properties/tags/patternProperties/%5E%5B%5E.%2A%22%5D%2A$/type] expected string or null, but got number","document":"{\"span\":{\"name\":\"GET\",\"timestamp\":1558695496561368,\"id\":\"9728c7a0a10689a0\",\"trace_id\":\"449b74106bba1b596a9072da1da6d00d\",\"transaction_id\":\"cb71b6fbd0152a53\",\"parent_id\":\"cb71b6fbd0152a53\",\"duration\":37.993,\"stacktrace\":[{\"filename\":\"TracingClientResponseSubscriber.java\",\"function\":\"onComplete\",\"library_frame\":true,\"lineno\":105,\"abs_path\":\"io.opentracing.contrib.spring.web.client.TracingClientResponseSubscriber\"},