Error with Java APM agent on kubernetes: Failed to handle event of type METRICS with this error: / by zero
Error with Java APM agent on kubernetes: Failed to handle event of type METRICS with this error: / by zero
我正在尝试 运行 Java 使用 Springboot 2.3 在 Kubernetes 上使用 APM 代理。1.RELEASE
我得到以下错误
[elastic-apm-server-reporter] 错误 co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - 无法处理 METRICS 类型的事件,出现此错误:/ by zero
如果我 运行 它在具有相同 Java 版本的 VM 上运行良好
我是如何使用的
java -javaagent:elastic-apm-agent-1.17.0.jar -Delastic.apm.service_name=myapp -Delastic.apm.application_packages=com.example -Delastic.apm.server_urls=http://apm-server:8200 -jar my-application.jar
APM 代理语言和版本: Java, elastic-apm-agent-1.17.0.jar,1.16.0.jar, 1.15 .0.jar
Java版本
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (IcedTea 3.12.0) (Alpine 8.212.04-r0)
OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode)
更多日志
co.elastic.apm.agent.util.JmxUtils - Found JVM-specific OperatingSystemMXBean interface: com.sun.management.OperatingSystemMXBean
co.elastic.apm.agent.configuration.StartupInfo - Starting Elastic APM 1.17.0 as myapp on Java 1.8.0_121 (Oracle Corporation) Linux 3.10.0-1062.4.3.el7.x86_64
co.elastic.apm.agent.impl.ElasticApmTracer - Tracer switched to RUNNING state
co.elastic.apm.agent.servlet.ServletVersionInstrumentation - Servlet container info = Apache Tomcat/9.0.36
ERROR co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Failed to handle event of type TRANSACTION with this error: / by zero
我尝试使用以前的代理版本 1.16.0 和 1.15.0,但我仍然遇到同样的错误。
谁能帮帮我。
非常感谢您
抱歉,服务器 URL 未正确传递给 docker。
我正在尝试 运行 Java 使用 Springboot 2.3 在 Kubernetes 上使用 APM 代理。1.RELEASE
我得到以下错误
[elastic-apm-server-reporter] 错误 co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - 无法处理 METRICS 类型的事件,出现此错误:/ by zero
如果我 运行 它在具有相同 Java 版本的 VM 上运行良好
我是如何使用的
java -javaagent:elastic-apm-agent-1.17.0.jar -Delastic.apm.service_name=myapp -Delastic.apm.application_packages=com.example -Delastic.apm.server_urls=http://apm-server:8200 -jar my-application.jar
APM 代理语言和版本: Java, elastic-apm-agent-1.17.0.jar,1.16.0.jar, 1.15 .0.jar
Java版本
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (IcedTea 3.12.0) (Alpine 8.212.04-r0)
OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode)
更多日志
co.elastic.apm.agent.util.JmxUtils - Found JVM-specific OperatingSystemMXBean interface: com.sun.management.OperatingSystemMXBean
co.elastic.apm.agent.configuration.StartupInfo - Starting Elastic APM 1.17.0 as myapp on Java 1.8.0_121 (Oracle Corporation) Linux 3.10.0-1062.4.3.el7.x86_64
co.elastic.apm.agent.impl.ElasticApmTracer - Tracer switched to RUNNING state
co.elastic.apm.agent.servlet.ServletVersionInstrumentation - Servlet container info = Apache Tomcat/9.0.36
ERROR co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Failed to handle event of type TRANSACTION with this error: / by zero
我尝试使用以前的代理版本 1.16.0 和 1.15.0,但我仍然遇到同样的错误。
谁能帮帮我。
非常感谢您
抱歉,服务器 URL 未正确传递给 docker。