Jonathan Hurley created AMBARI-6780:
---------------------------------------
Summary: SOURCE and SINK metrics not working on host-component
Key: AMBARI-6780
URL: https://issues.apache.org/jira/browse/AMBARI-6780
Project: Ambari
Issue Type: Bug
Affects Versions: 1.7.0
Reporter: Jonathan Hurley
Assignee: Jonathan Hurley
Priority: Critical
Fix For: 1.7.0
Flume service UI is not able to show SOURCE and SINK metrics for an agent
because the following API call is not working.
{code}
http://flume-1:8080/api/v1/clusters/c1/hosts/flume-3.c.pramod-thangali.internal/host_components/FLUME_HANDLER?fields=metrics/flume/flume/SINK/*
{code}
{code}
http://flume-1:8080/api/v1/clusters/c1/hosts/flume-3.c.pramod-thangali.internal/host_components/FLUME_HANDLER?fields=metrics/flume/flume/SOURCE/*
{code}
However the CHANNEL one works
{code}
http://flume-1:8080/api/v1/clusters/c1/hosts/flume-3.c.pramod-thangali.internal/host_components/FLUME_HANDLER?fields=metrics/flume/flume/CHANNEL/*
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)