Daniel Campbell
3baa2d919e
Make columns same width ( #11394 )
2019-01-22 12:11:52 -08:00
alexpaxton
6da121399d
Polish Dropdowns ( #11393 )
...
* Align active and inactive items in dropdown menus via indentation
* Cleanup
2019-01-22 12:03:40 -08:00
Daniel Campbell
38ef776d13
Jump to data loader step from buckets "Add Data" button ( #11384 )
...
* Add context menu to open data loader
* Steps go to correct wizard
2019-01-22 11:52:11 -08:00
Christopher Henn
39ed56c25b
Fix single stat and gauge value formatting
...
- Extract value formatting in the the `SingleStat` and `Gauge`
components to a shared utility function
- Rewrite `SingleStat` for readability
- Implement the "auto" mode for a `DecimalPlaces` setting. For now, this
will format integers with no digits after the decimal place, and will
format rationals with 2 digits after the decimal place.
Closes #11370
2019-01-22 11:49:42 -08:00
Alirie Gray
7e91bf2c3e
Merge pull request #11389 from influxdata/polish(adminui)/change-scraping-button-text
...
Change button text from next to finish for configure scraping step
2019-01-22 11:47:11 -08:00
Andrew Watkins
5d76e73e8c
fix(ui/validation): jiggling elements with validation errors
2019-01-22 11:46:37 -08:00
Deniz Kusefoglu
e962eeedec
Merge pull request #11387 from influxdata/bugfix-table-time-column-detection
...
Resolve field options after excluding data in tables
2019-01-22 11:43:31 -08:00
Alirie Gray
489feda724
Change button text from next to finish for configure scraping step
2019-01-22 11:41:26 -08:00
Mark Rushakoff
882750c751
fix(task): populate created task response, the same as finding
...
The response from a created task was missing the name field; now a test
ensures that response matches what is returned when listing tasks.
2019-01-22 11:32:17 -08:00
Iris Scholten
0cfc99c5fe
Merge pull request #11369 from influxdata/fix/telegraf-config-verify
...
fix(ui/dataLoading): Ensure that a bucket gets passed into the datalistening query
2019-01-22 11:29:15 -08:00
Alirie Gray
957ddbadcd
Merge pull request #11382 from influxdata/polish(tablegraph)/remove-result-and-table-columns
...
Hide result and table columns from being shown in table options
2019-01-22 11:24:51 -08:00
Deniz Kusefoglu
c5131bc192
Resolve field options after excluding data in tables
2019-01-22 11:17:30 -08:00
Alirie Gray
0eceb4e52b
Hide result and table columns from being shown in table options
2019-01-22 11:13:05 -08:00
Chris Goller
a6350ac09e
Merge pull request #11377 from influxdata/feat/scraper-every-10s
...
feat(cmd/influxd): scrapers should run every ten seconds
2019-01-22 13:02:10 -06:00
Chris Goller
ae62edfa51
feat(cmd/influxd): scrapers should run every ten seconds
...
Previously, scrapers were running every one minute.
2019-01-22 12:49:13 -06:00
Michael Desa
df2ae6f291
Merge pull request #11348 from influxdata/fix/misc-cli
...
feat(cmd/influx): check if instance has been setup if error encountered
2019-01-22 10:45:14 -08:00
Deniz Kusefoglu
fa4e7b0357
Merge pull request #11331 from influxdata/fix/dashboard-cloning
...
Create a clone dashboard function
2019-01-22 10:29:12 -08:00
Leonardo Di Donato
65622b4289
chore(authorizer): refactor order of checks
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-22 19:23:23 +01:00
Leonardo Di Donato
83e321366e
feat(authorizer): test secrets write permissions
2019-01-22 19:23:23 +01:00
Leonardo Di Donato
a2b2a6d471
feat(authorizer): test secrets read permissions
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-22 19:23:23 +01:00
Leonardo Di Donato
d973bdd661
feat(authorizer): secrets auth
2019-01-22 19:23:23 +01:00
Leonardo Di Donato
285979c82c
chore(bolt): refactor secrets to influxdb ns
2019-01-22 19:23:23 +01:00
Leonardo Di Donato
eae9d44fb3
feat(influxdb): secrets resource type
2019-01-22 19:23:23 +01:00
Leonardo Di Donato
c76974dcfd
chore(influxdb): secret not found error
2019-01-22 19:23:23 +01:00
Michael Desa
81875c78b2
feat(cmd/influx): check if instance has been setup if error encountered
2019-01-22 10:19:26 -08:00
Deniz Kusefoglu
8fef9e5eb1
Create a clone dashboard function
2019-01-22 10:16:16 -08:00
Mark Rushakoff
6bda17c673
fix(task): use formal errors during task creation
...
The client expects influxdb.Error, so use them on the server.
Also clarify the message when the task option is missing.
2019-01-22 09:40:51 -08:00
Iris Scholten
8ff8c0ba84
fix(ui/dataLoading): Ensure that a bucket gets passed into the datalistening query
2019-01-22 09:33:01 -08:00
Chris Goller
a11773838f
feat(http): host swagger docs at /docs and /api/v2/swagger.json
2019-01-22 11:16:27 -06:00
Chris Goller
e6a6e50b82
Merge pull request #11358 from zhulongcheng/conv-write-err
...
fix(http): convert write error
2019-01-22 08:43:02 -06:00
zhulongcheng
acbb47781e
pr review changes
2019-01-22 21:24:05 +08:00
Chris Goller
781e305aff
feat(telemetry): encode metrics into store in various formats
2019-01-21 22:02:24 -06:00
zhulongcheng
edf8dfad52
fix(http): convert write error
2019-01-22 11:28:15 +08:00
Chris Goller
f30c5358d7
feat(telemetry): allow store format to be set
2019-01-21 18:45:04 -06:00
Chris Goller
4a16a8b68e
refactor(telemetry): allow push format to be specified
2019-01-21 17:55:58 -06:00
Chris Goller
6a87e2ae99
feat(prometheus): add filter example
2019-01-21 14:58:46 -06:00
Chris Goller
51ef08a13a
feat(prometheus): add label and family transformers
2019-01-21 14:03:06 -06:00
Chris Goller
1062a5defa
fix(telemetry): unused variable in test
2019-01-21 13:05:58 -06:00
Chris Goller
d9f5e84d6a
feat(telemetry): add telemetry server handler
2019-01-21 13:05:58 -06:00
Chris Goller
2d00eb18c5
feat(telemetry): add telemetry handler
2019-01-21 13:05:58 -06:00
Chris Goller
8d289a2818
fix(prometheus): remove extra debugging println
2019-01-21 13:05:58 -06:00
Chris Goller
a8a48ac5d7
feat(prometheus): add transformers and codecs
2019-01-21 13:05:58 -06:00
Chris Goller
e5c8e545b9
feat(telemetry): add http, query, and storage families
2019-01-21 13:05:58 -06:00
Chris Goller
4c106785df
feat(prometheus): remove go runtime metric
2019-01-21 13:05:58 -06:00
Chris Goller
e8215c01b5
refactor(telemetry): remove usage to simplify to a filter.
2019-01-21 13:05:58 -06:00
Chris Goller
68b0163db8
chore(telemetry): rename usage to metrics
2019-01-21 13:05:58 -06:00
Chris Goller
29e3942756
feat(telemetry): add boltdb resource counts to telemetry collection
2019-01-21 13:05:58 -06:00
Chris Goller
e690f4bfb3
chore(telemetry): move telemetry into its own package
2019-01-21 13:05:58 -06:00
Chris Goller
b3161b0927
chore(telemetry): moving packages from prometheus to telemetry
2019-01-21 13:05:58 -06:00
Chris Goller
af8f698490
feat(telemetry): add initial telemetry metrics
2019-01-21 13:05:58 -06:00