LHB6540
LHB6540
Unable to attach to JVM when using apm-agent-attch-cli.jar to monitor java program `java -jar ./apm-agent-attch-cli.jar --config service_name=xxx --config server_url=server_urls=xxx --config environment=production --config secret_token=xxx --config application_packages=xxx --include-pid 10721` The output is...
Follow this page [Configuration | APM PHP Agent Reference [1.x] | Elastic](https://www.elastic.co/guide/en/apm/agent/php/current/configuration.html) It is easy to configure apm agent for one php site on the machine by configuring php.ini, but...
In my site html site I try to follow this [documentation](https://www.elastic.co/guide/en/apm/agent/rum-js/5.x/install-the-agent.html) Synchronous / Blocking Pattern and Asynchronous / Non-Blocking Pattern in the two ways to install the agent. But no...
Whether to consider supporting exporting data to opentelemetry-collector. elastic-php-agent is the best php instrumentation I have ever used, but is it possible to export Trace data to opentelemetry-collector? All visualization...
### Question 我的VictoriaMetrics是集群模式部署的,对外暴露的接口为 写接口:http://172.19.0.2:8480/insert// 查接口:http://172.19.0.2:8481/select// 请问如何在配置文件中填写时序库地址 ``` yaml # 存储历史数据方式, 下方只能enabled启用一种方式 jpa: enabled: false expire-time: 1h victoria-metrics: enabled: true url: http://172.19.0.2:8480/insert/0/prometheus username: password: ```