Monitor API Gateway APIs based on API key

后端 未结 2 1148
陌清茗
陌清茗 2021-01-24 14:35

How can I monitor my Amazon API Gateway APIs API key wise?

Currently it is showing data for all API keys, but I want to display API calls, 5xx errors, 4xx errors etc fo

2条回答
  •  清歌不尽
    2021-01-24 15:19

    API Gateway doesn't (yet) offer first-class support for API Key metrics. As @kixorz mentioned, you could implement this in the application layer for the time being (for example using Lambda and CloudWatch).

提交回复
热议问题