f6e330b3d7
Alerting: Allow disabling recording rules write for a data source in the UI ( #106664 )
...
Adds a new "Allow as recording rules target" toggle to Prometheus datasource configuration that controls whether the datasource can be selected as a target for writing recording rules.
---------
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
Co-authored-by: Konrad Lalik <konradlalik@gmail.com >
2025-06-17 22:55:45 +02:00
Roberto Jiménez Sánchez
689cafc1fa
App Platform Provisioning: Add experimental nanogit mode for Git Sync ( #106763 )
...
* Add nanogit package
* Add nanoGit feature flag
* Put logger into nanogit context
* Commit go mod and go sum updates
* Add more stuff around logging
* Nanogit also in extra one
* Add owner to dependency
2025-06-17 19:07:30 +02:00
Moustafa Baiou
0e6c7f84c3
Alerting: Add filters for health and contact point in Prometheus Rules api ( #106580 )
...
This adds the ability to filter rules with the prometheus compatible api using:
1. `receiver_name` to filter by contact point name
2. `health` to filter by the health status of the rule (one of `ok`, `error`, `nodata`, or `unknown`)
This also ensures that groups with no rules (due to filters) are not returned.
2025-06-17 16:57:03 +02:00
Mustafa Sencer Özcan
b48337a7c8
feat: introduce ttl cache for bleve indices ( #106842 )
2025-06-17 16:28:51 +02:00
kay delaney
2aae202f92
Library Panels: Mark library panel RBAC as GA & enable by default ( #106833 )
2025-06-17 14:50:34 +01:00
Kyle Brandt
8b6329a224
SQL Expressions: Fixes for Prometheus Metric Instrumentation ( #106722 )
...
* capture errors on metrics
* rename seconds to sql_command_duration_milliseconds to match unit that has been captured, and update buckets
* rename sql_command_errors_total to sql_command_count
2025-06-17 09:23:56 -04:00
Oscar Kilhed
e90134bb6f
Dashboards: Prefer the library panel title instead of panel title set in the dashboard. ( #106810 )
...
* prefer library panel title
* Add .
* add tests
2025-06-17 13:21:21 +02:00
Andres Martinez Gotor
a125c17e79
Update grafanaAdvisor FF stage to private preview ( #106819 )
2025-06-17 12:50:00 +02:00
Alexander Akhmetov
e92baba748
Alerting: Support PDC in Grafana-managed recording rules ( #106677 )
2025-06-17 11:46:34 +02:00
Eric Leijonmarck
25fe2b54fb
LBAC for data sources: Enable teamHttpHeadersMimir by default ( #106636 )
...
feat: enable mimir lbac by default
2025-06-17 09:19:02 +01:00
Kevin Minehart
8b370bb6a5
CI: Build pre-release artifacts in GhA on merge to release branches and main. ( #106779 )
...
* Add grafana-build action and workflow
* Fix the --verify flag stalling on tar.gz builds
* Add event sources for main / release branches
* Update CODEOWNERS
2025-06-16 22:54:50 +02:00
Luminessa Starlight
09e8484bac
i18n: rename locale to regionalFormat ( #106585 )
...
* locale -> regionalFormat, mirroring #102233
* set up regionalFormat to replace locale entirely
* replace locale with regionalFormat
* update reportInteraction arguments
2025-06-16 21:53:55 +02:00
Matt Cowley
fc97b0e6b4
Home: restrict Getting Started Guide link to admins ( #106742 )
2025-06-16 14:56:52 -04:00
Ryan McKinley
d02b62e874
Chore: Update app-sdk to v39 ( #106785 )
2025-06-16 19:11:30 +02:00
Matheus Macabu
db845ed8de
CloudMigrations: Add Mute Timings as dependency for Notification Policies ( #106751 )
2025-06-16 18:08:18 +02:00
Juan Cabanas
c481c979f9
Reporting: Change FF to public preview ( #106748 )
2025-06-16 17:28:17 +02:00
Matheus Macabu
8d27f12428
Dependencies: Fix enterprise imports ( #106764 )
2025-06-16 16:50:19 +02:00
59c2f15433
Dashboard V0->V1 Migration: Schema migration v36 ( #100757 )
...
---------
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com >
Co-authored-by: Haris Rozajac <haris.rozajac12@gmail.com >
Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com >
2025-06-16 15:53:41 +02:00
Ivana Huckova
6767adb4a6
Loki: Implement error source ( #106766 )
...
* Loki: Implement error source
* Add tests
2025-06-16 15:52:35 +02:00
Dana Axinte and Matheus Macabu
dbe815ee68
SecretsManager: keepers with secure values credentials ( #106761 )
...
* SecretsManager: keepers with secure values
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
Co-authored-by: Dana Axinte <53751979+dana-axinte@users.noreply.github.com >
* Keepers: Refactor extract secure values remove extra helper functions
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
---------
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
2025-06-16 14:37:36 +01:00
Gábor Farkas
5d54289509
datasources: querier: more robust error handling, and report no errors for single-tenant ( #106288 )
...
* datasources: querier: more robust error handling, and report no error for st
* do not leak error details out
* apply the change to the real file, not just to the test
2025-06-16 14:12:37 +02:00
Roberto Jiménez Sánchez
0ae635974e
App Platform Provisioning: Fix flaky test to assert dashboards deletion on repository deletion ( #106753 )
...
Use assert instead of require within eventually
2025-06-16 11:46:09 +02:00
6097841e67
SecretsManager: add secure value store ( #106708 )
...
* SecretsManager: add secure value model and sql templates
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
Co-authored-by: Dana Axinte <53751979+dana-axinte@users.noreply.github.com >
Co-authored-by: Leandro Deveikis <leandro.deveikis@gmail.com >
Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com >
* SecretsManager: secure value rest layer to use store
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
Co-authored-by: Dana Axinte <53751979+dana-axinte@users.noreply.github.com >
Co-authored-by: Leandro Deveikis <leandro.deveikis@gmail.com >
Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com >
* SecretsManager: temporary add actor prefix to decrypters
* Remove list securevalue by namefor now
---------
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
Co-authored-by: Leandro Deveikis <leandro.deveikis@gmail.com >
Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com >
2025-06-16 10:19:44 +01:00
maicon
fcb369e9a3
Unistore/datamigration: Take namespace from command line flag ( #106724 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2025-06-15 19:45:42 +00:00
Stephanie Hingtgen
feeced9618
K8s: Dashboards /apis: Fix library element connections ( #106734 )
2025-06-13 21:40:39 +02:00
Stephanie Hingtgen
a8886ad5ec
Annotations: Use dashboard uids instead of dashboard ids ( #106676 )
2025-06-13 13:59:24 -05:00
Ida Štambuk
08f274ba73
Features: Remove xrayApplicationSignals feature toggle ( #106547 )
...
Features: Remove xrayApplicationSignals toggle
2025-06-13 20:26:14 +02:00
Santiago
3fe73b8de9
Remote Alertmanager: Send SMTP config ( #106337 )
...
* (WIP) Remote Alertmanager: Send SMTP config
* send SMTP configs separately
* bring back deleted fields
* actually send stuff over
* remove redundant type, fix comments
* smtp -> smtpConfig
* also send SmtpFrom an StaticHeaders separately
* tests
* restore defaults.ini
2025-06-13 12:44:39 -03:00
Tania
1500fa5772
Extend OpenFeature service ( #106707 )
2025-06-13 17:30:53 +02:00
Yuri Tseretyan
b0ff51a903
Alerting: Support for Mimir configuration in Grafana Alertmanager ( #106402 )
2025-06-13 16:32:23 +02:00
Jean-Philippe Quéméner
5f21f320f7
fix(unified-storage): use continue token containing both formats for dualwriter ( #106525 )
2025-06-13 15:59:46 +02:00
Kevin Minehart and Yuri Tseretyan
910eb1dd9e
Security: apply patch 428 ( #106710 )
...
* declare dingding url as secret
patch raw settings before parsing because DingDing's config parser does not know about secrets
* fix integration test
---------
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com >
2025-06-13 15:56:26 +02:00
Stephanie Hingtgen
352aac162c
Preferences: Use dashboard uid for the home dashboard ( #106666 )
2025-06-13 07:10:44 -05:00
Jean-Philippe Quéméner
3e3fa18118
Revert "fix(folders): only return continue token if more results" ( #106700 )
...
Revert "fix(folders): only return continue token if more results (#106667 )"
This reverts commit 3fd8ad8476 .
2025-06-13 12:07:27 +02:00
Matheus Macabu and Jacob Valdez
a65743e41d
CloudMigrations: Skip default contact point from snapshot ( #106600 )
...
* CloudMigrations: Skip default contact point from snapshot
* Update cloud-migration-assistant.md
* Update cloud-migration-assistant.md
---------
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
2025-06-13 11:09:27 +02:00
Ivana Huckova
fba0d8ddb0
Loki: Ensure that streaming is behind feature toggle in backend ( #106657 )
...
* Loki: Ensure that streaming is behind feature toggle in backend
* Update getLiveStreamKey to include orgId and datasourceUIS
2025-06-13 10:49:55 +02:00
Pepe Cano
98ea0193e4
alerting(ui): update the descriptions of the MQTT Message settings ( #106601 )
...
alerting(ui): update the description of the MQTT Message settings
2025-06-13 10:12:11 +02:00
Jean-Philippe Quéméner
3fd8ad8476
fix(folders): only return continue token if more results ( #106667 )
2025-06-13 09:55:30 +02:00
Josh Hunt
129ec01cd0
FE: Specify public_cdn_path in new index.html ( #106662 )
2025-06-13 08:28:53 +02:00
Matthew Jacobson
0016b57486
Alerting: Add OAuth2 Support for Webhook Receiver ( #106302 )
...
* Add to available channels
* Export
* Fix bug in deeply nested secrets
BE: Slice re-use bug when traversing deeply.
FE: Only at most one level of nesting was being taken into account
when determining secureFields keys. This change adds a new field on
NotificationChannelOption: secureFieldKey. This is populated on API GET via
transform. This change gives us the option to hardcode secureFieldKey in the
backend and no longer calculate the key via settings topology.
* Update grafana/alerting to 3e20fda3b872
* Prettier
* Linting
* Fix IntegrationConfig test to catch secure field mismatch
2025-06-12 23:00:09 +02:00
Stephanie Hingtgen
5135d5c87d
Unified storage: Reconstruct index in the background every 24h ( #106422 )
2025-06-12 14:34:48 -05:00
Fayzal Ghantiwala
85df859589
Alerting: Correctly persist FiredAt in SyncRuleStatePersister ( #106658 )
...
Correctly persist FiredAt
2025-06-12 18:07:16 +01:00
e0d27dc0d7
Dashboard: Add configurable quick ranges for the time picker ( #102254 )
...
* Dashboard: Add configurable quick ranges for the time picker
* fix test and linter errors
* update from array to TimeOption
* Switching to grafana-scenes (Part 1 - remove grafana-ui changes
* Update SceneTimePicker initialization
* betterer
* remove hallucinated argument
* Revert "Bump scenes and fix types (#105167 )"
This reverts commit c6428dfc74 .
* make gen-go
* reset files
* Shorten documentation to increase maintainability
* Update _index.md
* the
---------
Co-authored-by: joshhunt <josh.hunt@grafana.com >
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
2025-06-12 17:51:46 +02:00
Stephanie Hingtgen
f4e4ba6f19
Library elements: Remove ability to set as "library variable" ( #106594 )
2025-06-12 08:41:18 -05:00
Matheus Macabu
a1f2693fd8
CloudMigrations: Omit autoincremented id for alert snapshots ( #106598 )
...
If you tried to migrate alerts from two differente sources/on-prem instances,
the autoincremented numeric id would be the same, and since we were creating
the resource in cloud with that same id (the API accepts it), it would
return an error "conflicting alert rule found" because that id is the primary key on the table.
We simply omit the numeric id now and let the API for the cloud instance generate it.
2025-06-12 15:38:21 +02:00
Will Browne
cf31954f2a
Plugins: Add integration test for provisioned plugin dashboard import ( #105681 )
...
* add test
* make it fail
* get test work reliably
* get or create db section
* remove unnecessary code
* move test to first
* add comment
* apply PR feedback
2025-06-12 14:24:47 +01:00
de28231f2f
SecretsManager: Add outbox store ( #106613 )
...
SecretsManager: add outbox store
Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com >
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
2025-06-12 13:31:48 +01:00
Alexander Akhmetov
e1ce9ceac1
Alerting: Simplify alert rule unique constraint violation errors ( #106608 )
...
Alerting: Simplify alert rule storage unique constraint violation errors
2025-06-12 13:27:08 +02:00
c22b4845bb
SecretsManager: Add encrypted value store ( #106607 )
...
* SecretsManager: add encrypted value store
Co-authored-by: Dana Axinte <53751979+dana-axinte@users.noreply.github.com >
Co-authored-by: Leandro Deveikis <leandro.deveikis@gmail.com >
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com >
* SecretsManager: wiring of encrypted value store
---------
Co-authored-by: Leandro Deveikis <leandro.deveikis@gmail.com >
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com >
2025-06-12 11:52:01 +01:00
Stephanie Hingtgen
7864c1660f
K8s: Get trash fixes ( #106411 )
2025-06-11 13:54:38 -05:00