David Kaltschmidt
ce3117507a
Prometheus: Fix annotation step calculation
...
- since e731c248d7
step calculation for
annotation queries was broken
- this change puts the interval in the correct parameter so it gets
considered in `createQuery`
- added tests
2019-01-14 17:40:47 +01:00
Torkel Ödegaard
37c5ced009
Updated singlestat to use new value format function syntax and capitalized unit categories, fixes #12871
2019-01-14 14:03:08 +01:00
Torkel Ödegaard
9e0f961fd5
updated snapshot
2019-01-13 12:51:21 +01:00
Torkel Ödegaard
c11ec79056
Minor renames and other fixes
2019-01-13 12:42:21 +01:00
Torkel Ödegaard
5b59d59afa
panel option section moved to grafana-ui and new panel option grid component
2019-01-12 21:43:41 +01:00
Torkel Ödegaard
ba9d5115d2
Merge branch 'master' into kbn-formats-refactor
2019-01-11 14:33:04 +01:00
Torkel Ödegaard
9e6411bf4b
value formats: another rename and updates code to use new valueFormats func
2019-01-11 13:31:25 +01:00
Hugo Häggmark
d97cd450c9
Merge
2019-01-11 11:41:08 +01:00
Hugo Häggmark
d2b71cff37
Reverted move of defaults for GaugePanelOptions
2019-01-11 11:25:49 +01:00
Dominik Prokop
391253ee2d
Merge branch 'master' into grafana-ui/select
2019-01-11 09:52:26 +01:00
Hugo Häggmark
5ceedc4ac4
Moved defaultProps to ui/components
2019-01-11 09:16:53 +01:00
Hugo Häggmark
c54ec5f52f
Moved the rest of Threshold dependencies to ui/components
2019-01-11 08:30:30 +01:00
Hugo Häggmark
0b6e21e9ac
Renamed Thresholds to ThresholdsEditor
2019-01-11 07:12:53 +01:00
Hugo Häggmark
1581662a6c
Moved Thresholds and styles to grafana/ui/components
2019-01-11 07:11:40 +01:00
Hugo Häggmark
dc9b83030f
Removed default export for colors
2019-01-11 07:03:12 +01:00
Hugo Häggmark
d376fae393
Moved colorpicker to ui/components
2019-01-11 07:03:12 +01:00
Torkel Ödegaard
7e106b0f49
Merge pull request #14805 from SamuelToh/11503_prevent_end_of_regexpr
...
11503: escape measurement filter regex value
2019-01-10 20:29:07 +01:00
Dominik Prokop
7819529d45
Migrate Select components to @grafana/ui
2019-01-10 13:29:53 +01:00
SamuelToh
9e3ab71e40
11503: escape measurement filter regex value
2019-01-10 10:47:22 +10:00
SamuelToh
e1f6870fce
4075: Interpolate tempvar on alias
2019-01-10 09:53:06 +10:00
Peter Holmberg
cf4f98857a
Merge branch 'master' into move-value-formats
2019-01-09 21:13:53 +00:00
Dominik Prokop
cdc99e129f
React graph panel options component rename
2019-01-09 17:21:14 +01:00
Dominik Prokop
1618e90844
Minor refactor of Gauge panel
2019-01-09 17:00:10 +01:00
Johannes Schill
6ac25d41fa
chore: Move CustomScrollbar to @grafana/ui #14759
2019-01-09 09:49:45 +01:00
Torkel Ödegaard
a9808ef518
Merge pull request #14763 from grafana/14528-panel-errors
...
Panel errors
2019-01-08 17:41:31 +01:00
Johannes Schill
12a3edd6e5
fix: Clean up per PR feedback. Thanks @dprokop
2019-01-08 16:04:46 +01:00
Johannes Schill
f428db282c
fix: Remove the onRenderError prop and add an ErrorBoundary component
2019-01-08 13:32:08 +01:00
Daniel Lee
f95b4b3882
Merge pull request #14735 from challengerdeep/14581_fix-stackdriver-series-aggregation-merge
...
Fix stackdriver aggregation series merge
2019-01-08 10:40:37 +01:00
Johannes Schill
bcb94cc0ec
fix: GraphPanel should be a PureComponent
2019-01-08 10:30:00 +01:00
Johannes Schill
4f943687d8
feat: Display error when plot fail to render
2019-01-08 09:55:23 +01:00
Simon Podlipsky
c39dc1fb15
Some cleanup
2019-01-05 15:25:07 +01:00
Michael Inthilith
9759ee53ca
Add mean on distribution as well
2019-01-04 16:58:27 +01:00
Michael Inthilith
1eca81139b
Fix stackdriver aggregation series merge
...
Fixes #14581
2019-01-04 16:05:17 +01:00
Peter Holmberg
44e2fd4b22
Fix issue with value disappearing when selecting stat
2019-01-03 14:31:45 +01:00
Torkel Ödegaard
5d3f4422c5
initial design for way to build value formats lazily and a backward compatability layer via Proxy
2019-01-03 09:39:46 +01:00
Torkel Ödegaard
9e91d91788
Merge pull request #14689 from grafana/davkal/loki-limit
...
Loki: query limit configurable in datasource
2019-01-01 15:38:59 +01:00
David Kaltschmidt
f4b4ee3ff8
Review feedback
2018-12-31 14:10:45 +00:00
David Kaltschmidt
32438c4716
Loki: change query row to be single field again
...
- tried split selector and search for a week, and it did not feel natural
- keeping some of the original modifications in QueryField from splitting PR
- adapted CheatSheet and placeholder text
- added new label selector state: No labels found
2018-12-31 12:38:13 +00:00
David Kaltschmidt
26a5e07737
Loki: query limit configurable in datasource
...
- Loki queries must contain a limit
- this change makes this limit configurable in the datasource
- keep default at 1000, add tooltip on why inc/dec makes sense
- added tests
2018-12-31 11:25:28 +00:00
Torkel Ödegaard
66a13b281c
Merge branch 'grafana-lib'
2018-12-25 19:26:46 +01:00
Torkel Ödegaard
2dfa3269c3
created visualizations folder
2018-12-25 10:20:20 +01:00
Torkel Ödegaard
493714c27d
Fixed JQuery typing issues
2018-12-25 09:59:23 +01:00
Torkel Ödegaard
a38490f4b2
wip: moving react graph component to grafana/ui
2018-12-24 14:14:06 +01:00
Torkel Ödegaard
a02b4b47b6
Moving a couple of types to @grafana/ui
2018-12-23 09:15:32 +01:00
Torkel Ödegaard
4bb8249ffc
Merge pull request #14627 from cykl/influxdb-timezone-clause
...
Add support for InfluxDB's time zone clause
2018-12-23 07:03:48 +01:00
Dan Cech
b8fdacd81f
Update public/app/plugins/datasource/loki/result_transformer.ts
...
Co-Authored-By: davkal <david.kaltschmidt@gmail.com>
2018-12-22 17:28:51 +01:00
David Kaltschmidt
e694604be5
Loki: fix timestamp field
...
- timestamp was renamed to `ts` in grafana/loki#152
- renamed here in result transformer and tests
2018-12-22 17:19:58 +01:00
David
b2401e37fa
Merge pull request #14414 from grafana/davkal/explore-logging-search
...
Explore: Split logging query into selector and search
2018-12-22 17:00:57 +01:00
Jürgen Kreileder
41eb0ba52e
Add support for InfluxDB's time zone clause
2018-12-21 14:37:02 +01:00
Torkel Ödegaard
5b83f6d49d
Fixes undefined issue with angular panels and editorTabs
2018-12-19 17:00:26 +01:00