events received from a SignalFlow v2 computation. This field can then be used to
lookup the metadata of that EventTimeSeries from the computation.
python
c = flow.execute(program)
for msg in c.stream():
if isinstance(msg, signalfx.signalflow.messages.EventMessage):
pprint.pprint(c.get_metadata(msg.tsid))
[1.0.7] - 2016-10-05: More Python 3 compatibility