You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The execution start with the execution of run method in Sensor Class. In this method you call the aggerator before the publisher. However, the collector is called from the publisher (in doPublish method, you call get method of the sensor. This later call the Collector)
Finnaly, the collector is called after the aggerator.
The text was updated successfully, but these errors were encountered:
Is there a bug ? How can it be reproduced ?
OCCI monitoring states that aggregators obtain data from metrics, and that publishers obtain data from metrics or aggregators: see attached image.
Something wrong with that in the code ?
The doPublish() method you mention is not in class Publisher, it is in utilitary implems (PrintStreamPublisher and its subclasses). So is there is any bug related to this, in the PrintStreamPublisher... or further in the sample apps (in specific Metric implems ?).
And what is the symptom ? Anything in the examples ? Or any code of your own which does not work properly ?? Would like to test something that goes wrong, then fix it.
Note there are certainly bugs, but I did not yet clearly understand this one...
The execution start with the execution of run method in Sensor Class. In this method you call the aggerator before the publisher. However, the collector is called from the publisher (in doPublish method, you call get method of the sensor. This later call the Collector)
Finnaly, the collector is called after the aggerator.
The text was updated successfully, but these errors were encountered: