Fix metrics in HTTPTupleRequest
ddebrunner opened this issue · 1 comments
ddebrunner commented
Several of the metrics are stored in static fields which is incorrect, as if multiple operators are fused into the same PE multiple operators will update the same metric in one of the operators.
Probably was done this way (static) to enabled access from unrelated code.
Probably best to wait until refactoring is complete ( #286 ) before fixing.
joergboe commented
Issue moved to:
IBMStreams/streamsx.inetserver#3