Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 714 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 714 Bytes

PageMetrics + Apache Kafka + Redis

alt tag

Metrics RoadMap

  • We can introduce other metric types:
    • Counters --> count any type of event ('some.custom.events, 10)
    • Timers --> how long something took
    • Sets --> count of unique values passed to a key

Kafka commands

bin\windows\zookeeper-server-start.bat config\zookeeper.properties
bin\windows\kafka-server-start.bat config\server.properties
bin\windows\kafka-console-consumer.bat --zookeeper localhost:2181 --topic PageLoadTime --from-beginning
kafka-console-producer.bat --broker-list localhost:9092 --topic PageLoadTime