Commit Graph

1763 Commits (c372a393a15fc8744c01bb718ee8311619f22b7c)

Author SHA1 Message Date
Andrew Watkins 34a486a7cb Cleanup comments 2017-01-26 11:09:04 -08:00
Andrew Watkins 8581d6b4aa Include support for tags 2017-01-26 11:07:34 -08:00
Hunter Trujillo d70e22bf07 Fix format sent to Kapacitor for Telegram. 2017-01-25 16:22:59 -07:00
Hunter Trujillo 099da399f0 Guard against undefined series error. 2017-01-25 14:35:47 -07:00
Hunter Trujillo e10eeb66cf Cleanup. Passes linter. 2017-01-25 14:35:32 -07:00
Hunter Trujillo 2c65d3d825 Add dygraphSeries. Tests pass. 2017-01-25 14:25:03 -07:00
Andrew Watkins aa92f9d510 WIP handle duplicate field and measurement names
This solution can now handle an arbitrary number of
responses and series.  Once we munge the series out
into one flat collection, we utilize the index of each
series to identify duplicate labels.
2017-01-24 11:50:41 -08:00
Nathan Haugo b55ad59e48 Merge pull request #786 from influxdata/fix-alert-filter
Fix alert filter
2017-01-24 11:13:55 -08:00
Nathan Haugo 3e8a101315 Merge pull request #779 from influxdata/feature/layout-diskio
Add layout for telegraf's system diskio plugin
2017-01-24 11:13:07 -08:00
Nathan Haugo 67e6100a2f Merge pull request #772 from influxdata/ga-version-header
Add X-Chronograf-Version header
2017-01-24 11:12:35 -08:00
Gunnar b835030224 Merge branch 'master' into ga-version-header 2017-01-23 23:30:59 -08:00
gunnaraasen 4bef66aff7 Add X-Chronograf-Version header 2017-01-23 23:29:12 -08:00
Andrew Watkins 527c1ef604 WIP all the refactors and in teh darkness bind them 2017-01-23 21:14:39 -08:00
Andrew Watkins 147f0aba60 WIP Fix label ordering bug 2017-01-23 16:08:45 -08:00
Andrew Watkins 55c2887f36 Introduce Talk alert config 2017-01-23 13:07:37 -08:00
Andrew Watkins 431d0348d3 Merge pull request #790 from influxdata/remove-checkboxes
Remove checkboxes
2017-01-23 11:45:00 -08:00
Andrew Watkins cf5d85ae2b Merge pull request #788 from influxdata/bugfix/tr-missing-field-keys
Fix missing fields from non-default RP
2017-01-23 11:42:28 -08:00
Andrew Watkins 4709272817 Match order of keys 2017-01-23 11:30:10 -08:00
Andrew Watkins 4f3f12dcaa Remove state change only checkbox from Telegram 2017-01-23 11:27:01 -08:00
Andrew Watkins 512a854a4d Remove state change only checkbox from HipChat 2017-01-23 11:26:50 -08:00
Tim Raymond 37ce031071 Fix missing fields from non-default RP
When attempting to extract fields from a non-default retention policy in
the Data Explorer, fields would not appear. This was because the query
was sent without an explicit RP, which would use the default RP instead.
This adds an explicit RP to the SHOW FIELDS query.
2017-01-23 09:54:56 -05:00
Andrew Watkins e554a5b5d2 Merge pull request #787 from influxdata/rule-copy
Fix copy and templated string
2017-01-20 15:20:55 -08:00
Andrew Watkins e74c03f5eb Fix copy and templated string 2017-01-20 13:35:18 -08:00
Andrew Watkins 0a865e22e6 Fix laggy input typing 2017-01-20 13:22:08 -08:00
Andrew Watkins da5c1d3a0c Make AlertTable source of truth for search term 2017-01-20 12:43:18 -08:00
Andrew Watkins b63ce0a6af Fix duplicate children error spam 2017-01-20 12:27:17 -08:00
Andrew Watkins 855b36cc6c Fix filtering in alerts table 2017-01-20 12:27:00 -08:00
Chris Goller 663712ce5f Update CHANGELOG about diskio layout 2017-01-14 13:20:24 -06:00
Chris Goller 8de723a7f1 Add layout for telegraf's system diskio plugin
diskio are counters that give the total reads/writes since
a system reboot.
2017-01-14 13:10:39 -06:00
Jade McGough 1f42ca8943 add dashboardpage to router 2017-01-13 17:40:40 -08:00
Jade McGough 287b055f76 add link to individual dashboard page 2017-01-13 17:40:40 -08:00
Jade McGough dc04c9d5e4 get dashboards to load correctly 2017-01-13 17:40:40 -08:00
Chris Goller 8e8f768b2d Update circle typos 2017-01-13 18:26:41 -06:00
Chris Goller d836abaca7 Fix circle typo 2017-01-13 18:08:15 -06:00
Chris Goller 76cc94c51d Merge pull request #771 from influxdata/feature/b6
Update changelog and release notes to beta6
2017-01-13 17:16:17 -06:00
Regan Kuchan 0cee62b53f Remove periods 2017-01-13 15:15:09 -08:00
Chris Goller b7d396c1a5 Update changelog to beta6 2017-01-13 16:46:32 -06:00
Andrew Watkins 1144047477 Merge pull request #766 from influxdata/rule-template
Rule template
2017-01-13 14:23:45 -08:00
Alex P a65592ffa5 Update Changelog 2017-01-13 14:15:04 -08:00
Alex P ad0c6200c0 Make rule message placeholder more informative 2017-01-13 14:12:14 -08:00
Alex P b7dfae9ebf Move rule message templates to correct constants file 2017-01-13 14:02:31 -08:00
Chris Goller 1f0deddf49 Merge pull request #748 from influxdata/bugfix/tr-missing-kapa
Fix missing Kapacitor on Source index page
2017-01-13 14:29:14 -06:00
Tim Raymond 4e3be5f360 Fix missing Kapacitor on Source index page
When visiting the Sources page, any InfluxDB sources that had a
configured Kapacitor would not show them. This turned out to be racey
logic. Kapacitors for a particular source are fetched from the API. The
update to the component state happened outside of the promise chained
onto the API call, so the state update was racing against the fetch from
the API (and would always win, pushing the empty object).

