Re: Latency Tracking Across All Kafka Component

2015-01-22 Thread Bhavesh Mistry
HI Kafka Team, I completely understand the use of the Audit event and reference material posted here https://issues.apache.org/jira/browse/KAFKA-260 and slides . Since we are enterprise customer of the Kafka end-to-end pipeline, it would be great if Kafka have build-in support for distributive

Re: Latency Tracking Across All Kafka Component

2015-01-15 Thread Guozhang Wang
Hi, At LinkedIn we used an audit module to track the latency / message counts at each "tier" of the pipeline (for your example it will have the producer / local / central / HDFS tiers). Some details can be found on our recent talk slides (slide 41/42): http://www.slideshare.net/GuozhangWang/apach

Re: Latency Tracking Across All Kafka Component

2015-01-05 Thread Otis Gospodnetic
Hi, That sounds a bit like needing a full, cross-app, cross-network transaction/call tracing, and not something specific or limited to Kafka, doesn't it? Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Mon, Ja

Latency Tracking Across All Kafka Component

2015-01-05 Thread Bhavesh Mistry
Hi Kafka Team/Users, We are using Linked-in Kafka data pipe-line end-to-end. Producer(s) ->Local DC Brokers -> MM -> Central brokers -> Camus Job -> HDFS This is working out very well for us, but we need to have visibility of latency at each layer (Local DC Brokers -> MM -> Central brokers -> Ca