Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
-
None
Description
I just noticed on the metrics page locally in my dev environment that the table id is an empty string in the tablet attributes on the metrics page.
Looks like this:
[ { type: "tablet", id: "db28f9bb08554c36b91dcfc878b8702d", attributes: { partition: "range: [(<start>), (<end>))", table_name: "twitter", table_id: "" }, metrics: [ { name: "log_reader_bytes_read", value: 0 }, ...