Я пытаюсь настроить свойства apm-agent в файле yaml для приложения с весенней загрузкой, но получаю следующую ошибку: Ошибка при попытке подключитесь к серверу APM по адресу http://127.0.0.1:8200
Приложение пытается подключиться к IP-адресу и порту по умолчанию.
2024-11-24 12:00:07,298 [elastic-apm-server-reporter] ERROR co.elastic.apm.agent.report.AbstractIntakeApiHandler
- Error trying to connect to APM Server at http://127.0.0.1:8200/intake/v2/events.
Although not necessarily related to SSL, some related SSL configurations corresponding the current connection are logged at INFO level.
2024-11-24 12:00:07,300 [elastic-apm-server-reporter] ERROR co.elastic.apm.agent.report.IntakeV2ReportingEventHandler -
Failed to handle event of type TRANSACTION with this error: Connection refused
Я пытаюсь настроить свойства apm-agent в файле yaml для приложения с весенней загрузкой, но получаю следующую ошибку: [b]Ошибка при попытке подключитесь к серверу APM по адресу http://127.0.0.1:8200[/b] Приложение пытается подключиться к IP-адресу и порту по умолчанию. [code]2024-11-24 12:00:07,298 [elastic-apm-server-reporter] ERROR co.elastic.apm.agent.report.AbstractIntakeApiHandler - Error trying to connect to APM Server at http://127.0.0.1:8200/intake/v2/events. Although not necessarily related to SSL, some related SSL configurations corresponding the current connection are logged at INFO level. 2024-11-24 12:00:07,300 [elastic-apm-server-reporter] ERROR co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Failed to handle event of type TRANSACTION with this error: Connection refused [/code] Я настроил свойства файла yaml: [code]elastic: apm: application_packages: com.#####.cpoeventskafka capture_body: true server_urls: http://10.###.##.5:8200 environment: dev service_name: cpo-event [/code] pom.xml [code] co.elastic.apm apm-agent-attach 1.50.0