zhulongcheng

Results 6 issues of zhulongcheng

https://github.com/influxdata/influxdb/blob/a64c4fd138ef11336de84b4bd42bc0f49b7d8d1d/cmd/influxd/launcher/launcher.go#L587-L591 Currently, scraper scheduler interval hard code to `10*time.Second`, and all scrapers share the same interval. Should each scraper has an interval option? cc @russorat

area/api
team/ui

Closes # Describe your proposed changes here. Actually, `id.WithType(0)` convert the SeriesID to Integer SeriesIDTyped. Use `models.Empty` as deleted SeriesID's FieldType, to consistent with `tombstone entry` : https://github.com/influxdata/influxdb/blob/530ceb9cbdae077302f37201bf3ef6cb8192e4fc/tsdb/series_partition.go#L364-L370 - [x]...

Updates #12963 Describe your proposed changes here. add scraper interval and timeout options, so scrapers can be scheduled base on customized interval and timeout, not global options. - [x] [CHANGELOG.md](https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md)...

from ``` [![cover.run](https://cover.run/go/github.com/avelino/cover.run.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Favelino%2Fcover.run) ``` to ``` [![cover.run](https://cover.run/go/github.com/avelino/cover.run.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com/avelino/cover.run) ```

``` TS.Use("user.yml", "book.yml") ```

help wanted