Larissa Wandzura
e206ef01af
cleaned up the table a bit
2025-12-03 14:11:06 -06:00
Larissa Wandzura
06bbf043c0
minor change
2025-11-21 15:37:53 -06:00
Larissa Wandzura
079100b081
ran prettier
2025-11-20 11:19:15 -06:00
Larissa Wandzura
8e11703e94
more updates based on feedback
2025-11-19 17:29:47 -06:00
Larissa Wandzura
03e9ffcc91
Updates based on David's feedback
2025-11-19 16:54:36 -06:00
Larissa Wandzura
d7c75b8343
Update docs/sources/datasources/concepts.md
...
Co-authored-by: David Harris <david.harris@grafana.com >
2025-11-19 14:22:08 -06:00
Larissa Wandzura
9ddd8a02c0
Update docs/sources/datasources/concepts.md
...
Co-authored-by: David Harris <david.harris@grafana.com >
2025-11-19 14:21:35 -06:00
Larissa Wandzura
1601995fda
Update docs/sources/datasources/concepts.md
...
Co-authored-by: David Harris <david.harris@grafana.com >
2025-11-19 14:21:23 -06:00
Larissa Wandzura
af87c3d6f3
update based on feedback
2025-11-14 15:14:38 -06:00
Larissa Wandzura
9f9b82f5cf
clarified plugin install answer
2025-11-14 14:59:12 -06:00
Larissa Wandzura
04a9888a96
removed Grafana version to avoid confusing users
2025-11-13 16:17:32 -06:00
Larissa Wandzura
07a758d84a
updates based on feedback on draft
2025-11-13 16:12:35 -06:00
Larissa Wandzura
111af8b1a8
Update docs/sources/datasources/concepts.md
...
Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com >
2025-11-12 13:20:22 -06:00
Larissa Wandzura
4c97e49fc5
cleaned up spelling and punctuation
2025-11-07 16:10:32 -06:00
Larissa Wandzura
10a291ec8b
added new concepts doc
2025-11-07 16:04:10 -06:00
Paul Marbach
90ddd922ad
Chore: Cleanup panelMonitoring feature flag ( #113530 )
2025-11-07 14:04:42 -05:00
Seunghun Shin
c784de6ef5
Alerting: Add compressed periodic save for alert instances ( #111803 )
...
What is this feature?
This PR implements compressed periodic save for alert state storage, providing a more efficient alternative to regular periodic saves by grouping alert instances by rule UID and storing them using protobuf and snappy compression. When enabled via the state_compressed_periodic_save_enabled configuration option, the system groups alert instances by their alert rule, compresses each group using protobuf serialization and snappy compression, and processes all rules within a single database transaction at specified intervals instead of syncing after every alert evaluation cycle.
Why do we need this feature?
During discussions in PR #111357 , we identified the need for a compressed approach to periodic alert state storage that could further reduce database load beyond the jitter mechanism. While the jitter feature distributes database operations over time, this compressed periodic save approach reduces the frequency of database operations by batching alert state updates at explicitly declared intervals rather than syncing after every alert evaluation cycle.
This approach provides several key benefits:
- Reduced Database Frequency: Instead of frequent sync operations tied to alert evaluation cycles, updates occur only at configured intervals
- Storage Efficiency: Rule-based grouping with protobuf and snappy compression significantly reduces storage requirements
The compressed periodic save complements the existing jitter mechanism by providing an alternative strategy focused on reducing overall database interaction frequency while maintaining data integrity through compression and batching.
Who is this feature for?
- Platform/Infrastructure teams managing large-scale Grafana deployments with high alert cardinality
- Organizations looking to optimize storage costs and database performance for alerting workloads
- Production environments with 1000+ alert rules where database write frequency is a concern
2025-11-07 11:51:48 +01:00
Ida Štambuk
942b847952
CloudWatch: Add anomaly command to language support, add documentation for anomaly queries ( #113311 )
2025-11-07 09:54:24 +00:00
Taygun Bulmus
f468597ad8
Document rule_version_record_limit setting ( #113511 )
...
* Document rule_version_record_limit setting
Add documentation for rule_version_record_limit configuration.
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
* Update docs/sources/setup-grafana/configure-grafana/_index.md
* run prettier
---------
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
2025-11-06 15:10:25 -06:00
Irene Rodríguez
2e0cf9bb61
Update grafanacli-workflows.md with command link ( #113527 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-06 17:02:50 +01:00
Esteban Beltran
1b278cc87e
Plugins: cleanup feature toggle pluginsFrontendSandbox ( #113439 )
...
* clean feature pluginsFrontendSandbox
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com >
2025-11-06 11:06:53 +01:00
Anna Urbiztondo
891ed6c4b7
Docs: Git Sync permissions ( #113405 )
...
* Permissions
* Prettier
* Edit
2025-11-05 09:38:48 +01:00
Pepe Cano
ffa5e41bec
docs(alerting): add note about invalid numeric identifiers in templates ( #113269 )
2025-11-04 17:56:41 +01:00
Matias Chomicki
cbd6b53182
New Logs Panel: Enable new visualization by default ( #113340 )
...
* New Logs Panel: enabled by default
* Update toggles
* Change feature flag availability
2025-11-03 06:21:39 -08:00
Anna Urbiztondo
a89377337b
Docs: Full instance Git Sync notes ( #113083 )
...
* Full instance sync
* Edits
* Prettier
* Fix
* Edits, note on import
* Feedback
* Fix?
* Fix
* Prettier
* Fixing lists
* Fixes
* X-refs
* Prettier
* Update docs/sources/observability-as-code/provision-resources/git-sync-setup.md
Co-authored-by: Roberto Jiménez Sánchez <roberto.jimenez@grafana.com >
* Update docs/sources/observability-as-code/provision-resources/intro-git-sync.md
Co-authored-by: Roberto Jiménez Sánchez <roberto.jimenez@grafana.com >
* Edits
* Prettier
---------
Co-authored-by: Roberto Jiménez Sánchez <roberto.jimenez@grafana.com >
2025-11-03 14:32:04 +01:00
Isabel Matwawana
16a0f6c86e
Docs: Clarify difference between "Add" and "Replace" for saved queries ( #113318 )
2025-10-31 17:25:59 -04:00
Isabel Matwawana
10833172b9
Docs: Add saved queries for annotations ( #113302 )
2025-10-31 18:30:41 +00:00
Isabel Matwawana
2d250ab364
Docs: Add share dashboard as image section and links ( #113136 )
...
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com >
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com >
2025-10-31 17:58:37 +00:00
Kim Nylander
33b4d43248
[DOC] Add doc for critical path highlighting ( #113194 )
2025-10-31 11:12:24 -04:00
Neeraj Panwar
e3d1fc9c2c
Docs: Clarify Grafana Live data format requirements ( #112926 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
2025-10-31 11:18:38 +00:00
Drew Slobodnjak
f61578a50f
Geomap: Add a MapLibre style base layer ( #109841 )
...
* GeoMap: Add maplibre style basemap
* Docs: Add maplibre GeoMap base map
* GeoMap: Add test dashboard to devenv
* Add support for opacity
* Simplify layer name and description
* Add no repeat support
* Update docs/sources/panels-visualizations/visualizations/geomap/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/geomap/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/geomap/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/geomap/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/geomap/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/geomap/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/geomap/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Fix vale issues
* Move to consistent async await approach
* Increment ol-ext
* Remove mapbox temporarily
* Add mapbox back
* Add access token url to docs
* Highlight access token as public
* Make capitalization consistent
* Update yarn lock
* Grab yarn lock from main
* Add missing line to yarn lock
* Fix last line again
* Remove gdev dashboard for now
---------
Co-authored-by: Remo Geissbühler <37411349+remogeissbuehler@users.noreply.github.com >
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2025-10-30 17:56:30 -07:00
Nathan Marrs
21b120cbae
Dashboards: Promote export dashboard as image feature to GA ( #113192 )
2025-10-30 13:34:33 -07:00
Isabel Matwawana
50932cbdab
Docs: Saved queries remove menu references ( #113125 )
2025-10-30 15:57:19 -04:00
J Stickler
1f4720a0fd
docs: Update Logs Visualizations topic ( #112541 )
...
* docs: Update Logs Visualizations topic
* updated based on review comments
* Add log details options
* Updated main image, moved log details info to intro and added screenshot of menu
* Changed max width of log menu image
* Added screenshot with log line icons highlighted
* Replaced example image
---------
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com >
2025-10-30 14:16:36 -04:00
Drew Slobodnjak
1613d2815c
Geomap: Move beta layers to GA ( #113186 )
2025-10-30 09:12:04 -07:00
Anna Urbiztondo
0b56628622
Docs: Plugins link to catalog ( #113103 )
...
* Plugins link
* Typo
* Prettier
* Edits
* More edits
2025-10-30 06:33:26 +01:00
Pepe Cano
7eb8a9af99
docs(alerting): clarify notification group deletion after group interval elapses ( #113160 )
2025-10-29 16:08:08 +01:00
Isabel Matwawana
edc7302c2f
Docs: Add query variable static options ( #113058 )
2025-10-29 09:35:53 -04:00
Pepe Cano
86bf99aaaa
docs(alerting): add additional migration details ( #112383 )
2025-10-29 13:58:13 +01:00
Irene Rodríguez
1d0ab617e8
Update Git Sync and File provisioning status to private preview ( #113158 )
2025-10-29 15:38:49 +03:00
Stephanie Hingtgen
2d5713e330
Docs: Add information on continue tokens ( #113144 )
2025-10-29 12:26:42 +03:00
Stephanie Hingtgen
3176821ddc
Docs: Update search default information ( #113146 )
2025-10-29 10:13:26 +01:00
Isabel Matwawana
e5cf0e2086
Docs: Add styling from field cell option ( #113107 )
...
Co-authored-by: Paul Marbach <paul.marbach@grafana.com >
2025-10-28 13:16:37 -04:00
Levente Balogh
3131a69f04
Switch variable type: Add docs ( #113029 )
...
* docs: add docs for the switch variable type
* chore: prettier fix
* docs: fix review notes
* Apply suggestions from code review
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* docs: move the switch variable section after ad-hoc variables
* fix: vale fixes
* Update docs/sources/visualizations/dashboards/variables/add-template-variables/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2025-10-28 14:15:54 +00:00
Kyle Brandt
4bb91a7846
Revert "SQL Expressions: (Chore) Update GMS (go-mysql-server) depende… ( #113050 )
2025-10-28 06:48:57 +00:00
Anna Urbiztondo
b77a99214a
Docs: Admin tweaks - Edits, weights ( #113031 )
...
* Edits, weights
* WIP
* Weights
* prettier
2025-10-28 07:45:32 +01:00
ksemtinimahmoud
d25f5199c7
Docs: Fix incorrect label in recording rules documentation ( #111464 )
...
* Fix incorrect label: 'New Grafana recording rule' → 'New Data source recording rule'
* lowercase
2025-10-27 15:29:12 +00:00
Kyle Brandt
0e9a3881e7
SQL Expressions: (Chore) Update GMS (go-mysql-server) dependency ( #112289 )
...
- Added gms_pure_go build tags to disable cgo - (cgo was added to GMS since we last updated it)
- Docs note on regex limitations
---------
Co-authored-by: Matheus Macabu <macabu.matheus@gmail.com >
2025-10-27 08:22:51 -04:00
Isabel Matwawana
815ced0f70
Docs: Update saved queries permissions for Viewer role ( #112978 )
2025-10-24 15:13:47 -04:00
Jack Baldry
e48eaa567e
Restructure IAM documentation ( #112929 )
...
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
2025-10-24 12:54:59 +01:00