Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

scouter-contrib/scouter-plugin-server-influxdb

Open more actions menu

Repository files navigation

scouter-plugin-server-influxdb

###Scouter server plugin for an influxdb one of the time seriesedb. Englsh Korean

  • This plugin is for scouter server and gather performance counters by scouter and send them to the influxDB.

configuration (default file location : conf/scouter.conf)

basic properties

  • ext_plugin_influxdb_enabled : (default : true)
  • ext_plugin_influxdb_measurement : influxdb measurement name (default : counter)

properties for using udp protocol(default)

  • ext_plugin_influxdb_udp : use UDP protocol (default : true)
  • ext_plugin_influxdb_udp_local_ip : UDP local address (default : null)
  • ext_plugin_influxdb_udp_local_port : UDP local address (default : 0)
  • ext_plugin_influxdb_udp_target_ip : UDP target(influxdb) address (default : 127.0.0.1)
  • ext_plugin_influxdb_udp_target_port : UDP target(influxdb) port (default : 8089)

properties for using http protocol (set false ext_plugin_influxdb_udp for using http)

  • ext_plugin_influxdb_http_target_ip : http target(influxdb) address (default : 127.0.0.1)
  • ext_plugin_influxdb_http_target_port : http target(influxdb) port (default : 8086)
  • ext_plugin_influxdb_http_retention_policy : measurement retention policy (default : default)
  • ext_plugin_influxdb_id : (default : root)
  • ext_plugin_influxdb_password : (default : root)
  • ext_plugin_influxdb_dbName : influxdb dbName (default : scouterCounter)

dependencies

Refer to pom.xml

Build

  • mvn clean install

Deploy

  • scouter-plugin-server-influxdb-x.x.x.jar on target directory and whole libraries on target/lib are copied to lib directory of the scouter sever root directory.
  • restart the scouter server.

About

Scouter server plugin for an influxdb one of the time seriese db.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.