Skip to content

Instantly share code, notes, and snippets.

@cdsap
Last active August 20, 2019 09:12
Show Gist options
  • Save cdsap/6b63ef80877e5f6a4a628025f4df79be to your computer and use it in GitHub Desktop.
Save cdsap/6b63ef80877e5f6a4a628025f4df79be to your computer and use it in GitHub Desktop.
Hybrid
hybridPublisher {
taskPublisher = ElasticSearchPublisherConfiguration().apply {
url = "http://localhost:9200"
taskIndexName = "task"
}
buildPublisher = InfluxDbPublisherConfiguration().apply {
dbName = "tracking"
url = "http://localhost:8086"
buildMetricName = "build"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment