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:45:35 UTC

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

Mubarak Seyed created FLUME-1386:
------------------------------------

             Summary: 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


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}

--
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

        

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

Posted by "Mubarak Seyed (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: Ganglia-Host-Overview.jpg
    
> 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}

--
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

        

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

Posted by "Mubarak Seyed (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: FLUME-1386.trunk.v1.patch

The attached file is a patch. Thanks.
                
> 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: FLUME-1386.trunk.v1.patch, 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}
> !https://issues.apache.org/jira/secure/attachment/12537310/Ganglia-Host-Overview.jpg!

--
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

        

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

Posted by "Mubarak Seyed (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: Patch-Screenshot.jpg
    
> 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: FLUME-1386.trunk.v1.patch, Ganglia-Host-Overview.jpg, Patch-Screenshot.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}
> !https://issues.apache.org/jira/secure/attachment/12537310/Ganglia-Host-Overview.jpg!

--
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

        

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

Posted by "Mubarak Seyed (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418991#comment-13418991 ] 

Mubarak Seyed commented on FLUME-1386:
--------------------------------------

The fix would look like !https://issues.apache.org/jira/secure/attachment/12537314/Patch-Screenshot.jpg!
                
> 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: FLUME-1386.trunk.v1.patch, Ganglia-Host-Overview.jpg, Patch-Screenshot.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}
> !https://issues.apache.org/jira/secure/attachment/12537310/Ganglia-Host-Overview.jpg!

--
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

        

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

Posted by "Hari Shreedharan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419315#comment-13419315 ] 

Hari Shreedharan commented on FLUME-1386:
-----------------------------------------

+1. Patch looks good. Does this fix now cause the graph to be drawn for these metrics?
                
> 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: FLUME-1386.trunk.v1.patch, Ganglia-Host-Overview.jpg, Patch-Screenshot.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}
> !https://issues.apache.org/jira/secure/attachment/12537310/Ganglia-Host-Overview.jpg!

--
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

        

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

Posted by "Mubarak Seyed (JIRA)" <ji...@apache.org>.
     [ 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}

!https://issues.apache.org/jira/secure/attachment/12537310/Ganglia-Host-Overview.jpg!

  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-Host-Overview!

    
> 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}
> !https://issues.apache.org/jira/secure/attachment/12537310/Ganglia-Host-Overview.jpg!

--
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

        

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

Posted by "Mubarak Seyed (JIRA)" <ji...@apache.org>.
     [ 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