mirror of
https://github.com/google/nomulus.git
synced 2025-08-01 23:42:12 +02:00
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:
parent
9fcb8984ad
commit
aa1b5229a0
5 changed files with 101 additions and 24 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue