在 azure aks 上监控请求持续时间
Monitoring request duration on azure aks
我正在使用 AKS 处理托管在 Azure 上的项目。我被要求监控一些请求的性能。我记得在 Azure AppService 中托管应用程序时,我可以使用 Application Insights 查看请求的 URL 及其持续时间。
AKS 有类似的东西吗?我想查看我正在访问的 URL 以及这些请求的完成时间。
是的,你可以。添加到@ZakiMa 上面的评论,codeless instrumentation of Azure Kubernetes Service is currently available for only for Java applications through the standalone agent. To monitor applications in other languages use the SDKs.
我正在使用 AKS 处理托管在 Azure 上的项目。我被要求监控一些请求的性能。我记得在 Azure AppService 中托管应用程序时,我可以使用 Application Insights 查看请求的 URL 及其持续时间。
AKS 有类似的东西吗?我想查看我正在访问的 URL 以及这些请求的完成时间。
是的,你可以。添加到@ZakiMa 上面的评论,codeless instrumentation of Azure Kubernetes Service is currently available for only for Java applications through the standalone agent. To monitor applications in other languages use the SDKs.