Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/actionscript-3/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring boot 使用Prometheus监视第三方API调用_Spring Boot_Monitoring_Prometheus - Fatal编程技术网

Spring boot 使用Prometheus监视第三方API调用

Spring boot 使用Prometheus监视第三方API调用,spring-boot,monitoring,prometheus,Spring Boot,Monitoring,Prometheus,在我的spring boot应用程序中,我使用的是第三方公共API。我想监控这个第三方API调用、API命中总数、成功响应总数和错误响应数。我已经添加了测微计普罗米修斯依赖项测微计注册-Prometheus-1.1.3 我可以通过哪种方式获得自定义API监控

在我的spring boot应用程序中,我使用的是第三方公共API。我想监控这个第三方API调用、API命中总数、成功响应总数和错误响应数。我已经添加了测微计普罗米修斯依赖项
测微计注册-Prometheus-1.1.3

我可以通过哪种方式获得自定义API监控