You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Mubarak Seyed (JIRA)" <ji...@apache.org> on 2012/07/20 08:47:35 UTC

[jira] [Updated] (FLUME-1386) Ganglia metrics plugin should filter MBean name

     [ https://issues.apache.org/jira/browse/FLUME-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mubarak Seyed updated FLUME-1386:
---------------------------------

    Description: 
Ganglia metrics shows MBean name + metric name and it appears from ganglia UI that graph is not getting rendered properly but it shows the values (counts) in host overview page. Please refer the attached screenshot.

For example, metrics name is displayed as 

{code}
org.apache.flume.channel%3Atype%3Dmem-channel1.ChannelSize
{code}

but it should be

{code}
mem-channel1.ChannelSize
(or)
flume.mem-channel1.ChannelSize
{code}

!Ganglia-Host-Overview!

  was:
Ganglia metrics shows MBean name + metric name and it appears from ganglia UI that graph is not getting rendered properly but it shows the values (counts) in host overview page. Please refer the attached screenshot.

For example, metrics name is displayed as 

{code}
org.apache.flume.channel%3Atype%3Dmem-channel1.ChannelSize
{code}

but it should be

{code}
mem-channel1.ChannelSize
(or)
flume.mem-channel1.ChannelSize
{code}

    
> Ganglia metrics plugin should filter MBean name
> -----------------------------------------------
>
>                 Key: FLUME-1386
>                 URL: https://issues.apache.org/jira/browse/FLUME-1386
>             Project: Flume
>          Issue Type: Bug
>          Components: Technical Debt
>    Affects Versions: v1.2.0
>            Reporter: Mubarak Seyed
>            Priority: Minor
>              Labels: newbie
>         Attachments: Ganglia-Host-Overview.jpg
>
>
> Ganglia metrics shows MBean name + metric name and it appears from ganglia UI that graph is not getting rendered properly but it shows the values (counts) in host overview page. Please refer the attached screenshot.
> For example, metrics name is displayed as 
> {code}
> org.apache.flume.channel%3Atype%3Dmem-channel1.ChannelSize
> {code}
> but it should be
> {code}
> mem-channel1.ChannelSize
> (or)
> flume.mem-channel1.ChannelSize
> {code}
> !Ganglia-Host-Overview!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira