Joey Tawadrous
5aacc7cc2a
Traces: More feature tracking ( #51686 )
...
* Added tracing for json upload, service graph, loki queries
* Tracking for node graph expand/collapse
* Tracking for traceID expand/collapse
* Updated betterer.results
* Update tests
* Updated betterer.results
* Fixed?
* Fix for test
* Update report interaction key for loki expr
* Change grafana_traces_search_queried limit to resultLimit as limit is reserved keyword
2022-07-11 10:21:24 +01:00
Drew Slobodnjak
7e9194e6e2
Geomap: update with template variable change ( #52007 )
...
After componentDidUpdate, check for a data change and apply it.
Fixes #51983
2022-07-08 15:46:01 -07:00
Brendan O'Handley
e51187a474
Prometheus datasource: query builder freezes when metrics metadata is undefined ( #51929 )
...
* add error handling for prom query builder returning undefined metrics metadata
* remove reference to escalation
2022-07-08 11:59:48 -04:00
Leon Sorokin
fda7f064ad
GraphNG: uPlot 1.6.22 ( #51945 )
2022-07-08 09:45:16 -04:00
Ivana Huckova
99fb29850e
Loki: Add missing operators in label filter expression ( #51880 )
2022-07-08 15:33:03 +02:00
Drew Slobodnjak
dec3c3a5b1
Canvas: Position inline editor default via panel dimensions and add context menu option ( #51471 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2022-07-07 19:16:22 -04:00
Drew Slobodnjak
6dc119ef56
Slider: Enforce numeric constraints and styling within the text input ( #50905 )
...
* Add NumberInput to core slider
* Change opacity interpretation
To be consistent with other layers, and CSS, opacity of 0 is fully
transparent and an opacity of 1 is fully opaque.
* Add state management for slider.
* Ensure number input step matches slider
* Style input width based on expected digits
* Improve styling for number input validation error
2022-07-07 11:57:03 -07:00
Isabella Siu
8dd8c50dc4
CloudWatch: Add default log groups to config page ( #49286 )
...
Co-authored-by: Shirley Leu <4163034+fridgepoet@users.noreply.github.com>
2022-07-07 13:03:02 -04:00
ismail simsek
885c517983
Plugins: InfluxDB variable interpolation fix ( #51917 )
...
* Don't use regex on flux mode while applying template variables
2022-07-07 17:16:35 +02:00
Dominik Prokop
5a65a12278
Time series panel: Fix an issue with stacks being not complete due to the incorrect data frame length ( #51910 )
...
* Test failure
* Fix
2022-07-07 07:25:52 -07:00
Ivana Huckova
10cb84e401
Loki: Implement hints for query builder ( #51795 )
...
* Loki: Implement hints for query builder
* Update name of file
* Update imports
* Refactor
* Remove unused import
* Unify
* Revert "Unify"
This reverts commit 78da0e27e3
.
* Unify
* Fix types
* Fix tests
* Fix type error
* Simplify
* Update test
* Add documentation
* Update comment
* Add tests for addParserToQuery
* Smaller updates
2022-07-07 15:49:31 +02:00
Andres Martinez Gotor
438c76252a
Azure Monitor: Add support to migrate some queries with template variables ( #51881 )
2022-07-07 14:44:53 +02:00
Kevin Yu
689639cdb0
CloudMonitoring: Update AnnotationQueryEditor to use experimental UI components ( #51841 )
2022-07-07 10:29:32 +02:00
Kevin Yu
401ce2b2f9
CloudMonitoring: Update Selector to use experimental UI components ( #51840 )
2022-07-07 10:27:20 +02:00
Kevin Yu
6d2d99e804
CloudMonitoring: Update SLO to use experimental UI components ( #51839 )
2022-07-07 10:26:24 +02:00
Kevin Yu
19fa4ef9af
CloudMonitoring: Update Service to use experimental UI components ( #51838 )
2022-07-07 10:25:53 +02:00
Kevin Yu
5bd58be334
CloudMonitoring: Update Project to use experimental UI components ( #51837 )
2022-07-07 10:25:08 +02:00
ismail simsek
9941e06e22
Plugins: InfluxDB variable interpolation fix for influxdbBackendMigration feature flag ( #51624 )
2022-07-06 19:27:21 +02:00
Kevin Yu
396278a6e5
add experimental slo query editor ( #51351 )
2022-07-06 11:48:43 -04:00
Kevin Yu
b5eef488ce
Cloud Monitoring: Update LabelFilter to use experimental UI components ( #51342 )
...
* add label filter
* add tests
* define labels once
* update betterer results
2022-07-06 11:28:54 -04:00
Sven Grossmann
663f3fcd2a
Loki: Fix error when changing operations with different parameters ( #51779 )
...
* copy defaultParams when changing an operation
* add type and name comparison
* removed name check
2022-07-06 16:52:58 +02:00
Andreas Christou
0a6eeaa636
AzureMonitor: Update curated dashboards ( #51331 )
...
* Ensure resource name is appended to URI
* Add storage account check to ensure default subresource is appended
* Update storage dashboard
* Bump storage version
* Remove ADX StreamingIngestRequestRate panel as the metric is unavailable
* Refactor condition for storage namespaces
* Add more tests for URI builder
* Do not migrate resource URI if resource name or metric definition uses template variables
* Revert change to metricNamespace
2022-07-06 15:37:17 +01:00
Leon Sorokin
d122449a97
BarChart: fix explicit yAxis min ( #51768 )
2022-07-06 06:47:49 -06:00
Joey Tawadrous
01130f22b7
Traces: Span bar label ( #50931 )
...
* Add SpanBarSettings
* Add SpanBarSettings to Jaeger
* Add SpanBarSettings to Zipkin
* Updated title
* Add dropdown to select identifer and make duration a default option
* Show duration by default
* Add option to hide
* Move identifers into constants
* Add process
* Update text
* Update placeholders
* Text/meta data updates
* Added tests
* Added docs
* Update find
* Merge tag and prcoess options
* Update docs
* Updated tests
* Update betterer results and trace view to match
* Updated docs
2022-07-06 08:14:03 +01:00
Alexander Zobnin
21591be469
Geomap: Support shared crosshair for route layer ( #51495 )
2022-07-06 10:08:55 +03:00
Victor Marin
5b058d617d
Graphite: Use TimeRange with applied fiscalYearStartMonth ( #51623 )
...
* Parse date with fiscalYearStartMonth in graphite ds
* Use precalculated timeranges
* Always use precalculated values
* Modify test
2022-07-06 09:27:09 +03:00
Sriram
f78b7f1f17
TestDataDB: update CSV wave scenario ui ( #51719 )
...
* update testdb csv wave
* support enter key
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-07-05 04:57:32 +01:00
Dominik Prokop
16f9830fc3
State Timeline: Enable support for annotations ( #47887 )
...
* WIP: Enable annotations display and annotations editor in State timeline panel
* Note support for annotations in module file
* Lint fix
* Post review
Co-authored-by: Kyle Cunningham <kyle@codeincarnate.com>
2022-07-04 01:27:27 -07:00
Zoltán Bedi
ebb9025669
StateTimeline: Try to sort time field ( #51569 )
...
* StateTimeline: Try to sort time field
* Sort frame earlier
2022-07-04 10:11:33 +02:00
Ivana Huckova
66b4a9e6a1
Loki: Remove unused prop from query builder ( #51504 )
2022-06-30 16:02:27 +02:00
Kyle Cunningham
d429cac27b
Annotations: Use point marker for short time range annotations ( #51520 )
...
* Use point annotation marker for short time range annotations
* Properly align small region marker
2022-06-30 02:08:22 -07:00
user10x
39bd3e2fe3
rename logs_model.ts->logsModel.ts; update references ( #51468 )
2022-06-29 21:04:30 +02:00
Nathan Marrs
35240f6d5a
Annotations: Fix custom tag functionality ( #51537 )
2022-06-29 13:37:50 -04:00
Nathan Marrs
66c911f263
Canvas: Stop selecto box from triggering when programmatically selecting elements ( #51579 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-06-29 13:19:48 -04:00
ismail simsek
0de544f3a2
Handle scalar and string resultType separately ( #51411 )
2022-06-29 16:43:33 +02:00
Polina Boneva
f83f05d6b3
Variables: variables in Markdown links are not interpolated ( #51392 )
...
* on a text panel first interpolate, then markdown, then sanitize;
* update devenv dashboard + e2e tests
* fix typo and undo changes in grafana/data
* handling of config option disableSanitizeHtml more readable when preparing markdown in text panel
* betterer
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-06-29 15:26:31 +03:00
Ivana Huckova
60454192b7
Loki: Add e2e test for query builder ( #51314 )
...
* Loki: Add e2e test for query builder
* Update
* Update test
* Update test
* Update test
* Update test
* Add more checks in test
* Update betterer
* Update betterer
2022-06-29 11:04:27 +02:00
Leon Sorokin
d32ec75661
HeatmapNG: expand log y axis min/max config to full powers ( #51472 )
...
also fix x bucket count setting for calculate (regressed in #51089 )
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-06-28 19:13:13 -05:00
Dominik Prokop
daf0e3cb4e
Bar chart: Fix stacking bug when data produces 0 accumulators ( #51450 )
...
* Don't divide by 0 ...
* Add test panel to gdev dashboard
2022-06-28 07:21:18 -07:00
Ryan McKinley
cfbfacb152
Heatmap: migrate old zero gap to one ( #51467 )
2022-06-27 19:13:09 -04:00
Alexander Zobnin
0e1f0dd8f5
Geomap: Route/path visualization ( #43554 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-06-27 09:45:09 -07:00
Daniel Lee
292b24e30d
Piechart: Implements series override -> hide in area for the legend or tooltip ( #51297 )
...
* piechart: support series override for hiding legend item
* piechart: add support for hiding values in multi tooltip
* tidy up variable names
* piechart: typing for hideFrom variable
* betterer fixes
2022-06-27 15:13:19 +02:00
Dominik Prokop
b2b0be7b93
Table panel: Add multiple data links support to Default, Image and JSONView cells ( #51162 )
...
* Table panel: Support multiple data links in default cell
* Table panel: Show data links for Image and JSONView cells
* Simplify DataLinksContextMenu api
* Betterer
2022-06-27 05:23:29 -07:00
Nathaniel Saxe
683f31f2c6
Variables: improve performance of transformMetricFindResponse ( #49360 )
...
* improve performance of transformMetricFindResponse
* use lodash uniqBy for postgres
* use lodash uniqBy for mysql
* use lodash uniqBy for mssql
* hopefully conform to import linting rules
* Added .betterer.results
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Victor Marin <victor.marin@grafana.com>
2022-06-27 14:26:46 +03:00
Ivana Huckova
d3dd3042d6
Loki: Fix support of ad-hoc filters for specific queries ( #51232 )
...
* Loki: Refactor ad-hoc filters to use parser
* Remove renaming of files for easier review
* Update
* Update
* Add previously buggy test
* Fix tests
* Fix typos
* Update, improve typing
* Move reused code up
* Update order
* Update betterer statss
2022-06-24 22:29:22 +02:00
Leon Sorokin
7e1667ce87
HeatmapNG: explicitly pass scales for cursor sync config ( #51389 )
2022-06-24 11:42:39 -05:00
Connor Lindsey
620309ced5
Explore: Sort trace process attributes alphabetically ( #51261 )
...
* Explore: Sort trace process attributes alphabetically
* Update betterer?
2022-06-24 08:20:23 -06:00
ismail simsek
c804639b53
Hide datalink button when datasource for exemplar is undefined ( #51236 )
2022-06-24 15:26:52 +02:00
Ivana Huckova
0d899e2635
FeedbackLink: Add tracking ( #51251 )
2022-06-24 15:08:24 +02:00
Joey Tawadrous
6b407f7265
Update metrics ( #51117 )
2022-06-24 10:19:26 +01:00