Chris Goller
9086bffcc5
Add windows cpu, memory and net
2016-11-07 22:22:51 -06:00
Chris Goller
80f31aaa36
Update netstat layout cell grid
2016-11-07 22:08:45 -06:00
Chris Goller
84405dd609
Update layouts with jq formatting
2016-11-07 21:57:18 -06:00
Chris Goller
5ed9036b4c
Add Windows IIS rates
2016-11-07 21:56:09 -06:00
Chris Goller
bc87d87276
Add layout for total number of processes
2016-11-07 21:38:05 -06:00
Chris Goller
22679b93f9
Add netstat layout including # of sockets and rate of chnage of # of sockets
2016-11-07 21:32:01 -06:00
Andrew Watkins
37f2fd07a8
Merge pull request #392 from influxdata/remove-more-than
...
Remove more than and less than
2016-11-07 19:29:06 -08:00
Tim Raymond
fd1118c9d4
Add ability to focus apps for a host
...
This adds the ability for a user to drill into a particular app running
on a host. It adds a query parameter to the HostPage to indicate the
focused app.
2016-11-07 22:22:29 -05:00
Chris Goller
a20fad59ec
Add disk usage_percent layout
2016-11-07 21:00:07 -06:00
Chris Goller
1258818008
Merge pull request #413 from influxdata/default-cli-options
...
Update default cli options to be 0.0.0.0 and 8888
2016-11-07 20:52:38 -06:00
Chris Goller
93b249cc09
Update default cli options to be 0.0.0.0 and 8888
2016-11-07 20:50:06 -06:00
Chris Goller
07ae55e302
Merge pull request #412 from influxdata/layouts-wheres
...
Add wheres to layouts
2016-11-07 20:44:15 -06:00
Chris Goller
78e9573c28
Add wheres to layouts
2016-11-07 20:35:46 -06:00
Regan Kuchan
7ead435f0c
Edit getting started
2016-11-07 18:20:49 -08:00
Chris Goller
dbd35846a3
Merge pull request #407 from influxdata/eslint-halp
...
Pin eslint packages and fix syntax errors
2016-11-07 20:15:42 -06:00
Nathan Haugo
8f23e2f615
Merge pull request #409 from influxdata/k8s-layouts
...
Add kubernetes layouts based on deis grafana dashboards
2016-11-07 17:10:50 -08:00
Chris Goller
8873e3bc59
Update circle to not cache
2016-11-07 18:53:19 -06:00
Chris Goller
cd1c62a3a9
Add kubernetes layouts based on deis grafana dashboards
2016-11-07 18:23:09 -06:00
Will Piers
cfb4746200
Merge pull request #402 from influxdata/kap-test
...
Switch order of save and test buttons for slack
2016-11-07 16:03:32 -08:00
Andrew Watkins
4b70160b72
Fix linting errors
2016-11-07 15:51:27 -08:00
Will Piers
7b58e00437
Pin eslint packages and fix syntax errors
2016-11-07 15:51:26 -08:00
Andrew Watkins
991983166e
Implement renaming of rule
2016-11-07 15:47:13 -08:00
Jade McGough
440d3bb04f
#382 - hide percent sign for non-percentile rules
2016-11-07 15:37:42 -08:00
Chris Goller
6fc4db5a17
Merge pull request #405 from influxdata/layout-groupbys
...
Add groupby options to layouts
2016-11-07 17:33:55 -06:00
Tim Raymond
3191ef31d2
Enforce default constraints on first/last source
...
Whenver sources are present, there should be exactly one default source.
Prior to this commit, it was possible to add the first source as a
non-default source and circumvent this invariant. This unfortunately
requires a bit of special-casing logic in s.Add and requires a query to
fetch the number of sources currently persisted.
Tests have been added to cover this as well as deleting the final
source, to ensure that there aren't any odd indexing panics that might
result from trying to find another candidate default source when
deleting.
2016-11-07 18:13:23 -05:00
Tim Raymond
44dd7665ea
Extract Default source enforcement logic
...
Enforcing the constraint that there be exactly one default source
whenever there are sources present isn't really a concern of the
traditional CRUD methods that are provided by SourcesStore. This makes
this separation a little more explicit and provides a place to glue some
documentation onto what would otherwise be a confusing bit of business
logic in the write path of SourcesStore.
2016-11-07 18:13:23 -05:00
Tim Raymond
0108323f04
Auto-set default source on Add and Delete
...
Previously, when adding a new default source, it was possible to create
more than one default source, since the previous default would not be unset.
Implementing this revealed another issue where deleting the default
source would leave no default set. If the default source is deleted now,
another source is chosen to be the new default.
2016-11-07 18:13:23 -05:00
Tim Raymond
bccc4976b6
Enforce single default source on update
...
This ensures that there will only be on default source upon setting a
new default by unsetting the default flag on all other sources. This
only happens when the source to be updated has Default set to true to
avoid a performance hit when updating other attributes.
2016-11-07 18:13:23 -05:00
Will Piers
205e1fd6c4
Switch order of save and test buttons for slack
2016-11-07 14:48:20 -08:00
nathan haugo
b984674a44
First rev of getting started
2016-11-07 14:45:04 -08:00
Will Piers
e6aea88941
Merge pull request #398 from influxdata/syntax-errors
...
Fix syntax errors
2016-11-07 14:38:42 -08:00
Chris Goller
942f3ca6ac
Add groupby options to layouts
2016-11-07 16:31:48 -06:00
Kevin Fitzpatrick
7d7f4904da
Show missing alerts
...
It was key collision.
2016-11-07 14:30:10 -08:00
Chris Goller
8afe87a3b9
Merge pull request #393 from influxdata/fix/390-change-alert-name
...
change name to alertName in alerts query
2016-11-07 15:58:47 -06:00
Jade McGough
c46656f2ab
change name to alertName in alerts query
2016-11-07 13:50:14 -08:00
Sean Beckett
e06bfd25e8
Update README.md
2016-11-07 14:26:51 -07:00
Will Piers
ebe6d005fe
Fix syntax errors
2016-11-07 13:22:56 -08:00
Andrew Watkins
fc81b4a53a
Change all 1d to 24h
2016-11-07 13:08:04 -08:00
Andrew Watkins
864e74d55c
Remove more than and less than
2016-11-07 13:03:58 -08:00
Kevin Fitzpatrick
0c1e89ac1e
Merge branch 'feature/handle-empty-alert-set'
2016-11-07 12:02:14 -08:00
Jade McGough
3ac38c629a
Merge branch 'fix/horizontal-graphs'
2016-11-07 11:40:37 -08:00
Kevin Fitzpatrick
55a0d4ef95
Stop displaying 'loading' when empty set of alerts
2016-11-07 11:06:23 -08:00
Nathan Haugo
1162b333e2
Merge pull request #383 from influxdata/docs/update_readme
...
Prep readme for opensourcing
2016-11-07 10:35:26 -08:00
nathan haugo
a1ba0de25f
Update readme from feedback
2016-11-07 10:34:56 -08:00
Chris Goller
3bdcb2c578
Merge pull request #387 from influxdata/remove-mrfusion
...
Remove mrfusion name from source
2016-11-07 11:33:23 -06:00
Chris Goller
16c14521df
Merge pull request #386 from influxdata/update-cli-options
...
Update cli options
2016-11-07 11:29:05 -06:00
Chris Goller
ee82586ded
Remove mrfusion name from source
2016-11-07 11:22:23 -06:00
Chris Goller
cf4b6ebf32
Update Makefile to use default chronograf port
2016-11-07 11:10:47 -06:00
Chris Goller
680f3ef68c
Update cli/env options to use port 10000 and remove TLS for now
2016-11-07 11:09:51 -06:00
Kevin Fitzpatrick
134df35db2
Merge branch 'develop'
2016-11-07 09:07:55 -08:00