Erik Sundell
0e4850f203
UI: Segment fixes ( #20947 )
...
* Add support for primitive values/onchange
* Fix segment clickaway bug
* Fix onchange
* Use primitive in cloudwatch
* Add placeholder
* Use placeholder in cloudwatch editor
* Fix lint error
* Fix lodash import
* Use new component story format
* Add support for autofocus
* Use selectable value for onchange event
* Fix lint error
2019-12-10 13:00:22 +01:00
Labesse Kévin
26789d1eb6
Stackdriver: Make service list searchable ( #20989 )
...
* remove non-searchable option
* fix unit test
Signed-off-by: Kevin Labesse <kevin@labesse.me >
* fix unit test
2019-12-10 12:29:25 +01:00
Hendrik van Huyssteen
bf0d87aaf6
Graph: Add fill gradient option to series override line fill ( #20941 )
2019-12-10 09:09:48 +01:00
David
1a2dad9d0c
Prometheus: disable dynamic label lookup on big datasources ( #20936 )
...
* Prometheus: disable dynamic label lookup on big datasources
- when a prometheus datasource has more than 10000 metrics, label lookup
for the query field is disabled
- installations of that size have slow typehead lookup times and make
the editor sluggish
* Raise dynamic lookup threshold to 10000 metrics
* Run start tasks again
2019-12-09 17:02:17 +01:00
David
7665dcc867
Loki: Fix datasource config page test run ( #20971 )
...
- since the API update, the URL fallback was working, but the response
format also needed adapting: `data` (v1) vs `values` (pre-v1)
- this change looks for either data or values in the response for test
and metadata requests
2019-12-09 16:45:56 +01:00
Erik Sundell
93ab0532c7
Make sure datasource variable is being used everywhere ( #20917 )
2019-12-09 11:35:26 +01:00
Torkel Ödegaard
fc00d8336f
Alerting: Improve alert threshold handle dragging behavior ( #20922 )
2019-12-09 10:49:35 +01:00
Andrej Ocenas
a7f4e4c56a
Prometheus: Refactor labels caching ( #20898 )
2019-12-09 09:46:52 +01:00
Hugo Häggmark
58cffde0f2
e2e: Uses Cypress instead of Puppeteer ( #20753 )
...
* WIP: intial commit
* Tests: Runs e2e tests
* Refactor: Adds BASE_URL support
* Refactor: Adds namespacing
* Refactor: Cleans up the Page api
* Build: Adds to build-branches-and-prs job for testing
* Build: Hardcoded image for now
* Refactor: Uses Selectors in App
* Refactor: Adds addDataSource flow
* WIP
* Refactor: Adds e2eScenario
* Refactor: Adds add and delete scenarios
* Refactor: Adds logging
* Refactor: Adds ability to for Selectors with variables
* Refactor: Using variable selectors instead
* Refactor: Adds flow until Share Panel
* Refactor: Adds clicking on rendered image link
* Refactor: Deletes log output
* Refactor: Updates snapshots
* Chore: Reverts changes
* Refactor: Removes log plugin because maybe it breaks yarn build
* Refactor: Adds rendered image download
* Refactor: Adds image comparison
* Refactor: Removes uncaught errors override
* Refactor: Changes order of images to compare
* Refactor: Updates truth image
* Build: Updates path to CI artifacts
* Refactor: Cleaning up types and config
* wip
* Refactor: Cleans up external api
* Refactor: More cleanup
* Refactor: More cleanup
* Refactor: Removes usages of Pages and Flows
* Refactor: Removes last traces of Cypress in spec
* Refactor: Adds comments
2019-12-09 00:14:25 -08:00
Sofia Papagiannaki
4ad8b6f030
Elasticsearch: set default port to 9200 in ConfigEditor ( #20948 )
2019-12-07 21:50:54 -08:00
Ivana Huckova
23327fcdea
Loki: Remove appending of (?i) in Loki query editor if not added by user ( #20908 )
2019-12-06 18:04:13 +01:00
David
ab3df98523
Cloudwatch: Defined explore query editor for cloudwatch ( #20909 )
...
* Defined explore query editor for cloudwatch
* Fix types
2019-12-06 16:04:31 +01:00
kay delaney
6f4f327887
Datasource/Loki: Empty metric name no longer replaced by query ( #20924 )
...
Closes #20762
2019-12-06 14:30:27 +00:00
Shavonn Brown
ced13da889
InfluxDB: Use new datasource update option funcs ( #20907 )
2019-12-06 08:57:05 +01:00
Erik Sundell
9d9f0e1b8c
Remove false positive error message for expression and id field ( #20864 )
2019-12-05 18:38:40 +01:00
Ivana Huckova
827688f152
Elastic: Fix multiselect variable interpolation for logs ( #20894 )
2019-12-05 11:55:03 +01:00
Torkel Ödegaard
20fad92a80
Singlestat: Fixed unit not showing and switched to new unit picker ( #20892 )
2019-12-05 11:54:14 +01:00
kay delaney
880fbcb09a
Chore/Tech debt: Remove (most) instances of $q angular service use ( #20668 )
...
* Chore/Tech debt: Remove (most) instances of $q angular service use
Removes instances where the angular $q service is used and replaces
it with native Promises.
2019-12-05 09:04:03 +00:00
Torkel Ödegaard
4b8a50e70b
StatPanel: change to beta
2019-12-04 21:34:33 +01:00
Shavonn Brown
2098b9eb44
Azure Monitor: Standardize Config Editor Implementation ( #20455 )
...
* initial changes - removal from state, remove anon functions, reset secrets empty
* post testing cleanup
* init promise cancellation, other cleanup
* workspaces response parser, remove version incrementing
* update datasource funcs - DRYer
* remove prop mutation
* func to modify root config opt
* fix version issue
* update snapshot
2019-12-04 14:35:53 -05:00
Dominik Prokop
ad33d95dd3
Graphite: Use data frames when procesing annotation query in graphite ds ( #20857 )
...
* Use data frames when procesing annotation query in graphite ds
* Remove destruct
2019-12-04 18:07:11 +01:00
Andrej Ocenas
4c9cb415ec
Elastic: Fix parsing for millisecond number timestamps ( #20290 )
...
* Stop parsing 'field'
* Remove time field from query for docs queries
* Test refactor to test all versions
* Fix tests
2019-12-04 14:43:43 +01:00
Erik Sundell
e0229045f2
UI: Use SelectableValue as Segment value ( #20867 )
...
* Use SelectableValue for segment value
* Update cloudwatch components to use new segment props
2019-12-04 13:55:23 +01:00
kay delaney
b111fee642
Datasource/Loki: Fixes issue where time range wasn't being supplied with annotation query ( #20829 )
...
* Datasource/Loki: Fixes issue where time range wasn't being supplied with annotation query
Closes #20667
* Add test to verify new behavior
* Added end/start check to test
2019-12-04 12:43:22 +00:00
kay delaney
02bbdca604
Datasource/Loki: Simplifies autocompletion ( #20840 )
...
Unifies loki autocomplete so behavior isn't different
across explore modes.
Closes #20769
2019-12-04 09:00:35 +00:00
Ryan McKinley
d7c76dacad
ValueFormats: dynamically create units ( #20763 )
...
* update fixed
* update fixed
* update fixed
* don't change any tests
* add mising space
* Custom unit formats
* return a string for kbn
* return a string for kbn
* return a string for kbn
* Simplify unit tests
* More units
* fix more tests
* fix more tests
* fix more tests
* format values
* format values
* TimeSeries to string
* more kbn tests
* use the formatted value
* BarGauge: Fixed font size calculations
* support prefix
* add si support
* avoid npe
* BarGauge/BigValue: value formatting
* fix some tests
* fix tests
* remove displayDateFormat
* another unicode char
* Graph: Use react unit picker
* Updated unit picker
* Fixed build errors
* more formatting
* graph2 tooltip formatting
* optional chaining
2019-12-04 09:08:07 +01:00
Ivana Huckova
5a4465a382
Explore: Log message line wrapping options for logs ( #20360 )
2019-12-03 13:02:44 +01:00
Dominik Prokop
3f348287aa
Fix prettier ( #20827 )
2019-12-03 10:23:41 +01:00
Ivana Huckova
45259f4362
Loki: Support for template variable queries ( #20697 )
2019-12-03 09:40:22 +01:00
Peter Holmberg
aa9d00d019
OpenTsdb: Migrate Config Editor to React ( #20808 )
2019-12-03 08:56:05 +01:00
Philipp Nowak
64916cd7a9
TablePanel, GraphPanel: Exclude hidden columns from CSV ( #19925 )
...
* TablePanel: Don't include hidden columns in CSV export
Fixes #12076
* GraphPanel: Don't include hidden series in CSV export
Series are hidden if all values are zero/empty and the relevant graph
option is enabled as well. (e.g. "Hide series: With only nulls")
Fixes #12076
2019-12-02 21:58:36 +01:00
Ivana Huckova
e68e93f595
Chore: Move Prometheus datasorce tests from specs folder and merge duplicated test files ( #20755 )
2019-12-02 18:14:26 +01:00
kay delaney
68944f8286
Datasource/Loki: Fixes regression where enhanceDataFrame was not called ( #20660 )
...
* Datasource/Loki: Fixes regression where enhanceDataFrame was not called
Closes #20642
2019-12-02 12:05:40 +00:00
Christian Lamberty
6eb7813565
Graph-Panel: Center option for bar charts ( #19723 )
2019-12-01 22:53:29 -08:00
Torkel Ödegaard
8894e2858c
StatPanel: ColorMode, GraphMode & JustifyMode changes ( #20680 )
...
* StatPanel: Options rethink
* Changed options to string based
* -Fixed tests
* Refactoring moving files
* Refactoring alignment factors
* Added alignment factors
* Added basic test
* Added unit test for layout
* Font size handling
* Font sizing works
* Progress on sizing
* Updated
* Minor update
* Updated
* Updated
* Removed line option
* updated
* Updated
* Updated
* Updated
* Highlight last point
* Fixed tests
* Code refactoring and cleanup
* updated
* Updated snapshot
2019-12-01 17:02:44 +01:00
Dieter Plaetinck
67bfdaeb3c
Graphite: Add metrictank dashboard to Graphite datasource ( #20776 )
...
Adds the latest metrictank dashboard (v0.13.1)
per https://github.com/grafana/metrictank/pull/1557
(same version lives on https://grafana.com/grafana/dashboards/279 )
fixes #20658
Note: for older versions of metrictank, some metrics may be a bit
different and thus some charts might not work.
2019-11-29 12:40:02 -08:00
Andrej Ocenas
f2574f4944
Prometheus: Fix caching for default labels request ( #20718 )
2019-11-28 16:55:38 +01:00
Peter Holmberg
c5ff7fa580
ReactMigration: Migrate Graphite config page to React ( #20444 )
...
* adding configeditor
* fix method signature and add state for metrictankhelper
* fix onChangeHandler
* prettier fix
* remove config and fix autoversion
* adding optional parameter to make this build
* set default version if none specified
* Graphite: removed version detection
2019-11-27 15:45:35 -08:00
Erik Sundell
116b6188a6
CloudWatch: Region template query fix ( #20661 )
...
* Make region an optional parameter
* Test region template query
2019-11-27 17:06:11 +01:00
kay delaney
d6ef02b3b3
Datasource/Loki: Fix issue where annotation queries weren't getting their variables interpolated ( #20702 )
...
Closes #20667
2019-11-27 15:58:21 +01:00
Erik Sundell
2929649fd4
CloudWatch: Annotations query editor loading fix ( #20687 )
...
* Re-adding lost import
* Make sure wildcard is not in annotations editor
2019-11-27 11:48:58 +01:00
David
c53ed5bbac
Loki: Fix query error for step parameter ( #20607 )
...
* Loki: Fix query error for step parameter
- Loki does not fully support float steps like prometheus and returns a
query error
- this change makes sure that the step parameter is rounded to an
integer
* Added test and comments
2019-11-26 05:43:24 -08:00
Torkel Ödegaard
665079dc8c
StatPanel: Rename singlestat2 to stat ( #20651 )
2019-11-25 16:13:14 -08:00
Torkel Ödegaard
65942efb95
Panels: Add support for panels with no padding ( #20012 )
...
* Panels: Added support to set panel padding to zero
* WIP: fullChromeControl work
* Tweaks to header position
* Reverted some overlay mechanic and now back to no title only
* Fixed test
* Fixed transparent flag
* Added show title
* Added font weight to value
* Reverted back to no padding option
* Fixed issue with border and width and height
2019-11-25 13:26:18 -08:00
Torkel Ödegaard
6c50feb252
BarGauge/Gauge: Add back missing title option field display options ( #20616 )
...
Fixes #20615
2019-11-24 17:49:39 +01:00
Ryan McKinley
cbdca6cce8
VizRepeater/BarGauge: Use common font dimensions across repeated visualisations ( #19983 )
...
* calculate metrics
* fix tests
* update test
* update names
* BarGauge: measure title width
* BarGauge: added tests
* BarGauge: Improved font size handling
* Removed unused var
* BarGauge: Further font size tweaks
* BarGauge: added comments
* BarGauge: final tweak
* Updated snapshot*
* Fixed issues
2019-11-24 01:00:08 +01:00
Ivana Huckova
c6a9a83bf3
Explore: Keep logQL filters when selecting labels in log row details ( #20570 )
2019-11-22 12:23:21 +01:00
Torkel Ödegaard
f47759b98e
TextPanel: Fixes issue with template variable value not properly html escaped ( #20588 )
...
* sanitize html after replacing variables
* TextPanel: Always html escape variable values
2019-11-22 10:28:54 +01:00
Ivana Huckova
569c81d07e
Explore: UI changes for derived fields ( #20557 )
2019-11-21 18:15:40 +01:00
kay delaney
fcad439c29
Chore: Remove angular dependency from prometheus datasource ( #20536 )
...
* Chore: Remove angular dependency from prometheus datasource
2019-11-21 15:36:56 +00:00