Christopher Henn
8f468895f1
Update query builder metaqueries for Flux 0.7.2
2018-12-07 11:30:35 -08:00
Christopher Henn
b041e1abff
Pause autorefresh in TimeMachine by default
2018-12-07 11:30:35 -08:00
Christopher Henn
ec25e93ae6
Do not implicitly execute queries on change
2018-12-07 11:30:35 -08:00
Jade McGough
6451d7cca2
chore(platform): use a constant for label not found error ( #1782 )
2018-12-07 10:25:11 -08:00
Edd Robinson
3ea3d90e10
Merge pull request #1623 from influxdata/er-storage-metrics
...
Add storage engine metrics
2018-12-07 17:50:13 +00:00
kelwang
428a92d475
Merge pull request #1784 from influxdata/fix_http_error_encode
...
fix(http): fix the correct response
2018-12-07 12:40:01 -05:00
Mark Rushakoff
2e81dd31b4
refactor(task): enable high-frequency WithTicker option
...
Previously, the WithTicker option would call TickScheduler.Tick every
time the underlying time.Ticker sent a time on its channel. This meant
we used a 1s period, which meant that in the worst case, we would see a
tick at about 999ms after the second rollover.
This change increases the underlying time.Ticker frequency, but only
calls TickScheduler.Tick after a second rolls over. Since we now use a
tick frequency of 100ms, during normal operation, TickScheduler.Tick
will be called within 0.1s after the second rolls over.
2018-12-07 08:38:59 -08:00
Edd Robinson
e13309ebbe
Fix metric names
2018-12-07 16:37:17 +00:00
Kelvin Wang
ee6b149c79
fix(http): fix the correct response
2018-12-07 10:07:38 -05:00
Edd Robinson
b015757c06
Ensure all tsi1 metrics support multiple instances
2018-12-07 14:32:34 +00:00
Edd Robinson
bff655786f
Ensure tsdb metrics properly registered
2018-12-07 14:32:34 +00:00
Edd Robinson
170aaafa46
Add more verbosity to Go tests in CI
2018-12-07 14:32:34 +00:00
Edd Robinson
aa936df138
Ensure all tsm1 metrics support multiple instances
2018-12-07 14:32:34 +00:00
Edd Robinson
d94f898c8b
WIP
2018-12-07 14:32:34 +00:00
Edd Robinson
79b108d174
Fix bug with slice reuse
2018-12-07 14:32:34 +00:00
Edd Robinson
de491968ba
Fix rebase
2018-12-07 14:32:34 +00:00
Edd Robinson
93892c20ab
Fix test
2018-12-07 14:32:34 +00:00
Edd Robinson
a8b6827c9e
megacheck
2018-12-07 14:32:34 +00:00
Edd Robinson
2bb558a9d1
Ensure fileset protected by lock
2018-12-07 14:32:34 +00:00
Edd Robinson
a1804d27be
Fix race
2018-12-07 14:32:34 +00:00
Edd Robinson
f9a2f7a017
go fmt
2018-12-07 14:32:34 +00:00
Edd Robinson
e0c10227d0
Fix metric issue in series file
2018-12-07 14:32:34 +00:00
Edd Robinson
7960ccc320
Add TSI index metrics
2018-12-07 14:32:34 +00:00
Edd Robinson
c76626accf
Fix rebase
2018-12-07 14:32:34 +00:00
Edd Robinson
55caa0fe54
Add RHH metrics
2018-12-07 14:32:34 +00:00
Edd Robinson
d1fe2bc188
Add series file metrics
2018-12-07 14:32:34 +00:00
Edd Robinson
4e67e37ca6
Fix bug with engineID
2018-12-07 14:32:34 +00:00
Edd Robinson
8ca637bd80
Refactor default labels and retention metrics
2018-12-07 14:32:34 +00:00
Edd Robinson
6c5dec8f88
Refactor tracker names
2018-12-07 14:32:34 +00:00
Edd Robinson
44e5fbae0a
Convert WAL stats
2018-12-07 14:32:34 +00:00
Edd Robinson
3b980ed7e3
Convert Cache statistics
2018-12-07 14:32:34 +00:00
Edd Robinson
d61b9f1645
Convert Filestore stats
2018-12-07 14:32:34 +00:00
Edd Robinson
f56bc0853f
Convert TSM compaction stats to Prom metrics
...
This commits converts all the 1.x TSM compaction statistics, which
previously were written to an _internal db, to Prometheus metrics.
2018-12-07 14:32:34 +00:00
Brandon Farmer
8d546ff689
Merge pull request #1778 from influxdata/fix/load-and-clear
...
Load and clear -> Loud and clear
2018-12-06 16:39:00 -08:00
Brandon Farmer
d222b8c4c5
Merge pull request #1774 from influxdata/feat/onboarding-routing
...
Handle routing from onboarding sidebar
2018-12-06 16:38:03 -08:00
Brandon Farmer
8df604bd31
Load and clear -> Loud and clear
2018-12-06 16:10:33 -08:00
Brandon Farmer
5da9d37b5b
Merge pull request #1776 from influxdata/fix/queries-without-time
...
Properly handle queries without `_time`
2018-12-06 16:05:00 -08:00
Brandon Farmer
4757541e13
Properly handle queries without `_time`
2018-12-06 15:51:31 -08:00
Lyon Hill
678acd5307
feat(task): Allow the most recent run time to be shown in the api. ( #1765 )
...
* feat(task): Allow the most recent run time to be shown in the api.
When showing tasks in the api latest_completed will now show in the api if it has been run.
fixes #1705
2018-12-06 16:46:16 -07:00
Brandon Farmer
837c965e3e
Handle routing from onboarding sidebar
2018-12-06 14:51:09 -08:00
Alirie Gray
d607afe2a1
Merge pull request #1708 from influxdata/dataloader/skip-data-sources-steps
...
Dataloader/skip data sources steps
2018-12-06 14:31:26 -08:00
Brandon Farmer
3b8578c7d6
Merge pull request #1764 from influxdata/feat/onboarding-routing
...
Handling onboarding with react router
2018-12-06 13:54:48 -08:00
Brandon Farmer
67b4687ccb
Handling onboarding with react router
2018-12-06 13:21:30 -08:00
alexpaxton
0abac380bf
Tighten UI Proportions ( #1767 )
...
* Adjust proportions
* Ensure contents don't touch the bottom of the viewport
2018-12-06 12:28:07 -08:00
Deniz Kusefoglu
83c23c89ef
Merge pull request #1763 from influxdata/feat/line-protocol
...
Add ability to file upload and call write api
2018-12-06 11:57:30 -08:00
Deniz Kusefoglu
514a92c2a4
Move writeLineProtocol API call to thunk.
...
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-06 11:29:35 -08:00
Michael Desa
60a67a0589
Merge pull request #1700 from influxdata/remove/ci-integration-tests
...
remove make test-integration call from deploy
2018-12-06 13:12:58 -05:00
Palak Bhojani
f6f7494454
Add ability to file upload and call write api
...
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-06 10:06:06 -08:00
Jorge Landivar
59dbec0b0e
Merge pull request #1762 from influxdata/chore/delay2offset
...
Change delay to offset in tasks to match the flux spec
2018-12-06 12:02:33 -06:00
j. Emrys Landivar (docmerlin)
0cb888afc0
Change delay to offset in tasks to match the flux spec
2018-12-06 11:00:07 -06:00