Andrej Ocenas
91c7096eda
Flamegraph: Diff profile support ( #72383 )
2023-08-01 16:08:46 +02:00
Ashley Harrison
e0587dfb30
Chore: Replace deprecated usage of shape.borderRadius() ( #72672 )
...
* properly mark borderRadius() as deprecated, replace borderRadius() with default
* undo a couple of changes
* use radius.pill in FilterPill
2023-08-01 14:46:07 +01:00
Andrej Ocenas
09c7190bfe
Flamegraph: Add nice empty state for dashboard panel ( #72583 )
2023-08-01 10:49:52 +02:00
Piotr Jamróz
2ae226de89
Explore: Decouple SplitOpen and getFieldLinksForExplore from Panel visualizations ( #71811 )
...
* Allow overriding internal data link supplier
* Remove SplitOpen and getFieldLinksForExplore dependencies
* Fix checking if row index is provided
* Fix unit test
* Add a comment
* Mark SplitOpen as deprecated
* Use Panel Context to provide internal data link supplier
* Update packages/grafana-ui/src/components/PanelChrome/PanelContext.ts
Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com >
* Update packages/grafana-data/src/utils/dataLinks.ts
Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com >
* Add missing eventsScope
* Fix infinite render loops
* Rename internal data link supplier to data link post processor
* Update packages/grafana-data/src/field/fieldOverrides.ts
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
---------
Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com >
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2023-07-31 14:10:03 +02:00
Drew Slobodnjak
59bed9e156
Geomap: Add network layer ( #70192 )
...
* Geomap: Add network layer
* Support text labels for nodes
* Add solid styling for edges
* Remove symbol option for edge style menu
* Add support for edge text labels
* Fix linter issues
* Simplify multiple data frame handling
* Add TODO notes
* Add node and edge style categories for options
* Remove data frame hardcoding
* Hide legend, attempt to hide tooltip by default
* Mark network layer as beta
* refactor updateEdge
* Fix some linter issues
* Remove attempt at disabling tooltip for network layer
* For edge text add a stroke and increase z index
* Restrict field selection based on frame type
* refactor
* add basic bad data handling (prevent entire panel from breaking)
* generate non hard coded graph frames for style editor filtering
* code cleanup; remove hardcoded reference to "edges" frame
* fix select clearing for Data option
* fix styling
* fix lookup
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com >
Co-authored-by: Adela Almasan <adela.almasan@grafana.com >
2023-07-26 11:58:55 -07:00
Ivan Ortega Alba
8415dd40d7
DSPicker: Use new DS picker everywhere in Grafana ( #70609 )
2023-07-26 18:40:51 +02:00
Konrad Lalik
e094adb5a1
Alerting: Fix refetching grafana rules on alert list panel ( #72242 )
2023-07-26 10:37:22 +02:00
Coen van Leeuwen
88988e4337
XYChart: Prevent crash on point hover ( #70225 )
2023-07-25 14:20:00 -07:00
Nathan Marrs
67a6a99e04
Heatmap: Clean up datalink code ( #72296 )
2023-07-25 14:13:59 -07:00
Krešimir Bačić
4ef5c33af9
Heatmap: Add datalink support ( #71016 )
2023-07-25 09:27:44 -07:00
Konrad Lalik
32e2304f10
Alerting: Improve alerts names visibility on narrow panels ( #72104 )
2023-07-25 12:26:53 +02:00
Nathan Marrs
bc0bf0ee4b
Geomap: Promote route + photos layer to beta, promote geojson layer to stable ( #72233 )
2023-07-24 18:07:30 -07:00
Andres Martinez Gotor
987624f8cf
Chore: Move StreamingDataFrame to @grafana/data ( #72014 )
2023-07-24 13:30:52 +02:00
Nathan Marrs
8c86a46440
Phlare: Set enum field type to enum instead of integer ( #72078 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2023-07-21 13:08:23 -05:00
Leon Sorokin
1de35bf3c3
TimeSeries / StateTimeline: Add support for rendering enum fields ( #64179 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com >
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2023-07-21 11:38:11 -05:00
Josh Hunt
f3235ba959
NestedFolders: Rename FolderPicker to OldFolderPicker ( #72098 )
...
* Rename FolderPicker to OldFolderPicker
* fix jest mock
* fix jest mock
2023-07-21 13:24:43 +00:00
Ashley Harrison
01369e6aff
Chore: fix .eslintignore to only ignore folder paths at the root ( #72032 )
...
fix eslintignore to only ignore folder paths at the root
2023-07-21 09:17:42 +01:00
Joey
090b8d61e2
Tracing: Remove newTraceViewHeader feature toggle ( #71818 )
...
* Remove TracePageHeader, uiFind, setTrace and many spanFindMatches
* Removed TracePageSearchBar
* Update useSearch
* Update filterSpans
* Update docs
* Updated tests
* Add trace to tests
* Remove feature toggle
* Renames in useSearch
* Renames in filter-spans
* Cleanup fixes
* Rename TracePageHeader
* Rename TracePageSearchBar
* Update test
* Update style for long urls
* Style and check
2023-07-19 14:31:58 +01:00
Selene
f75a3d04cf
Chore: Remove pfs.GrafanaPlugin from schemas ( #71884 )
...
Remove pfs.GrafanaPlugin from schemas
2023-07-19 03:46:13 -04:00
Dominik Prokop
34c9faf140
PanelContext: Provide events scope identifier ( #71561 )
...
* PanelContext: Provide events scope identifier
* What a console log
2023-07-18 06:27:33 -07:00
Domas
1347d85b50
Tempo Service Map: Optionally group nodes also by service.namespace ( #70803 )
...
* tempo service map: optionally handle namespace
* undo escape attempt
* regen cue
2023-07-18 13:11:12 +03:00
社长长
fed3c97dc1
Bugfix: Pie chart legend width doesn't works ( #68351 )
2023-07-18 12:37:53 +03:00
Andrej Ocenas
c2778325f6
FlameGraph: Add column in table with buttons to filter and sandwich a symbol ( #71773 )
2023-07-18 09:54:25 +02:00
Andrej Ocenas
dd41c7c262
Flamegraph: Fix wrong positioning of tooltip in dashboards ( #71396 )
2023-07-17 22:29:39 +02:00
Ashley Harrison
9852b24d61
Chore: Upgrade prettier to v3 ( #71764 )
...
* Update dependency prettier to v3 (#71586 )
* Update dependency prettier to v3
* run prettier
* ignore prettier update in legacy select scss
* update command line arg
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
* unplug prettier
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-17 15:58:22 +01:00
Ashley Harrison
5ca382c88a
Revert "Update dependency prettier to v3 ( #71586 )" ( #71755 )
...
This reverts commit 2e8cd1c021 .
2023-07-17 14:46:15 +01:00
renovate[bot]
2e8cd1c021
Update dependency prettier to v3 ( #71586 )
...
* Update dependency prettier to v3
* run prettier
* ignore prettier update in legacy select scss
* update command line arg
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-07-17 09:19:27 +01:00
Leon Sorokin
72a332685a
Heatmap: Use displayName to test if numeric bucket fields ( #71407 )
2023-07-14 18:19:36 -05:00
Nathan Marrs
16e5d442ba
Geomap: Address tooltip performance issue ( #71607 )
2023-07-13 20:21:06 -07:00
Drew Slobodnjak
1a857552a1
Trend: Support disconnect values and connect nulls options ( #70616 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
Co-authored-by: nmarrs <nathanielmarrs@gmail.com >
2023-07-13 19:28:58 -07:00
Nathan Marrs
bd4f8fd280
Chore: Remove console.log from heatmap util file ( #71515 )
2023-07-12 17:12:36 -07:00
Leon Sorokin
46c5e5417b
Heatmap: Build cell colors during data prep instead of render ( #71509 )
2023-07-12 18:23:30 -05:00
Joey
6615418df8
Tracing: Show next/prev buttons when span filters are collapsed ( #71025 )
...
* Show next/prev buttons when span filters are collapsed
* Update test
* Remove imports
* Update lint
* Prettier
* Update test
* Update styling
2023-07-12 07:52:07 +01:00
Andrej Ocenas
6f102ccad0
Flamegraph: Remove feature toggle for sandwich view and color schemes ( #71305 )
2023-07-11 14:58:43 +02:00
Ryan McKinley
09cc63329f
XYChart: Improve base options setup ( #67878 )
2023-07-10 17:54:01 -07:00
Gilles De Mey
1945f2b64e
Alerting: Use new "Label" components for alert instance labels ( #70997 )
2023-07-10 13:03:35 +02:00
Drew Slobodnjak
2b7af7798c
StateTimeline: Add disconnect value option ( #70610 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com >
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2023-07-07 13:24:22 -07:00
Ihor Yeromin
d92d3ede79
XYChart: Point size editor should reflect correct default (5) ( #71126 )
...
fix(xychart): reconcile point size editors
2023-07-07 18:43:49 +02:00
Adela Almasan
bde9478c5e
BarChart: Check by displayName ( #71161 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2023-07-06 20:56:36 -05:00
Adela Almasan
901495a54a
BarChart: Fix legend for fields with labels ( #71098 )
2023-07-05 14:54:10 -05:00
fabrizio-grafana
d31e96104a
Dashboard: Add suggestion box for Flame Graph ( #70763 )
...
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com >
2023-07-05 14:25:00 +02:00
Gábor Farkas
a62ae10a02
logs: refactor: move logsModel to the logs folder ( #70989 )
...
* move files
* fixed imports in the moved files
* updated imports pointing to the moved files
2023-07-04 13:27:52 +02:00
Gilles De Mey
df3888ba60
Alerting: Refactor Alertmanager picker ( #70720 )
2023-07-04 13:07:05 +03:00
Ashley Harrison
7a2a5dde8b
Chore: Enable remaining jsx-a11y rules ( #70990 )
...
enabling remaining a11y rules + ignore existing violations
2023-06-30 16:58:16 +01:00
Andrej Ocenas
3eaee12e3e
Flamegraph: Add switch for color scheme by value or by package ( #70770 )
2023-06-30 17:01:11 +02:00
Sonia Aguilar
97420119e1
Alerting: Reduce number of unnecessary request in the alert list panel in case … ( #70583 )
...
* Reduce number of unnecessary request in the alert list panel in case we have data source filter selected
* use fetchPromAndRulerRulesAction instead of fetchAllPromAndRulerRulesAction in case of having datasource selected in options
* remove unnecessary useEffect
* Reduce number of requests in GroupBy component if data source is selected
* use redux utils for asyncmapslice
* lint
* Address review comments
* Skip fetching grafana rules if datasource is not Grafana rules source name
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2023-06-30 15:16:14 +02:00
Ashley Harrison
9ee2cc742a
Chore: Use theme.shape.radius.circle everywhere ( #70896 )
...
* use theme.shape.radius.circle everywhere
* add useTheme2 import
2023-06-29 13:56:05 +01:00
Sonia Aguilar
519e840f97
Alerting: Render folder selector in options for Alert List Panel only when having Grafana datasource ( #70816 )
...
Render folder selector in options for Alert List Panel only when no datasource is selected or when Grafana is selected as the datasource
2023-06-28 15:38:32 +02:00
Selene
b0893c29a7
Chore: Generate plugin version and remove lineage version ( #69781 )
...
* Generate plugin version and remove lineage version
* Generate version for each major
* Remove pluginVersion from core plugins
* Remove code version generation
* Generate cue files
* Move grafana version into jenny
* fix go import
2023-06-27 12:47:14 +03:00
Andrej Ocenas
0f2922d709
Flamegraph: Prevent cropping of tooltip by bottom of the viewport ( #70633 )
2023-06-26 18:03:41 +02:00