Gábor Farkas
2938f891dd
mysql: socks proxy: use plugin-sdk ( #82375 )
2024-02-14 13:05:47 +01:00
Gábor Farkas
4c221966e4
postgres: socks proxy: use plugin-sdk ( #82376 )
2024-02-14 13:05:31 +01:00
Ieva
7c44dd713a
IP range AC: Add X-Real-IP header ( #82390 )
...
add X-Real-IP header
2024-02-14 11:45:55 +00:00
Torkel Ödegaard
fe795417f7
Grafana/UI: Add new Splitter component ( #82357 )
...
* Initial thing working
* Update
* Progress
* Update
* Update
* Simplify a bit more
* minor refacto
* more review fixes
* Update
* review fix
* minor fix
* update
2024-02-14 12:45:29 +01:00
Andre Pereira
7694e7bca3
Tempo: Support TraceQL metrics queries ( #81886 )
...
* Support requesting traceql metrics. Small refactor of Tempo query function
* Address PR comments and improve displayName
2024-02-14 11:24:03 +00:00
Gilles De Mey
f6ea39ff00
Alerting: Prevent state badge from wrapping ( #82330 )
2024-02-14 12:12:05 +01:00
Sonia Aguilar
92eb2c900e
Alerting: Use VirtualizedSelect for ContactPointSelector ( #82345 )
...
* Use VirtualizedSelect for ContactPointSelector
* Conditionally use virtualized to keep description when having less than 500 contact points
2024-02-14 12:43:46 +02:00
grafana-delivery-bot[bot]
37c860daf0
Changelog: Updated changelog for 10.2.4 ( #82411 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-14 09:56:28 +01:00
Victor Marin
a1ff439a20
Fix query inspector in explore to scroll to bottom ( #82369 )
2024-02-14 10:00:16 +02:00
grafana-delivery-bot[bot]
cb47177df9
Changelog: Updated changelog for 10.1.7 ( #82401 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-13 17:00:27 -05:00
grafana-delivery-bot[bot]
b3663eafee
Changelog: Updated changelog for 10.3.3 ( #82399 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-13 14:47:17 -07:00
Galen Kistler
ff5b0f7bd8
Logs panel: Table UI - remove beta badge ( #82395 )
...
* remove beta badge
2024-02-13 23:04:09 +02:00
Ivan Ortega Alba
3d86d101b7
Dashboards: Use auto
and only use AdHocFiltersVariable
to manage filters ( #81318 )
2024-02-13 22:38:26 +02:00
ismail simsek
63670b7adc
Chore: Use jsoniter in prometheus from grafana-plugin-sdk-go ( #82359 )
...
use jsoniter from grafana-plugin-sdk-go
2024-02-13 21:19:13 +01:00
grafana-delivery-bot[bot]
558dc74b4d
Changelog: Updated changelog for 10.0.11 ( #82392 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-13 19:10:06 +00:00
Lucy Chen
f2ac24f9a0
Documentation: Incorrect API example for Public Dashboard ( #82335 )
...
fix doc
2024-02-13 13:08:49 -05:00
Sofia Papagiannaki
28de94f6a2
Folders: Modify folder service Get() to optionally return fullpath ( #81972 )
...
* Folders: Modify Get() to optionally return fullpath
* Set FullPath to folder title if feature flag is off
* Apply suggestion from code review
2024-02-14 04:47:46 +11:00
grafana-delivery-bot[bot]
e6e9d6a782
Changelog: Updated changelog for 9.5.16 ( #82386 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-13 18:47:26 +01:00
Ezequiel Victorero
dbde08b03c
Scenes: Refactor original snapshot button in a new component ( #82199 )
2024-02-13 14:15:55 -03:00
Alexander Weaver
ccb4533a86
Alerting: Remove unused AlertRuleVersionWithPauseStatus ( #82383 )
...
Remove unused AlertRuleVersionWithPauseStatus
2024-02-13 10:56:24 -06:00
ismail simsek
3f940f4da1
Chore: Use jsoniter in influxdb from grafana-plugin-sdk-go ( #82360 )
...
use jsoniter from grafana-plugin-sdk-go
2024-02-13 17:47:00 +01:00
Andreas Christou
dcbc3aa46a
Chore: Update grabpl
to v3.0.50
( #82379 )
...
Bump grabpl version
2024-02-13 15:39:41 +00:00
Ivana Huckova
65a0a8cd3c
Loki: Update @grafana/lezer-logql
to 0.2.3
containing fix for ip label name ( #82378 )
...
Loki: Update @grafana/lezer-logql to 0.2.3 containing fix for ip label name
2024-02-13 15:56:59 +01:00
Alexander Weaver
99fa064576
Alerting: Emit warning when creating or updating unusually large groups ( #82279 )
...
* Add config for limit of rules per rule group
* Warn when editing big groups through normal API
* Warn on prov api writes for groups
* Wire up comp root, tests
* Also add warning to state manager warm
* Drop unnecessary conversion
2024-02-13 08:29:03 -06:00
George Robinson
556d531c8d
Alerting: Update grafana/alerting to 92f64f0 ( #82373 )
2024-02-13 15:37:33 +02:00
Torkel Ödegaard
763dab7532
DashboardScene: Panel edit toolbar actions ( #82302 )
...
* DashboardScene: Panel edit toolbar actions
* Make saving work
* Update public/app/features/dashboard-scene/panel-edit/PanelEditor.test.ts
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2024-02-13 14:23:47 +01:00
Ivana Huckova
082f020b7d
Elasticsearch: Fix resource calls for paths that include :
( #82327 )
...
* Elasticsearch: Fix resource calls for paths that include :
* Add tests
* Add test case and comment
* Remove redundant comment
2024-02-13 13:44:08 +01:00
Torkel Ödegaard
baa46e6a46
DasbhoardScene: Fixes panel menu new alert rule action ( #82366 )
...
* DasbhoardScene: Fixes panel menu new alert rule action
* Update
2024-02-13 13:36:07 +01:00
Ihor Yeromin
1abe4a02b4
Table: Update page index on data update ( #81574 )
...
* fix(table): page index reset on data update
2024-02-13 13:21:36 +01:00
Alex Khomenko
6c42bd31c6
Teams: Remove Form component usage ( #82367 )
...
* Teams: Remove Form usage
* Update team settings
2024-02-13 13:04:42 +01:00
ismail simsek
34fddfce10
Chore: Use jsoniter in cloud-monitoring from grafana-plugin-sdk-go ( #82358 )
...
use jsoniter from grafana-plugin-sdk-go
2024-02-13 12:23:37 +01:00
Joey
d33a087756
Tempo: Remove unused code ( #82151 )
...
Remove unused code
2024-02-13 10:56:46 +00:00
Joey
4054590526
Tempo: Use grafana/ui divider ( #82141 )
...
* Use Grafana divider
* Remove custom divider
2024-02-13 10:56:37 +00:00
Alex Khomenko
55d17c7fcb
Chore: Remove Form usage from alerting config components ( #81681 )
...
* Chore: Replace InputControl in BaseSettings
* Chore: Replace InputControl and FormAPI in OptionElement.tsx
* Update ConfigEditor.tsx
2024-02-13 12:51:54 +02:00
Gábor Farkas
d07aa25512
go: updated grafana-plugin-sdk-go version ( #82346 )
2024-02-13 11:51:19 +01:00
Fabrizio
86b8a0af9f
Tempo: Improve Betterer results ( #81338 )
2024-02-13 11:48:39 +01:00
Torkel Ödegaard
f7a425d352
DashboardScene: Panel edit visualization suggestions ( #82296 )
...
* DashboardScene: Panel edit visualization suggestions
* Tweak
* tweak
* Update betterer
* Update
2024-02-13 11:37:49 +01:00
github-actions[bot]
8a90c0f868
Update make docs
procedure ( #82342 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-13 09:45:15 +00:00
Pepe Cano
3909b4c14a
Alerting docs: update <GRAFANA VERSION>
to <GRAFANA_VERSION>
( #82324 )
2024-02-13 09:21:50 +00:00
Ryan McKinley
0c6e409350
Chore: Update arrow and prometheus dependencies ( #82215 )
...
* update arrow and prometheus
* keep codeowner
* use compare
* use grafana-plugin-sdk-go v0.210.0
---------
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
2024-02-13 01:50:25 +01:00
Ryan McKinley
d1e5e4e747
FeatureToggles: keep older history ( #82336 )
2024-02-12 15:13:51 -08:00
Todd Treece
d6e6298103
K8s: Add Aggregation to Backend Service ( #81591 )
...
Co-authored-by: Charandas Batra <charandas.batra@grafana.com>
2024-02-12 22:59:35 +02:00
Todd Treece
6d5211e172
K8s: Fix windows filepath issue in file storage ( #81919 )
...
Co-authored-by: Dan Cech <dcech@grafana.com>
2024-02-12 13:21:57 -05:00
Josh Hunt
2210d5228f
Fix frontend-observability icon fill colour ( #82326 )
2024-02-12 19:31:14 +02:00
Ashley Harrison
fea23862b4
Chore: remove react-popper
from AnnotationEditor and AnnotationMarker ( #82090 )
...
update AnnotationEditor and AnnotationMarker to use floating-ui/react instead of react-popper
2024-02-12 17:18:10 +00:00
Galen Kistler
29be9b127a
Logs: Table UI - Enable feature flag by default (GA) ( #81185 )
...
default logsExploreTableVisualisation to true
2024-02-12 10:12:05 -06:00
Galen Kistler
c4b869790a
Logs Panel: Table UI - better default column spacing ( #82205 )
...
* add default width to time fields in logs table
2024-02-12 09:35:03 -06:00
Torkel Ödegaard
8f36f905ee
SceneSolo: Minor fixes ( #82289 )
...
* SceneSolo: Minor fixes
* remove logging
2024-02-12 16:23:12 +01:00
Darren Janeczek
cd09c36448
datatrails: fix: improve performance of related metrics sort ( #82285 )
...
fix: improve performance of related metrics sort
2024-02-12 09:52:44 -05:00
Victor Marin
1fe32479d7
Scenes: Annotations functionality in settings ( #81361 )
...
* wip listing/viewing annotations
* list annotations in settings
* fix tests
* wip edit mode
* PR mods
* move, delete, edit, add new
* edit annotation in settings
* Annotations functionality
* revert change
* add ui tests, move angularEditorLoader
* remove flaky test
* refactor
* bump scenes version, refactor getVizPanels, refactor edit page
* fix nav breadcrumbs
* annotation set dirty flag, add overlay to edit view
* PR mods
* PR mods
* remove flaky test
* change dirty flag setting logic for anotations
* change button variants
2024-02-12 16:06:46 +02:00