From f8d4c38fc36efc5b8c3b0376da2a7fa8b11248ae Mon Sep 17 00:00:00 2001 From: Ejar Date: Tue, 28 Dec 2021 16:55:57 +0100 Subject: [PATCH] Correcting the link of the byte_value type info The link provided was not showing information about the correct type. Now it is correctly showing the bytes-value documentation. https://developers.google.com/protocol-buffers/docs/reference/csharp/class/google/protobuf/well-known-types/bytes-value --- g3doc/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g3doc/metrics.md b/g3doc/metrics.md index f1cfad926d..712d544912 100644 --- a/g3doc/metrics.md +++ b/g3doc/metrics.md @@ -571,7 +571,7 @@ Below are the supported metric value types: * [`double_value`](https://developers.google.com/protocol-buffers/docs/reference/csharp/class/google/protobuf/well-known-types/double-value) - A wrapper for a double type. -* [`bytes_value`](https://developers.google.com/protocol-buffers/docs/proto3) - +* [`bytes_value`](https://developers.google.com/protocol-buffers/docs/reference/csharp/class/google/protobuf/well-known-types/bytes-value) - A bytes value. * `bounded_value` - Represents a real value which could be a pointwise estimate, optionally with approximate bounds of some sort. Has properties