mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
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
12 lines
239 B
Python
12 lines
239 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
java_library(
|
|
name = "monitoring_java_lib",
|
|
exports = [
|
|
"@google_api_services_monitoring//jar",
|
|
],
|
|
runtime_deps = [
|
|
"@google_api_client//jar",
|
|
],
|
|
)
|