api自我调用VS外部调用-NewRelic POV?

时间:2019-07-19 12:35:48

标签: newrelic newrelic-platform

我们有WebApi,它具有3个端点:

         +-----endpoint 1 
         |  
         +-----endpoint 2
         |  
         +-----endpoint 3

所有端点都在同一台机器上(docker)

我们已在该计算机上安装了代理,它会监视所有3个端点的传入请求。

但是,由于存在一些技术限制,现在我们要添加一个dispatcher端点。

         +-----Dispatcher 
                 |  
                 |-----endpoint 1 
                 |  
                 |-----endpoint 2
                 |  
                 +-----endpoint 3

外部世界将仅呼叫 dispatcher,而后者又会根据某种逻辑调用端点。

enter image description here

问题:

如果有人从外部调用endpoint2 VS(dispatcher 1调用endpoint 2),有什么区别吗?

我可以为endpoint 1/2/3声明“请求时间提醒”吗?

(我真的不需要知道关于dispatcher的时间。仅对于端点而言。)

有可能吗?

0 个答案:

没有答案