Pavel Zavora
1a3f1752e8
chore: improve comments
2022-04-05 10:01:51 +02:00
Pavel Zavora
6c46da0acd
chore(canned): remove unused code
2022-04-05 09:57:23 +02:00
Pavel Zavora
6cfc9c8ac1
fix(canned): load of resources using embed
2022-04-05 09:23:43 +02:00
Pavel Zavora
b6f803da6b
chore(ui): apply go fmt after go-bindata
2022-04-04 15:40:25 +02:00
greg linton
599cb082aa
chore: add some sweet sweet tests for filestore dashboards
2020-02-07 14:03:24 -07:00
R-Laengst
16ac349228
fix: update `non_negative_derivative` calls to use 1s ( #5368 )
2020-02-05 17:02:17 -07:00
Andrew Watkins
74790c0201
fix(canned): group by database for numSeries and numMeasurment queries ( #5244 )
2019-07-29 13:05:27 -07:00
Peter A. Bigot
b4a9711d08
Add template variables db and rp to missed canned layouts
...
Original patch failed to apply these to some files due to a
case-sensitive replacement.
2018-11-12 15:18:13 -06:00
Peter A. Bigot
1d9fcd8b1f
passim: normalize query case
...
Make SELECT, AS, FROM consistently upper case in query, so future batch
replacements work properly.
2018-11-12 15:17:00 -06:00
nathan haugo
2416c40a07
Fix ping canned dashboard
2018-11-09 16:42:25 -08:00
Andrew Watkins
d3c666bf37
fix(canned_dash): switch page_faults to commands
2018-11-01 11:08:31 -07:00
Andrew Watkins
c21f1a5780
Update cmd to com
2018-07-10 16:35:57 -07:00
Andrew Watkins
4654637dbc
Add mysql metric version 2 query to canned dashboards
2018-07-10 15:50:42 -07:00
Andrew Watkins
343223327b
Change server to url
2018-07-10 15:25:05 -07:00
Iris Scholten
63cb7aac52
Add template variables db and rp to canned layouts json
...
Also surround all measurements and template variables with
escaped quotes
Regex find and replace used:
FIND: `FROM (\w+)`, REPLACE: `FROM \\":db:\\".\\":rp:\\".\\"$1\\"`
FIND: `FROM ([\\"]{2}[^"\\]*[\\"]{2})` , REPLACE: `FROM \\":db:\\".\\":rp:\\".$1`
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-16 14:55:06 -07:00
Brennen Smith
568506ccae
Don't just base CPU on `user`
2018-03-23 12:02:11 -07:00
Brandon Farmer
94dcc49a62
Always return colors for single stat graphs
...
Addresses a change that requires single stat graphs to have an array of
colors, specifically in the case of canned dashboards. An empty array
is acceptable but an undefined value will break the page.
Closes #2862
Closes #2841
2018-03-12 20:14:04 -07:00
Chris Goller
1a277ec0b3
Move canned apps to the filestore directory
2017-12-18 17:31:45 -08:00
Jared Scheib
93f11e1325
Merge remote-tracking branch 'origin/master' into multitenancy
2017-12-05 11:43:23 -08:00
Chris Goller
5b4875f1ed
Update mysql pre-canned dashboard to use last value over a second derivative
2017-12-05 08:36:50 -06:00
Jared Scheib
30b8d3cdca
Make all Store names plural for consistency
2017-10-24 15:54:24 -07:00
Joxit
87e87ca286
Use line stacked in mem.json ( #1892 )
2017-08-24 18:36:21 +02:00
Chris Goller
0316ea451a
Update canned influx layout to use milliseconds of duration
2017-05-14 23:32:10 -05:00
Nicky Semenza
3acebf49da
add canned dashboard for phpfpm
2017-04-28 15:25:59 -04:00
nathan haugo
61042ac466
Requested changes
2017-03-10 09:06:13 -08:00
nathan haugo
7c00f3326b
Add mesos canned
2017-03-10 08:31:41 -08:00
Chris Goller
8dc012aeac
Update to fix go linter issues
2017-03-06 10:11:52 -06:00
Chris Goller
f12c239a31
Merge pull request #945 from influxdata/feature/consul-telemetry
...
Add consul statsd cluster health dashboard
2017-03-01 12:19:39 -06:00
Chris Goller
a489fa1ce7
Add consul statsd election and leadership layout
2017-03-01 12:13:44 -06:00
Chris Goller
dd6edbf901
Add consul statsd leadership dashboard
2017-03-01 12:08:32 -06:00
nathan haugo
47dbba67dc
Add consule agent stats
2017-03-01 10:08:24 -08:00
Chris Goller
848fa1f130
Add consul statsd cluster health dashboard
2017-03-01 11:59:05 -06:00
Chris Goller
5aeeeca5f1
Add labels to influxdb write layout
2017-02-24 17:03:59 -06:00
Chris Goller
d275749b8e
Add y-axis units for influx, memcached and mongo
2017-02-24 16:51:06 -06:00
Chris Goller
869fb876dd
Update apache, consul, cpu, disk, docker, mem with y-axis labels
2017-02-24 16:09:13 -06:00
Jared Scheib
4a3d1c1deb
Update canned layouts via PUT request, rather than manually
2017-02-23 17:22:16 -08:00
Jared Scheib
10771838ea
Add stacked and stepplot graph display options as new types to canned Docker graphs and swagger def
2017-02-23 14:08:45 -08:00
nathan haugo
94bd81a722
Add more docker stats
2017-02-15 14:59:06 -08:00
Chris Goller
6d6acf082e
Add layout for telegraf's procstat measurement
2017-01-27 11:59:30 -06:00
Chris Goller
59ed8e91e8
Fix typo in new_apps script
2017-01-27 11:31:02 -06:00
Chris Goller
d1bdbadece
Add layout for telegraf's net measurement
2017-01-27 11:30:41 -06:00
Chris Goller
9f7e3c7c14
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
Jack Zampolin
e852b493de
Add rabbitmq canned dash
2017-01-09 12:33:22 -08:00
Chris Goller
2339f93c0e
Fix mongo layout to remove extra fields
2017-01-04 18:17:23 -06:00
Mark Rushakoff
84d28e3aad
Miscellaneous lint cleanup
2016-12-20 12:59:56 -08:00
Tim Raymond
cee5c85116
Fix template layout ordering
...
This divides templates into two classes: autoflow and static. This is
controlled by a boolean "autoflow" property on templates. Any autoflow
templates that will be rendered for a host, have their cells arranged in
a left-to-right, top-to-bottom fashion.
Static templates, are assumed to have precise positioning information
for their graphs. The only adjustment made to them will be a translation
of their Y coords so they do not overlap other layouts.
The autoflow templates, after processing, become a static layout as
defined above and are positioned accordingly.
2016-11-29 17:41:19 -05:00
nathan haugo
b2fc36754b
Update processes and netstat to be system app
2016-11-29 11:34:02 -08:00
Chris Goller
6d0b38dd05
Update layout JSON formatting to jq style
2016-11-18 16:07:53 -06:00
Chris Goller
75db75473f
Update pre-canned layouts to not have the telegraf database specified.
2016-11-18 16:07:53 -06:00
Chris Goller
c6f772c69b
Update cpu, load, mem layouts to not specify telegraf in query
2016-11-18 16:07:53 -06:00