Commit Graph

255 Commits (c1b9bbc2cf53447e39dddf0a58ae2b5c40c87ce8)

Author SHA1 Message Date
Craig Miskell 2e86985d44 Remove silly noise 8 years ago
Craig Miskell f9fb315dbd Update tests to match new reality, and rejig the implementation a bit to truly work as desired 8 years ago
Craig Miskell 61e6f63b32 Align queries to prometheus with the step to ensure 'rate' type expressions get consistent results 8 years ago
Torkel Ödegaard 27835f373e cleanup: removed unused typescript typings import 8 years ago
bergquist 1f9e2ef6ec prom: fixes broken test 8 years ago
bergquist 71272d9076 prom: make $__$interval the first suggested range vector 8 years ago
Mitsuhiro Tanda 6d5628f2ea ignore trailing whitespace (#10344) 8 years ago
Mitsuhiro Tanda e3274d6765 (prometheus) show label name in paren after by/without/on/ignoring/group_left/group_right 8 years ago
Torkel Ödegaard 3a1f52d8a2 prettier: ran on all files again, sorry. now settings are defined in package.json 8 years ago
Torkel Ödegaard fadfc665e4 tech: ran pretttier on all typescript files 8 years ago
bergquist ea4ef47982
prometheus: change default resolution to 1/1 8 years ago
David Kaltschmidt 8d70f13393 Type-agnostic row merge in table transform for multiple queries 8 years ago
bergquist 48d9d0d356 prom: enable min interval per panel 8 years ago
Patrick O'Carroll 3aa1cb012a added tooltip, fixes #10092 (#10097) 8 years ago
Mitsuhiro Tanda e8a6af7b22 fix templating undefined error (#10004) 8 years ago
Carl Bergquist af5ced0e18
Revert "prometheus nested query support" 8 years ago
Mitsuhiro Tanda 98bb8bf761 prometheus nested query support 8 years ago
Torkel Ödegaard e98af1b3fa updated libs and fixed new typescript errors 8 years ago
Patrick O'Carroll 27e486d678 converted 3 .js files to .ts (#9958) 8 years ago
bergquist 0390b4187b prom: add prom2 dashboard as bundled dashboard 8 years ago
Cody Boggs 999b1211b6 show top 5 max scrape durations by job, and fix legend format 8 years ago
Cody Boggs 9151a2468d fix scrape duration, add rule eval iteration stats, and reorg a bit 8 years ago
Cody Boggs 29de4e7c53 fix data source var and remove node_exporter dependency 8 years ago
Cody Boggs d5ef0403af First draft of a Prometheus 2.0 Stats dashboard 8 years ago
Carl Bergquist 5d6ed6c45f
prom: add support for default step param (#9866) 8 years ago
Torkel Ödegaard 74fcb2494a prometheus: fixed unsaved changes warning when changing time range due to step option on query model was changed in datasource.query code, fixes #9675 8 years ago
bergquist beb203209b prom: adds pre built grafana dashboard 8 years ago
bergquist c2c5f529f3 prometheus: add builtin template variable as range vectors 8 years ago
Torkel Ödegaard 8d68bd6bb9 fix: fixed prometheus step issue that caused browser crash, fixes #9575 8 years ago
Mitsuhiro Tanda 8a43d4e25c fix vector range 8 years ago
Mitsuhiro Tanda ebebbddb2d allow ":" character for metric name 8 years ago
Mitsuhiro Tanda c4c64365f1 remove duplicative prometheus function 8 years ago
Mitsuhiro Tanda c51f84a12e remove label match operator from keyword.operator 8 years ago
Mitsuhiro Tanda 8580b78ce6 remove label match operator from keyword.operator 8 years ago
Mitsuhiro Tanda cc1e69ace3 remove extra state push 8 years ago
Torkel Ödegaard b228c23dbe testing: fixing tests 8 years ago
Alin Sinpalean 9cf7a2d2ed Remove apparently unnecessary .flush() calls. 8 years ago
Alin Sinpalean 080c46f835 Address review comments. 8 years ago
Torkel Ödegaard 0c86241c5b Webpack (#9391) 8 years ago
Alin Sinpalean bb8849785a Have include intervalFactor in its calculation, so always equal to the step query parameter. 8 years ago
Torkel Ödegaard b8d9722b4f tech: removing unused variables from typescript files, and making tslint rules more strict 8 years ago
Mitsuhiro Tanda 5bdd554671 check args for query 8 years ago
Mitsuhiro Tanda 6bf8144793 add test for completer 8 years ago
Mitsuhiro Tanda 1a5e786467 fix 8 years ago
Mitsuhiro Tanda 56c0d91ee5 follow token name change 8 years ago
Mitsuhiro Tanda d530ccff1c (prometheus) support label value completion 8 years ago
Mitsuhiro Tanda 40b74e6664 (prometheus) support label name completion 8 years ago
Mitsuhiro Tanda b349b3ef55 provide ace editor for external datasource plugin (#9224) 8 years ago
Alin Sinpalean 2a62374a61 Prometheus: Rework the interaction between auto interval (computed based on graph resolution), min interval (where specified, per query) and intervalFactor (AKA resolution, where specified, per query). 8 years ago
Torkel Ödegaard 3c16230158 prometheus: added completer unit test, #9208 8 years ago