pmo
baf2e4d43c
Fix typo in API key ( #89568 )
2024-06-23 21:58:59 +01:00
Isabel Matwawana
b62f8c0f19
Docs: Edit mode updates 2 ( #89520 )
2024-06-21 10:02:16 -04:00
Kim Nylander and Jennifer Villa
9f04b6d6a8
Add note for streaming TraceQL results for GET and/or Tempo setups using intermediary proxies ( #89251 )
...
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com >
2024-06-21 09:12:08 -04:00
Misi and Jack Baldry
4be92ed111
Docs: Improve Okta docs ( #89453 )
...
* Improve Okta docs
* Update docs/sources/setup-grafana/configure-security/configure-authentication/okta/index.md
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-06-21 13:25:11 +02:00
antonio and brendamuir
5e75c0d179
tutorials:alerting:get-started-p2 ( #89477 )
...
* tutorials:alerting:get-started-p2
* author,figures
* link, numbering, note
* fix,title
* Update docs/sources/tutorials/alerting-get-started-pt2/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/tutorials/alerting-get-started-pt2/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/tutorials/alerting-get-started-pt2/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* alt text
* Revert "alt text"
This reverts commit 511a946158 .
* alt-text-pt2
* all pretty no pity
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-06-21 08:40:49 +00:00
Jo
d972bdca08
Docs: Add fixed role UUIDs to docs for terraform provisioning ( #89457 )
...
* add role UUID to docs
* add table description and terraform hyperlink
2024-06-21 08:20:02 +00:00
Yuri Tseretyan
b075926202
Alerting: Time Intervals API ( #88201 )
...
* expose ngalert API to public
* add delete action to time-intervals
* introduce time-interval model generated by app-platform-sdk from CUE model the fields of the model are chosen to be compatible with the current model
* implement api server
* add feature flag alertingApiServer
---- Test Infra
* update helper to support creating custom users with enterprise permissions
* add generator for Interval model
2024-06-20 16:52:03 -04:00
Larissa Wandzura
880c180424
Docs: Fixed broken links on Prometheus data source page ( #89485 )
2024-06-20 21:30:28 +03:00
Alex Khomenko
c8f18023d3
Announcement banner: Add docs ( #89455 )
...
* Announcement banner: Add docs
* Add draft state
2024-06-20 17:11:56 +03:00
Sonia Aguilar
ffe755f95d
Alerting: Add warning in telegram contact point ( #89397 )
...
* Add warning in telegram contact point
* Protect possible undefined in settings
* Address review comments
2024-06-20 17:00:57 +03:00
Isabel Matwawana
10b6011dd7
Docs: Edit mode updates ( #89438 )
2024-06-20 09:53:21 -04:00
Isabel Matwawana
13e069b5af
Docs: Fix broken link ( #89441 )
2024-06-20 09:52:31 -04:00
ismail simsek
2a714601a7
Chore: Remove prometheusIncrementalQueryInstrumentation feature toggle ( #89463 )
...
* remove prometheusIncrementalQueryInstrumentation feature toggle
* remove profile method
* remove more about profiling
2024-06-20 15:04:22 +02:00
Timur Olzhabayev
78c8a26906
Chore: Adding build number to plugin schema ( #89464 )
...
adding build number
2024-06-20 13:51:51 +02:00
Andres Martinez Gotor
44fd13c742
Repurpose wrong datasource UID feature flag ( #89363 )
2024-06-20 12:56:39 +02:00
jvaelen and Jack Baldry
fa3679d29b
Docs: correct tracesToLogsV2 example span time shifts ( #88421 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-06-19 16:01:02 +01:00
ef921fee3d
Document Unix ms format for time type parsing ( #89147 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2024-06-19 17:19:40 +03:00
Dave Henderson
3bbc821131
Metrics: Add ability to disable classic histogram for HTTP metric ( #88315 )
...
metrics: Add ability to disable classic histogram for HTTP metric
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
2024-06-18 15:37:44 -04:00
Kristin Laemmert
50244ed4a1
Experimental Feature Toggle: databaseReadReplica ( #89232 )
...
This adds a version of the SQLStore that includes a ReadReplica. The primary DB can be accessed directly - from the caller's standpoint, there is no difference between the SQLStore and ReplStore unless they wish to explicitly call the ReadReplica() and use that for the DB sessions.
Currently only the stats service GetSystemStats and GetAdminStats are using the ReadReplica(); if it's misconfigured or if the databaseReadReplica feature flag is not turned on, it will fall back to the usual (SQLStore) behavior.
Testing requires a database and read replica - the replication should already be configured. I have been testing this locally with a docker mysql setup (https://medium.com/@vbabak/docker-mysql-master-slave-replication-setup-2ff553fceef2 ) and the following config:
[feature_toggles]
databaseReadReplica = true
[database]
type = mysql
name = grafana
user = grafana
password = password
host = 127.0.0.1:3306
[database_replica]
type = mysql
name = grafana
user = grafana
password = password
host = 127.0.0.1:3307
2024-06-18 11:07:15 -04:00
Agnès Toulet and Christopher Moyer
f0e63c6fd5
Doc: Update image rendering with HTTPS configuration ( #88505 )
...
* Doc: Update image rendering with HTTPS configuration
* add version
* Update docs/sources/setup-grafana/image-rendering/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2024-06-18 16:11:59 +02:00
Ashley Harrison
50dd95c09b
Chore: Remove betterPageScrolling toggle ( #89339 )
...
* remove betterPageScrolling toggle
* add scrollTo test shim
2024-06-18 14:33:08 +01:00
Pepe Cano and brendamuir
d0cf8956e2
Alerting docs: update Introduction page ( #89155 )
...
* Update Introduction page
* Update `How alerting works` image
* Update docs/sources/alerting/fundamentals/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Fix `alt` attribute
* alert instance are sent `in` notifications
* Clarify `Notification policies`
* Clarify Notification Policy responsibilities
* Edit existing image captions
* change `configure a contact point` to `choose a contact point`
* Update image `caption/alt`
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-06-18 09:44:56 +02:00
antonio and brendamuir
0cc67bb93d
alerting: notes on label matchers ( #89269 )
...
* alerting: notes on label matchers
* routing clarification
* Update docs/sources/alerting/alerting-rules/templating-labels-annotations.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-06-18 09:22:23 +02:00
Kim Nylander and Jack Baldry
2e918cbb9b
[DOC] Add feature toggle for admin page ( #88954 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-06-17 18:01:31 +01:00
Ida Štambuk
ab2af9b8f7
Feature management: Add openSearchBackendFlowEnabled feature toggle ( #89208 )
2024-06-17 11:41:50 +02:00
Jack Baldry
7b02cfddd8
Fix typo in dashboard-variables destinations and also use Grafana Cloud docs if they exist ( #89244 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2024-06-14 17:27:22 +01:00
Jack Baldry
f5468542ba
Use ref URIs with the reference style links ( #89204 )
...
* Use ref URIs with the reference style links
If I remember correctly, the UI needs reference style links so it can substitute its own link destinations.
ref URIs work both inline and as the destination for reference style links.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Remove unused ref URI
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Remove unused Data frames link
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2024-06-14 15:44:29 +01:00
Ieva
b2864d6dfb
Docs: add information about overrideRole provisioning option to docs ( #89181 )
...
add information about overrideRole provisioning option to docs
2024-06-14 13:16:16 +01:00
Isabel Matwawana and Adela Almasan
e807f4201b
Docs: Fixes for 11.1 visualizations docs ( #89193 )
...
* Updated table wrapping and auto wording
* Fixed formatting to match other lists
* Fixed admonition styling and moved content out of note into body
* Added note re feature toggle
* Fixed typo
* Added comma
Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com >
---------
Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com >
2024-06-13 16:57:51 -04:00
Sam Jewell
2d0a3953c1
Transformations: Move transformation variables to general availability ( #89111 )
2024-06-13 07:18:21 -06:00
Pepe Cano and brendamuir
35fba3833b
Alerting docs: fix example ( #89132 )
...
* Fix matching label example
* Update some wording
* Update docs/sources/alerting/fundamentals/notifications/notification-policies.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Minor Timing options summary clarification
* Clarify `Disable grouping`
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-06-13 10:08:15 +02:00
Mitch Seaman and brendamuir
25f65cee29
Update description of Grafana OSS ( #89088 )
...
* Update description of Grafana OSS
Reorder info and change examples to include only OSS data sources
* ran prettier
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-06-13 08:18:26 +02:00
Taewoo K
5bb10d84e0
add catchpoint to plugin list ( #87438 )
...
* add catchpoint to plugin list
* fix format
* bump the plugins number
2024-06-12 10:05:07 -04:00
Pepe Cano and brendamuir
57c9207a74
Alerting docs: Update Timing Options ( #89036 )
...
* first wip
* Complete changes
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Edit sentence refering the previous example
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-06-12 10:46:00 +02:00
Jay Clifford
465efbf802
feat: Updated whats-new-in-v11-0.md with release video ( #87953 )
...
Update whats-new-in-v11-0.md
Grafana 11 release video added.
2024-06-11 15:56:20 -04:00
Larissa Wandzura
59fbc0d9e3
Docs: Updates to the Grafana enterprise data source intro page ( #89065 )
...
removed a dupe, deprecated data source and cleaned up a page name
2024-06-11 14:10:03 -05:00
404617b33d
Added Grafana Play Links to Panel visualization docs ( #88995 )
...
* Update index.md on Node panels to Grafana Play link
* Update index.md add Traces docs link to Grafana Play
* Update index.md News documentation link to Grafana Play
* Update index.md Alert list documentation link to Grafana Play
* Update index.md Alert list fixed missing link
* Update index.md Fixed title
* Update index.md Trying code fix
* Ran prettier command
* Matched link text to dashboard titles
* Replaced URL with ref URI key
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com >
2024-06-11 14:57:03 -04:00
Jacob Valdemar and Christopher Moyer
eb76ea47a0
Alerting: Add ha_reconnect_timeout configuration option ( #88823 )
...
* Docs: Update "Configure high availability" guide with ha_reconnect_timeout configuration
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2024-06-11 13:25:48 -04:00
brendamuir
5a9e8a20f6
Docs: fixes overview text height ( #89044 )
...
* Docs: fixes overview text height
* deletes word documentation
2024-06-11 17:17:01 +02:00
brendamuir and Jack Baldry
5481399c53
Docs: landing page for OSS/Enterprise ( #89030 )
...
* Docs: landing page for OSS/Enterprise
* adds alt text for image in alerting
* Update docs/sources/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* changes according to jacks feedback
* more fixes
* ran prettier
* adds upgrade tile
* adds better description
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-06-11 14:36:14 +02:00
Ieva
10857c5400
Docs: Use bearer auth not basic auth in IAM doc examples ( #88984 )
...
use bearer auth not basic auth in examples
2024-06-11 10:35:22 +03:00
Señor Performo - Leandro Melendez
c98b7a712f
Update index.md for Node, adding video to docs ( #88941 )
2024-06-10 19:52:16 +02:00
Laura Fernández
84b638fb26
PinNavItems: Create feature toggle ( #88975 )
2024-06-10 13:40:03 +02:00
Misi
9a44296bc2
Auth: Add org to role mappings support to AzureAD/Entra integration ( #88861 )
...
* Added implementation and tests
* Add docs, simplify implementation
* Remove unused func
* Update docs
2024-06-10 12:08:30 +02:00
Pepe Cano and brendamuir
ee75fc3852
Alerting docs: update Introduction > Notification policies ( #88656 )
...
* Alerting docs: Notification policies and grouping
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/notification-policies.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/notification-policies.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Change `alt` text in a diagram
* Clarify `siblings` and `child` policies
* Fix spelling error
* minor change
* Rewrite routing
* Update docs/sources/alerting/fundamentals/notifications/notification-policies.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/notifications/notification-policies.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Rewrite Routing
* extend routing
* Minor `Group by` example
* Clarify how Grafana groups alerts by the alert rule
* Skip bold style for `group` options
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-06-10 12:06:46 +02:00
Kyle Cunningham
e1530224dd
Table Panel: Add docs for text wrapping ( #88949 )
...
Add docs for text wrapping
2024-06-08 03:51:09 +07:00
Adela Almasan
d608ef4bf3
Docs: Update XY Chart docs ( #88918 )
2024-06-07 14:49:32 -05:00
Adela Almasan
4b55776256
Docs: Add maxWidth to tooltip docs ( #88932 )
2024-06-07 14:36:48 -05:00
Karl Persson and Misi
f3efd95bb4
Auth: Add org to role mappings support to Google integration ( #88891 )
...
* Auth: Implement org role mapping for google oauth provider
* Update docs
* Remove unused function
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
2024-06-07 14:07:35 +02:00
Usman Ahmad
5095ea84b2
added youtube video link ( #88901 )
...
* added youtube video link
* Update index.md
2024-06-07 12:42:19 +02:00