Skip to content

Commit

Permalink
Remove Timescale integration
Browse files Browse the repository at this point in the history
Until aleveille#3 is fixed, this code can't be built.
  • Loading branch information
Alexis Vanier committed Aug 19, 2020
1 parent 9061b4a commit df13cca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 126 deletions.
7 changes: 0 additions & 7 deletions lagrande.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,13 +468,6 @@ func spawnWorker(id int, statsChan chan<- emissionStat) {
case "dry-run":
workerPublisher = publisher.NewLogPublisher("na")
}
case "timescale":
switch protocol {
case "timescale":
workerPublisher = publisher.NewTimescalePublisher(endpoint)
case "dry-run":
workerPublisher = publisher.NewLogPublisher("na")
}
}

workerGeneratorsArr := cloneDefaultGenerators(workerMetricNamespacePrefix, workerMetricNamespaceSuffix, workerTags)
Expand Down
119 changes: 0 additions & 119 deletions publisher/timescalePublisher.go

This file was deleted.

0 comments on commit df13cca

Please sign in to comment.