google-nomulus/java/google/registry/module/backend
mcilwain 218c4517eb Stop exporting EPP flow metrics to BigQuery
These are simply too costly in their current form now that we are handling double-digit QPS, so at a minimum we'd want to refactor these for batched exports using a background thread (like how Stackdriver metrics work). However, upon further review, that work isn't worth doing if this BigQuery table isn't actually being used for anything, and it seems that we aren't using it anymore given that ICANN transaction reporting no longer requires it.

So the simplest thing to do is simply to get rid of this entirely, and just use a combination of Stackdriver metrics and App Engine logs. The eppMetrics BigQuery table is ~1.2 billion rows and takes up 223 GB, so that's not an insignificant GCP billings saving if we can delete it.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=215905466
2018-10-08 16:59:29 -04:00
..
BackendComponent.java Remove outdated credential modules 2018-10-03 12:08:55 -04:00
BackendModule.java Remove transition code for set of parameter refactoring 2018-07-14 01:37:03 -04:00
BackendRequestComponent.java Stop exporting EPP flow metrics to BigQuery 2018-10-08 16:59:29 -04:00
BackendRequestHandler.java Remove requireLogin action attribute 2017-06-21 10:04:05 -04:00
BackendServlet.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
BUILD Add GenerateSpec11Action and SafeBrowsing evaluation 2018-08-10 13:46:48 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00