Create Stackdriver module and inject it into backend module

This adds Stackdriver as a DI module into the registry codebase. This is a
necessary prerequisite for using Stackdriver based monitoring. For now, I'm
only adding it to the backend module as it will be more work to add it to the
frontend module.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=126730925
This commit is contained in:
shikhman 2016-07-06 13:24:20 -07:00 committed by Ben McIlwain
parent 9fcb8984ad
commit aa1b5229a0
5 changed files with 101 additions and 24 deletions

View file

@ -210,6 +210,12 @@ def domain_registry_repositories():
sha1 = "098adf9128428643992ae6fa0878a7f45e7cec7d",
)
native.maven_jar(
name = "google_api_services_monitoring",
artifact = "com.google.apis:google-api-services-monitoring:v3-rev6-1.21.0",
sha1 = "d8490745206ca5b1bfedad650dd64a69737a4b20",
)
native.maven_jar(
name = "google_api_services_storage",
artifact = "com.google.apis:google-api-services-storage:v1-rev15-1.19.0",