【问题标题】:APM Java Agent Data received was not shown in in Agent Status of APM in KibanaKibana 中 APM 的代理状态中未显示收到的 APM Java 代理数据
【发布时间】:2021-03-27 05:27:30
【问题描述】:

我在 ec2 实例中运行 ELK 并在其中安装了 apm-server

APM 服务器版本:7.x

我有一个带有 npm 的 springboot 应用程序,用于在其他 ec2 实例中进行负载测试 里面还安装了apm代理

APM 代理版本:1.x

在 APMserver.yml 中:

我已经给了主机和输出的私有 ip

当我尝试使用 curl http://xxxx.8200 连接 apm-server 时,现在从 springboot 服务器连接

启动应用的命令:

java -javaagent:elastic-apm-agent-1.22.0.jar --config service_name=my-cool-service server_url=http://private(or)publicip:8200 -jar order-service/target/order-service-1.0-SNAPSHOT.jar

输出:

2021-03-27 04:45:59,879 [main] INFO  co.elastic.apm.agent.configuration.StartupInfo - Starting Elastic APM 1.22.0 as my-cool-service on Java 11.0.10 Runtime version: 11.0.10+9-Ubuntu-0ubuntu1.18.04 VM version: 11.0.10+9-Ubuntu-0ubuntu1.18.04 (Ubuntu) Linux 4.15.0-1051-aws
2021-03-27 04:45:59,880 [main] INFO  co.elastic.apm.agent.configuration.StartupInfo - VM Arguments: [-javaagent:elastic-apm-agent-1.22.0.jar, -Delastic.apm.service_name=my-cool-service, -Delastic.apm.application_packages=org.example,org.another.example, -Delastic.apm.server_url=http://x.x.x.x:8200]
2021-03-27 04:46:03,041 [elastic-apm-server-healthcheck] INFO  co.elastic.apm.agent.report.ApmServerHealthChecker - Elastic APM server is available: {  "build_date": "2021-03-18T05:15:57Z",  "build_sha": "ef735c0cc1e5aa0d4fe4a363804390776e7775fe",  "version": "7.12.0"}
2021-03-27 04:46:03,063 [main] INFO  co.elastic.apm.agent.impl.ElasticApmTracer - Tracer switched to RUNNING state
2021-03-27 04:46:03,074 [elastic-apm-remote-config-poller] INFO  co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Received new configuration from APM Server: {}

卷曲输出:

{
  "build_date": "2021-03-18T05:15:57Z",
  "build_sha": "ef735c0cc1e5aa0d4fe4a363804390776e7775fe",
  "version": "7.12.0"
}

Kibana.log

没有错误,但有以下消息

{"type":"log","@timestamp":"2021-03-27T04:27:58+00:00","tags":["info","plugins","apm"],"pid":1627,"message":"Config was not found for my-cool-service/undefined"}

当我检查代理状态时

尚未从代理收到任何数据

【问题讨论】:

    标签: java spring-boot amazon-ec2 elastic-stack elastic-apm


    【解决方案1】:

    您需要将application_packages 添加到仪器代码并开始在 Kibana 中查看数据。

    -Delastic.apm.service_name=my-cool-service
    -Delastic.apm.application_packages=org.example,org.another.example
    -Delastic.apm.server_url=http://localhost:8200
    

    【讨论】:

      【解决方案2】:

      我现在可以在 kibana 控制台中看到服务。 值的错误:

      -Delastic.apm.service_name-Delastic.apm.application_packages

      【讨论】:

        猜你喜欢
        • 2021-10-23
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2020-01-07
        • 2021-08-10
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多