如何查找有关 Azure EventHub 指标 "Internal Server Errors" 和 "Other Errors" 的详细信息
How to find out details about metrics "Internal Server Errors" and "Other Errors" for Azure EventHub
在新的 Azure 门户中,我在 EventHub 的 "Metrics" 部分下看到特定日期有许多 "Internal Server Error" 事件。是否可以找到更多关于可能导致它的原因以及对这些错误的描述?
正如事件中心的指标关于 InternalServerErrors 和 OtherErrors:
InternalServerErrors: Total number of internal server error exceptions sent back to the sender or receiver while performing run-time operations. This type of error is due to either service-side or network problems.
OtherErrors: These types of errors are due to faults at the sender or receiver side, such as providing bad parameters, not enough credentials, or trying to perform an operation on a nonexistent entity.
我建议您登录到 Azure 门户,选择您的事件中心,单击“监控 > 诊断日志”,然后打开用于收集日志的诊断。详情请参考Event Hubs diagnostic logs.
在新的 Azure 门户中,我在 EventHub 的 "Metrics" 部分下看到特定日期有许多 "Internal Server Error" 事件。是否可以找到更多关于可能导致它的原因以及对这些错误的描述?
正如事件中心的指标关于 InternalServerErrors 和 OtherErrors:
InternalServerErrors: Total number of internal server error exceptions sent back to the sender or receiver while performing run-time operations. This type of error is due to either service-side or network problems.
OtherErrors: These types of errors are due to faults at the sender or receiver side, such as providing bad parameters, not enough credentials, or trying to perform an operation on a nonexistent entity.
我建议您登录到 Azure 门户,选择您的事件中心,单击“监控 > 诊断日志”,然后打开用于收集日志的诊断。详情请参考Event Hubs diagnostic logs.