cppagent
cppagent copied to clipboard
Agent to Agent Connection: Filtering not working
When trying to use filters on an agent to agent connection, the filters are not taking effect.
Example Code:
<DataItem category="SAMPLE" id="xxxxx" name="currentRunTime" nativeUnits="SECOND" type="ms:CURRENT_RUN_TIME" units="SECOND"> <Filters> <Filter type="PERIOD">1</Filter> </Filters> </DataItem>
Still comes in as milliseconds, does not filter down to once a second.
Fixed in build 2.3.0.16
Please test this in the latest build.
I'm closing this as fixed.
Thanks. We will test later this week.