[ https://issues.apache.org/jira/browse/KUDU-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Serbin updated KUDU-3269: -------------------------------- Description: The server's section in the metrics output looks like the following: {noformat} { "type": "server", "id": "kudu.tabletserver", "attributes": {}, "metrics": [ ... ] } {noformat} It would be great to add the UUID of the server into the output along with {{"type"}}, node/host name might be helpful as well. The rationale is to be able to tell what tablet server the metrics were collected once the JSON file with metrics is on hands, but there is no information from which URL the metrics were collected. So, the UUID and the node name is to allow for easier identification of the collected metrics. was: The server's section in the metrics output looks like the following: {noformat} { "type": "server", "id": "kudu.tabletserver", "attributes": {}, "metrics": [ ... ] } {noformat} It would be great to add the UUID of the server into the output along with {{"type"}}, node/host name might be helpful as well. > Add UUID of the server into the metrics output > ---------------------------------------------- > > Key: KUDU-3269 > URL: https://issues.apache.org/jira/browse/KUDU-3269 > Project: Kudu > Issue Type: Improvement > Reporter: Alexey Serbin > Assignee: Abhishek > Priority: Minor > Labels: newbie++ > > The server's section in the metrics output looks like the following: > {noformat} > { > "type": "server", > > "id": "kudu.tabletserver", > > "attributes": {}, > > "metrics": [ ... ] > } > {noformat} > It would be great to add the UUID of the server into the output along with > {{"type"}}, node/host name might be helpful as well. > The rationale is to be able to tell what tablet server the metrics were > collected once the JSON file with metrics is on hands, but there is no > information from which URL the metrics were collected. So, the UUID and the > node name is to allow for easier identification of the collected metrics. -- This message was sent by Atlassian Jira (v8.3.4#803005)