You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: export histogram proto declaration in summary proto (#6020)
This is needed to fix internal build after the `HistogramProto` location change in #6010. In OSS we don't need the `tb_proto_library` to actually use the `exports` arg since we could use the `public` symbol (https://developers.google.com/protocol-buffers/docs/proto3#importing_definitions) without additional changes. The signature change for `tb_proto_library` is required internally.
Corresponding internal change: cl/485927103 (see cl description for full details).
0 commit comments