【发布时间】:2017-08-18 15:07:56
【问题描述】:
我正在尝试让 Application Insights 在托管在 AWS Elastic Beanstalk 中的多个实例上的应用程序上运行。问题是服务器都被视为单个服务器。我认为这是因为它们都有相同的主机名。
有谁知道我该怎么做:
- 在启动时手动设置 Application Insights 中的 ServerName 属性? 或
- 强制 AWS 为每个实例指定不同的主机名?
【问题讨论】:
标签: amazon-web-services amazon-ec2 amazon-elastic-beanstalk azure-application-insights