要在Applications Manager中安装APM Insight .NET Core代理,请执行以下步骤:
InstallAgent.ps1 -Destination "[path]" -InstallType "[local|global]" -LicenseKey [licenseKey]
位置如下
Destination "[path]"→将安装代理的位置。可能是绝对路径或相对路径。目录引号也是必需的。
InstallType [local|global]→确定是本地安装还是全局安装。建议使用本地安装。
LicenseKey [licenseKey]→从Application Manager APM Insight主页复制的许可密钥。
例:
InstallAgent.ps1 -Destination "G:\.NET_Core_Agent" -InstallType "local" -LicenseKey APMI_762cf0800fd41749008b5d73115a6841d8dee7e01fc2f451500d39786b593c39
在任何文本编辑器中打开apminsight.conf文件,并包含以下键:
apm.host=[HOST]:[PORT]
例:
apm.host=app-w8-test:9007
如果Applications Manager通过HTTP协议发送数据,请在apminsight.conf文件中包括以下行:
apm.protocol.https=false
保存文件,然后重新启动.NET Core应用程序。
application.name =[您的应用名称]
更改应用程序名称只会创建一个新主机,而不会删除以前的主机。
要在Applications Manager中安装APM Insight .NET Core代理,请遵循以下给出的说明: