Commit Graph

50 Commits (811f2e6117718478b402d5076244862f2b7e3d65)

Author SHA1 Message Date
Chris Goller 814dfc2004 Update ids and redis JSON format (extra {) 2016-11-10 16:48:16 -06:00
Will Piers 2ed3ad804f Remove merge conflict code 2016-11-10 14:11:44 -08:00
Will Piers 0632a044b3 Fix regex bug 2016-11-10 13:51:03 -08:00
Chris Goller 64a3ff185c Fix nsq layout topic id 2016-11-10 15:13:17 -06:00
Chris Goller 4f952f067c Update layouts to use jq format and fix nsq ids 2016-11-10 15:06:13 -06:00
nathan haugo c2bab88df0 Add redis layout 2016-11-10 12:34:41 -08:00
Tim Raymond bdc8806f5f Postgres Layout Tweaks
There was an issue where rows returned weren't broken out by database,
so the graph became a sawtooth. Also, at @goller's recommendation, many
queries that were previously derivatives of 1m means are now derivatives
of the raw data, giving more precision.
2016-11-10 15:18:12 -05:00
Tim Raymond fdf01d3bcd Add PostgreSQL Layout
This adds graphs for monitoring rows returned, buffers used, any
conflicts/deadlocks, as well as the current queries per second.
2016-11-10 11:09:38 -05:00
Chris Goller 9421fbf369 Add nsq layouts 2016-11-09 16:08:49 -06:00
Chris Goller c8371badb8 Update derivatives to be the correct units (and make query faster) 2016-11-09 12:06:26 -06:00
Chris Goller 60bba98077 Update layouts to have unique cell ids and layout ids 2016-11-09 09:41:24 -06:00
Chris Goller 9dffd24a01 Merge pull request #425 from influxdata/fix-k8s-groupbys
Update k8s groupbys to be escape quoted
2016-11-08 15:55:46 -06:00
Chris Goller c4572805b7 Merge pull request #414 from influxdata/disk-layout
Add disk usage_percent layout
2016-11-08 15:27:22 -06:00
Chris Goller e6d5a0507d Merge pull request #421 from influxdata/fix-k8s-fields
Update k8s CPU field name to millicores
2016-11-08 15:27:05 -06:00
Chris Goller 280c9a51db Update k8s groupbys to be escape quoted 2016-11-08 15:24:34 -06:00
Chris Goller abed96fc0a Update group by field to be quoted 2016-11-08 15:15:46 -06:00
Chris Goller 70734fbcaf Update disk to include wheres and jq formatting 2016-11-08 15:14:11 -06:00
Chris Goller 2dfa6fdf90 Merge pull request #416 from influxdata/addl-layouts
Addl layouts
2016-11-08 15:11:09 -06:00
Chris Goller 703ea08b38 Update netstat and windows layouts for derivative and formatting 2016-11-08 14:56:49 -06:00
Chris Goller b8b6d2a186 Update k8s CPU field name to millicores 2016-11-08 14:24:39 -06:00
Chris Goller 43540aafbc Update k8s network layout to show bytes per second per host/pod 2016-11-08 14:14:11 -06:00
nathan haugo e04d12108a Change nano to milli 2016-11-08 11:24:47 -08:00
nathan haugo 89cb11bc9f Fix height and width and a typo 2016-11-08 11:21:54 -08:00
nathan haugo ae7157636e Update app names 2016-11-08 10:21:50 -08:00
Chris Goller 7b389265a7 Add windows cpu, memory and net 2016-11-07 22:22:51 -06:00
Chris Goller edd0ea7dbb Update netstat layout cell grid 2016-11-07 22:08:45 -06:00
Chris Goller 0741fb3cde Update layouts with jq formatting 2016-11-07 21:57:18 -06:00
Chris Goller 512d2f574e Add Windows IIS rates 2016-11-07 21:56:09 -06:00
Chris Goller 41232f9279 Add layout for total number of processes 2016-11-07 21:38:05 -06:00
Chris Goller 4f3a0ede56 Add netstat layout including # of sockets and rate of chnage of # of sockets 2016-11-07 21:32:01 -06:00
Chris Goller 7bb5b1e5a1 Add disk usage_percent layout 2016-11-07 21:00:07 -06:00
Chris Goller 8d97980aad Add wheres to layouts 2016-11-07 20:35:46 -06:00
Chris Goller c4cce0fd16 Add kubernetes layouts based on deis grafana dashboards 2016-11-07 18:23:09 -06:00
Chris Goller b274363149 Add groupby options to layouts 2016-11-07 16:31:48 -06:00
Chris Goller 25d49793b2 Update apps test to have a logger 2016-11-07 10:27:35 -06:00
Chris Goller 6539839113 Update layouts to not use UUIDs in name and only use filesystem 2016-11-07 10:10:26 -06:00
nathan haugo 69586e92a0 Add load, change h and w 2016-11-04 12:29:40 -07:00
nathan haugo ad3f03270c Add cpu and memory, remove disk 2016-11-04 11:58:54 -07:00
nathan haugo 32723555d6 Add cpu and memory, remove disk 2016-11-04 11:53:28 -07:00
nathan haugo feb9ef05b9 Revert unwanted changes from commit to new_apps.sh 2016-11-03 11:13:40 -07:00
nathan haugo fdd1dcf3fd Add name and cell to new_app.sh 2016-11-03 11:03:26 -07:00
Timothy J. Raymond d5cfcb5fa7 Merge pull request #297 from influxdata/feature/tr-layouts
Render layouts from API
2016-10-28 19:26:10 -04:00
Tim Raymond a4793bdefc Add "I" and "Name" to cells on backend
React-grid-layout uses an "i" parameter in the JSON describing a layout
as an identifier. This is used to bind DOM elements' keys to Cells from
the API. Also, we need a "Name" to describe what each graph is to a
user.

Also, react-grid-layout specified widths and heights in terms of units
of the grid that it establishes. In order to have this properly
configured, the extents of this grid need to be spelled out when
creating a ReactGridLayout, hence the addition of "cols" and
"rowHeight" props to that component.

Finally, react-grid-layout incorporates some of its own styles. To
support this, some modifications needed to be made to the webpack config
to allow us to pull in includes from node_modules.
2016-10-28 18:01:14 -04:00
gunnaraasen b85a5be094 Add usage stats reporting 2016-10-28 14:34:55 -07:00
Chris Goller 12348d72cb Refactor to remove autogenerated code. 2016-10-26 22:10:52 -05:00
Chris Goller 8911b0fd78 Update name to chronograf 2016-10-20 09:39:40 -05:00
Chris Goller bc80a5d75e Add example pre-canned layout 2016-10-11 14:08:40 -05:00
Chris Goller 28e3dfd66e Update naming of pre-canned layouts.
Layouts now are served from only a directory and are named
MEAUREMENT_UUID.json.
2016-10-11 13:12:19 -05:00
Chris Goller f6770830f9 Update layouts to use ID generation. 2016-10-10 21:00:49 -05:00
Chris Goller c9dc1d492a Add pre-canned application layout store. 2016-10-10 20:40:16 -05:00