You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/12/05 01:07:47 UTC

[GitHub] bwsw commented on issue #3078: Add influxdb to statscollector

bwsw commented on issue #3078: Add influxdb to statscollector
URL: https://github.com/apache/cloudstack/pull/3078#issuecomment-444319296
 
 
   @GabrielBrascher Hi, Gabriel, what is the rationale to integrate it into CloudStack, why don't use EventBus to publish Metrics Events. When I start thinking about how to test that I see it's pretty difficult because a 3rd-party system is involved. 
   
   We use
   https://github.com/bwsw/cs-pulse-sensor-kafka
   to publish events to Kafka Event Bus (and it would be great if CS could do it by itself).
   
   And we use
   https://github.com/bwsw/python-kafka-influxdb-importer
   To export to InfluxDB or another system if you have proper exporter.
   
   I mean, Look InfuxDB Open Source Edition doesn't provide HA-features, you need to deploy commercial clustered solution to support clustered and now CS publishes in that non-HA system which is not reliable.
   
   Why not implement all those stuff through Even Bus and establish events protocol?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services