##Overview
We can use Dropsonde to send container metrics to metron which will emit them to Doppler; which is then polled by traffic controller. The endpoint on the traffic controller should report the latest container metric for each instance of the specified app.
main.go connects to the traffic controller and polls the container metrics endpoint.
container_metrics_emitter.go is a sample app that emits container metrics to metron using the dropsonde library.
You should now see metrics appearing in the listener window
###Things to look for:
the diskBytes value should be increasing.
the diskBytes value should be skipping some numbers, this is b/c we are listening on a three second window, but publishing on a one second window and are only returning the most recent result
there should be only entries for the applicationId you entered with multiple instance indexes