Instead, the chained promises for each API fetch are collected, and each
promise updates a single kapacitors object. The final promise that
updates the state is then blocked on all those promises by Promise.all.

Performing updates like this saves some allocations, since we aren't
allocating an object for each source<->kapacitor pairing to send to
setState. It also reduces setState's work, since it doesn't have to
coalesce state updates.
2017-01-13 15:21:39 -05:00
Alex P c8b8410ca1 Show pointer cursor on template hover 2017-01-13 12:02:13 -08:00
Andrew Watkins e1e003b908 Add functionality to append templates to rule message 2017-01-13 11:56:17 -08:00
Andrew Watkins 0e420e80bc Merge pull request #770 from influxdata/add-source-bug
Fix not being able to add new source
2017-01-13 11:31:12 -08:00
Andrew Watkins cdcb2a42c2 Merge pull request #768 from influxdata/feature/337-proper-link
add links to hosts in alerts table
2017-01-13 11:24:54 -08:00
Andrew Watkins d2eb8cea51 Fix not being able to add new source 2017-01-13 11:23:35 -08:00
Jade McGough f4e7e8c143 add links to hosts in alerts table 2017-01-13 00:27:12 -08:00
Nathan Haugo 7b485e08f8 Merge pull request #767 from influxdata/feature/add-docker-release-tag
Update circle builds of release tags to upload docker containers to quay
2017-01-12 17:39:33 -08:00