Google App Engine health checks spamming app

后端 未结 4 1879
你的背包
你的背包 2020-12-03 00:51

I\'ve deployed a nodejs app running on the Google App Engine Flex runtime using the following app.yaml configuration:

runtime: nodejs
env: flex
         


        
4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-03 01:32

    I don't have a solution to the root problem. But if the spamming is making it impossible to use the log for its intended purpose, like it is for me, here is a work around:

    1. Enable the 'Advanced Log Filters' (the tiny down arrow next to the search field in Stackdriver Logging)

    2. Add this to the Search query

      NOT textPayload : (health)

提交回复
热议问题