Re: Knox JMX metrics

2017-05-03 Thread Sandeep More
Awesome, sounds great ! On Wed, May 3, 2017 at 4:49 PM, Mohammad Islam wrote: > Thanks Sandeep for the update. > I will give a try with visualvm/jconsole/jolokia to play with.I may work > on REST API support with your help but not committed at this time. I will >

Re: Knox JMX metrics

2017-05-03 Thread Mohammad Islam
Thanks Sandeep for the update. I will give a try with visualvm/jconsole/jolokia to play with.I may work on REST API support with your help but not committed at this time. I will create a ticket. @larry.   On Wednesday, May 3, 2017 8:19 AM, larry mccay wrote: In

[jira] [Comment Edited] (KNOX-768) Kafka REST Proxy API through Knox

2017-05-03 Thread Rick Kellogg (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15995306#comment-15995306 ] Rick Kellogg edited comment on KNOX-768 at 5/3/17 8:14 PM: --- To quote the Confluent

CFP for Dataworks Summit Sydney

2017-05-03 Thread Alan Gates
The Australia/Pacific version of Dataworks Summit is in Sydney this year, September 20-21.   This is a great place to talk about work you are doing in Apache Knox or how you are using Knox.  Information on submitting an abstract is at

[jira] [Commented] (KNOX-768) Kafka REST Proxy API through Knox

2017-05-03 Thread Larry McCay (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15995448#comment-15995448 ] Larry McCay commented on KNOX-768: -- Hmmm, seems there may be some challenges here - we would have to have

[jira] [Comment Edited] (KNOX-768) Kafka REST Proxy API through Knox

2017-05-03 Thread Rick Kellogg (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15995306#comment-15995306 ] Rick Kellogg edited comment on KNOX-768 at 5/3/17 5:48 PM: --- To quote the Confluent

[jira] [Commented] (KNOX-768) Kafka REST Proxy API through Knox

2017-05-03 Thread Rick Kellogg (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15995306#comment-15995306 ] Rick Kellogg commented on KNOX-768: --- To quote the Confluent documentation under Production Deployment(

[jira] [Assigned] (KNOX-932) Option to remove the server-name from HTTP-header response

2017-05-03 Thread Krishna Pandey (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Pandey reassigned KNOX-932: --- Assignee: Krishna Pandey > Option to remove the server-name from HTTP-header response >

Re: Knox JMX metrics

2017-05-03 Thread larry mccay
In addition to the REST API, we need to also surface the metrics in the management UI in some meaningful way. If anyone has the bandwidth to take that on we can move it into the 0.13.0/1.0.0 release otherwise I see it as a post 1.0.0 feature. On Wed, May 3, 2017 at 9:55 AM, Sandeep More

Re: Knox JMX metrics

2017-05-03 Thread Sandeep More
Hello Mohammad, You can get to the metrics using JConsole. Once you connect to the gateway.jar process in JConsole go to MBeans tab and then to metrics. You will see a bunch of metrics there. For now we do not have any REST service to access these metrics, may be post 0.13/1.0.0. In case you

[jira] [Commented] (KNOX-932) Option to remove the server-name from HTTP-header response

2017-05-03 Thread Krishna Pandey (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15994657#comment-15994657 ] Krishna Pandey commented on KNOX-932: - It would be nice to have this as configurable property instead of

Knox JMX metrics

2017-05-03 Thread Mohammad Islam
Hi,I found Knox supports JMX metrics in the latest release .But I didn't find detailed documents of how to use. For example,  how to see the metrics (e.g. sample curl  command).  In another related note, if this feature is prod ready or anyone is using it? Regards,Mohammad