We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc62a57 commit 2a743f4Copy full SHA for 2a743f4
pkg/targets/tdengine/benchmark.go
@@ -54,9 +54,9 @@ func (b *benchmark) GetProcessor() targets.Processor {
54
55
func (b *benchmark) GetDBCreator() targets.DBCreator {
56
return &dbCreator{
57
+ ds: b.ds,
58
opts: b.opts,
59
connDB: b.opts.ConnDB,
- ds: b.ds,
60
httpurl: b.opts.HttpURL(),
61
}
62
pkg/targets/tdengine/creator.go
@@ -12,9 +12,7 @@ import (
12
)
13
14
const (
15
- tagsKey = "tags"
16
- TimeValueIdx = "TIME-VALUE"
17
- ValueTimeIdx = "VALUE-TIME"
+ tagsKey = "tags"
18
19
20
// allows for testing
0 commit comments