Description
Vertex Counters, Task Counters, and TaskAttempt Counters views are blank during the live tez AM view. This is due to the nature of the request sent by the Tez UI to the Tez AM rest api. The api only accepts a list of counter groups or counter names, since the groups and names are unknown at the time of the request, there is no away to ask for counters by name. This jira proposes to allow for a "*" to the rest api to request all counters to be returned.