mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
Export Metrics in OpenCensus Protobuf Format (#10080)
This commit is contained in:
@@ -264,3 +264,10 @@ def ray_deps_setup():
|
||||
"//thirdparty/patches:msgpack-windows-iovec.patch",
|
||||
],
|
||||
)
|
||||
|
||||
http_archive(
|
||||
name = "io_opencensus_proto",
|
||||
strip_prefix = "opencensus-proto-0.3.0/src",
|
||||
urls = ["https://github.com/census-instrumentation/opencensus-proto/archive/v0.3.0.tar.gz"],
|
||||
sha256 = "b7e13f0b4259e80c3070b583c2f39e53153085a6918718b1c710caf7037572b0",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user