1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 22:15:30 +00:00

Add StackDriver implementation, in monitoring/metrics package

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130287319
This commit is contained in:
shikhman
2016-08-15 09:14:31 -07:00
committed by Ben McIlwain
parent 57ec8b3ae3
commit 64abebec82
21 changed files with 1476 additions and 0 deletions

8
third_party/java/error_prone/BUILD vendored Normal file
View File

@@ -0,0 +1,8 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
java_library(
name = "annotations",
exports = ["@error_prone_annotations//jar"],
)