-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Brandon Arp edited this page Jan 26, 2014
·
4 revisions
#Overview
tsdaggregator runs on application boxes and reads from log files on the box, performs the aggregation calculations, and then publishes those results to one or more listeners. Currently, there are two particularly useful listeners. First, there is the carbon publisher that will push data to carbon for display in graphite. Second, there is the remet publisher that allows a user to connect to a streaming metrics server and view metrics in real-time.
See Input Spec for the file format. See Redis Usage for info on how redis is used.