Gilles De Mey
dafd202bb2
Alerting: Fix "show all instances" ( #67833 )
2023-05-04 16:26:30 +03:00
Sonia Aguilar
d10ee8263c
Alerting: Change order of buttons bellow payload data editor ( #67830 )
...
Change order of buttons bellow payload data editor
2023-05-04 15:23:08 +02:00
ismail simsek
764f87b485
InfluxDB: Fix adding FROM statement when the measurement is an empty string ( #67827 )
...
* If the measurement empty don't add FROM statement
* Add comment line
2023-05-04 15:21:08 +02:00
Ashley Harrison
37378c4dd8
Navigation: more nav interface cleanup ( #67708 )
...
more nav interface cleanup
2023-05-04 14:17:44 +01:00
lpugoy
c792af3ad0
grafana-mixin: Fix expression for GrafanaRequestsFailing alert ( #63382 )
...
Fix expression for GrafanaRequestsFailing alert
The intent of the alert is to get the ratio of 5xx to all status codes
[^1]. With the original expression, the left hand side can have more than
one row with the same labels except for the status code. This results in
a promql error because it is doing a many-to-one matching. Doing a sum
on the left hand side first should preserve the intent of the alert and
resolve the issue.
[^1]: https://github.com/grafana/grafana/pull/43116
2023-05-04 14:35:36 +02:00
Virginia Cepeda
3c42dea10b
Alerting: Use standard validation/error pattern on group selection ( #67787 )
2023-05-04 14:30:25 +02:00
Aleksandr Mikhailov
111118dd68
TraceToLogs: Enable trace-to-log feature for cloud-logging-data-source-plugin ( #65614 )
...
* TraceToLogs: Enable trace-to-log feature for cloud-logging-data-source-plugin
* TraceToLogs: Add tests for googlecloud-logging-datasource
2023-05-04 13:23:13 +01:00
Jack Westbrook
8ca9a89cf1
Connections: Fix create new datasource route ( #67802 )
...
fix(connections): prevent datasources details route matching new route
2023-05-04 12:37:14 +02:00
Ivan Ortega Alba
1afaf4d73e
Improve empty state when no ds picker were found ( #67422 )
2023-05-04 13:17:03 +03:00
Karl Persson
e03a8b6826
BackendSrv: Restructure response stream to resolve a retried request correctly ( #66095 )
...
* BackendSrv: Restrucutre response stream to resolve a retried request
correctly
* BackendSrv: Get signed in property from user
* Fix test with correct number of calls
* To prevent retry we need to throw error
* Fix tests
* revert change
* Fixes to token rotation
* Align tests
* Remove commented out code
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com>
2023-05-04 11:56:51 +02:00
Josh Hunt
338e98e237
NestedFolders: Fetch access control metadata for folder view ( #67786 )
2023-05-04 10:32:37 +01:00
Will Browne
fd28c8490f
Plugins: Tidy up CLI code ( #67723 )
...
* remove dead code and use pkg/plugins for uninstall process
* fix linter
* remove unnecessary cruft
2023-05-04 10:52:09 +02:00
Jo
3644ea6556
ServiceAccounts: Add secret scan service docs ( #57926 )
...
* add secret scanning docs
* update docs
* fix merge
* add revoke to docs
* add revoke to docs
* typo fix
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* add step by step instructions
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* prettier
* Update docs/sources/setup-grafana/configure-security/secret-scan.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* feedback
* Update docs/sources/setup-grafana/configure-security/secret-scan.md
* Update docs/sources/setup-grafana/configure-security/secret-scan.md
* Update docs/sources/setup-grafana/configure-security/secret-scan.md
Co-authored-by: Victor Cinaglia <victor@grafana.com>
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Victor Cinaglia <victor@grafana.com>
2023-05-04 10:36:51 +02:00
Ieva
b1382ac48e
RBAC: Do not search for parents of the root folder ( #67746 )
...
do not search for parents of the general folder
2023-05-04 09:36:36 +01:00
Sofia Papagiannaki
9812ad2cb2
Chore: Upgrade Go to 1.20.4 ( #67748 )
...
Upgrade Go to 1.20.4
2023-05-04 10:52:43 +03:00
Nathan Marrs
3c2e71bf80
Canvas: Add gdev dashboard for connections ( #67792 )
2023-05-03 16:10:10 -07:00
Ryan McKinley
881ed3b599
Schema: Add basic folder schema ( #67561 )
2023-05-03 13:07:39 -07:00
Ricky Whitaker
5765514397
rolling back sed command to add ubuntu mirrors ( #67780 )
2023-05-03 22:21:54 +03:00
Andreas Christou
140f9620f5
AzureMonitor: Update Azure E2E test ( #67646 )
...
Update Azure E2E test
- Update resource names
- Update timeouts
- Add traces E2E test
2023-05-03 20:13:29 +01:00
Kevin Minehart
80543a0bfa
CI: set RGM deps on main merge not on tag ( #67778 )
...
set deps on main merge not on tag
2023-05-03 22:08:01 +03:00
Kevin Minehart
768efe9748
CI: Add rgm to drone ( #66991 )
...
* add drone stub that build grafana using 'grafana/build' (dagger)
---------
Co-authored-by: Ricky Whitaker <ricky.whitaker@grafana.com>
2023-05-03 13:56:02 -05:00
Ricky Whitaker
00a6a14a23
adding backup ubuntu mirrors into Dockerfile ( #67341 )
2023-05-03 12:53:14 -05:00
Isabel
4eb063c1dd
docs: fix create dashboard steps ( #67310 )
...
* updated steps for dashboard creation
* added images, other wording and structure edits
2023-05-03 13:49:31 -04:00
Sarah Zinger
43c7a5b603
Cloudwatch: Fix description of plugin ( #67744 )
...
Fix description of Cloudwatch
2023-05-03 12:33:15 -04:00
Torkel Ödegaard
2b2afb1784
Theme: Change dark theme borders to improve contrast on primary background ( #67699 )
2023-05-03 18:28:37 +02:00
Ivana Huckova
4d7c0904ef
Elasticsearch: Run version check thorugh backend if enableElasticsearchBackendQuerying enabled ( #67679 )
...
* Elasticsearch: Run getDBversion trough resource calls
* Update
* Update
* Fix lint
* Close response body
* Fix lint
* Refactor
2023-05-03 18:09:18 +02:00
samu6851
681925fb63
Link to config exemplars leads goes to top of page ( #67687 )
...
* Link to config exemplars leads goes to top of page
The link to the configure exemplars in a Prometheus datasource leads to the top of the page. I have referenced the correct link that would take it to the right section.
https://grafana.com/docs/grafana/latest/datasources/prometheus/#configure-exemplars
* Update docs/sources/fundamentals/exemplars/index.md
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2023-05-03 11:08:24 -05:00
Oleg Zaytsev
c378dbb01b
AlertRuleForm: s/Edit yaml/Edit YAML/ ( #67714 )
...
YAML is an acronym and should be uppercased when used in texts.
Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2023-05-03 18:57:18 +03:00
Giordano Ricci
f03d0698d3
Explore: move panes into a keyed object ( #66117 )
2023-05-03 16:45:11 +01:00
Virginia Cepeda
049029b6a2
Alerting: Fix banner button variant ( #67750 )
...
Fix banner button variant
2023-05-03 12:43:45 -03:00
Torkel Ödegaard
e3efecacb5
PageHeader: Set h1 style from wrapping element ( #67735 )
2023-05-03 17:19:56 +02:00
Isabel
0271a1d094
docs: add semi relative time ranges ( #67559 )
...
* add semi-relative time range section
* added second example and reworded
* formatting fixes
* added alerting note and fixed formatting
* wording fix
2023-05-03 11:17:28 -04:00
Sonia Aguilar
8166453f9f
Alerting: Fix export button variant ( #67742 )
...
Fix export button variant
2023-05-03 17:01:20 +02:00
Victor Marin
cd8b6be41d
Maintain column widths when deleting columns ( #67707 )
2023-05-03 17:48:30 +03:00
Torkel Ödegaard
2ecc1802e7
Page: Remove toolbar prop as it's no longer needed ( #67734 )
2023-05-03 16:07:43 +02:00
Victor Marin
3a6f162cc6
Datagrid: Remove multi-paste ( #67387 )
...
remove multi-paste functionality and unneccessary async from func
2023-05-03 16:29:48 +03:00
Nabeel Saad
66ad704292
Update index.md ( #67172 )
...
Clarified some of the intro text and added JSON outer element to make the samples clearer
2023-05-03 08:05:07 -05:00
ismail simsek
373e4cab9a
InfluxDB: Fix querying retention policies on flux mode ( #67722 )
...
Query retention policies only on InfluxQL mode
2023-05-03 15:01:26 +02:00
Will Browne
6cd042ed16
Plugins: Remove dead CLI code and use pkg/plugins for uninstall process ( #67711 )
...
* remove dead code and use pkg/plugins for uninstall process
* fix linter
2023-05-03 14:52:57 +02:00
Virginia Cepeda
471a03328b
Alerting: Allow to tab onto elements for a11y ( #67684 )
...
* Make search popover be tabbed onto
Co-Authored-By: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com>
* Allow tokens in rule description to be tabbed onto
Co-Authored-By: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com>
---------
Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com>
2023-05-03 09:37:42 -03:00
Dimitris Sotirakis
04f1e344b1
CI: Fix broken nightly builds ( #67705 )
...
Sort objects in a bucket based on the generation timestamp
2023-05-03 13:52:10 +02:00
Zoltán Bedi
6570ec7afe
Gauge: Set min and max for percent unit ( #67517 )
...
* Gauge: Set min and max for percent unit
* Remove exclamation mark
* Add parentheses around ternary
2023-05-03 13:37:45 +02:00
Eric Leijonmarck
a3b10b2c8d
RBAC: remove rbac disabled from preferences tests ( #67712 )
...
remove rbac disabled from preferences tests
2023-05-03 12:02:48 +01:00
Alfredo
69402f859b
Docs: Add callout for variables behavior with classic conditions ( #67253 )
...
* Add doc on classic condition behaviour with labels
* Update docs/sources/alerting/fundamentals/annotation-label/variables-label-annotation.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2023-05-03 10:43:11 +02:00
Gábor Farkas
b10d415569
grafana-data: improved field-config docs ( #67696 )
2023-05-03 08:34:29 +00:00
Marcus Andersson
21d28c1cb5
PluginCatalog: Update message about insufficient permissions ( #67664 )
...
Changed so we map the enum into different message.
2023-05-03 09:53:33 +02:00
mikkancso
76284ed3a6
Connections: Rename "Your data source" to "Data source" page ( #67662 )
...
rename "Your data source" to "Data source" page
This page was meant to be named "Data source" in the previous PR [0].
I just made a mistake by naming it wrongly.
[0]: https://github.com/grafana/grafana/pull/66813/files
2023-05-03 09:39:13 +02:00
Sonia Aguilar
7ed93cea54
Alerting: Fix bottom links(useful links) at contact points fundamentals page ( #67695 )
...
Fix bottom links(useful links) at contact points fundamentals page
2023-05-03 07:24:09 +00:00
Ashley Harrison
5d5a54979c
Nested folders: hook up getAffectedItems
to the backend count route ( #67677 )
...
* hook up getAffectedItems to the backend count route
* mock out backendSrv in unit tests
* Don't delete alert rules while API doesn't return counts
* Show alert rule counts when API returns them
* use components for modal styles
* Revert "use components for modal styles"
This reverts commit 80ac1152f8
.
---------
Co-authored-by: joshhunt <josh@trtr.co>
2023-05-02 21:20:30 +00:00
Isabel
765735092a
docs: add nav and users info for public dashboards ( #67674 )
...
* add content re admin and public dashboards navigation
* added admin users section
2023-05-02 13:58:36 -04:00