intelsdi-x / snap

The open telemetry framework
http://snap-telemetry.io
Apache License 2.0
1.8k stars 296 forks source link

Collector and Publisher plugin for EXASOL DB #906

Closed mkempken closed 8 years ago

mkempken commented 8 years ago

It would be great if we could use our analytic in-memory database for storing metrics (publisher) and it would be also great if it was possible to query our build in EXA_STATISTICS schema for database performance metrics (collector). Should be easy to connect using Linux ODBC. Free community edition (prebuild virtual machine) can be found here https://www.exasol.com/portal/display/DOWNLOAD/Free+Trial

mbbroberg commented 8 years ago

@mkempken thanks for the recommendation. These plugins are best when written by someone who knows the target product and none of our maintainers are familiar with this one. Do you or another exasoldb user want to write a plugin?

You could use the InfluxDB plugin as a template to follow along with our documentation.

mkempken commented 8 years ago

@mjbrender thanks for your answer. I'll get in contact with our R&D to see if we can get resources for adopting the influxdb plugins. Thanks

mkempken commented 8 years ago

@mjbrender Unfortunately, the influxdb plugin won't work for us because we require an ODBC or JDBC driver to communicate with our database...

thomastaylor312 commented 8 years ago

@mkempken I think @mjbrender means to use the Influx plugin as an example to follow while building your own. On Wed, May 11, 2016 at 06:52 Marcel Kempken notifications@github.com wrote:

@mjbrender https://github.com/mjbrender Unfortunately, the influxdb plugin won't work for us because we require an ODBC or JDBC driver to communicate with our database...

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/intelsdi-x/snap/issues/906#issuecomment-218465475

mbbroberg commented 8 years ago

Exactly @mkempken, what @thomastaylor312 stated. We are very supportive of you writing a plugin to publish or collect from EXASOL DB since we won't be able to get to that ourselves anytime soon.

IRCody commented 8 years ago

@mkempken: Closing this issue. Feel free to open another one or contact us on gitter if you have any questions about writing a plugin.