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
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
Oleg Zaytsev
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
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
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
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
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
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
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
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
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
Señor Performo - Leandro Melendez
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
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
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
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
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
Andreas Christou
c9778c3332
AzureMonitor: Prometheus exemplars support ( #87742 )
...
* Update types
* Mark datasource as supporting traces
* Add logic to transform exemplar query to traces query
* Render appropriate editor
* Run trace query for exemplars
* Refactor out common functions
- Add function to retrieve first/default subscription
* Add route for trace exemplars
* Update logic to appropriately query exemplars
* Update traces query builder
* Update instance test
* Remove unneeded import
* Set traces pseudo data source
* Replace deprecated function calls
* Add helper for setting default traces query
* Don't show resource field for exemplars query
* When resetting operation ID for exemplars set query to default
- Update tests
* Update query header to appropriately set the service value
* Fix response frame creation and update tests
* Correctly select resource
* Convert subscriptionsApiVersion to const
* Add feature toggle
2024-06-06 17:53:17 +01:00
Jack Baldry
62fc451f7a
[docs/sources/fundamentals] Replace docs/reference shortcode with ref URIs ( #88080 )
2024-06-06 15:42:40 +01:00
Timur Olzhabayev
9704186017
Docs: Updating documentation for angular_support_enabled
( #88840 )
...
fixing docs
2024-06-06 07:15:21 -07:00
Timur Olzhabayev
8690e97c92
Chore: disable proxy trailing slash keep by default ( #88842 )
...
disable proxy trailing slash keep by default
2024-06-06 16:28:11 +03:00
antonio
000b5dd6ea
docs: alerting: clarify which panels support alerts ( #88756 )
...
* alerting: clarify which panels support alerts
* changed note placement
* small change to link
* added links
* Update docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/time-series/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/time-series/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-06-06 15:19:59 +02:00
brendamuir
beb8397be8
Alerting docs: adds notification policy update ( #88515 )
...
* Alerting docs: adds notiification policy update
* Adds insert below or above
* ran prettier
* few grammar adds
* Changes to child policy terminology
* adds sibling terminology
* ran prettier
* updates with new terminology
* updates child policy info
* corrects typo
* ran prettier
* changes description for child policy
2024-06-06 14:59:04 +02:00
Misi
4f2a9a47f3
Auth: Add org to role mappings support to Okta integration ( #88770 )
...
* Add org mapping support to Okta
* Update docs and configs
* Prettier docs
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Improve tests
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2024-06-06 10:35:06 +02:00
Ryan Crutchfield
8fb12cd63d
Remove invisible character in SAML certificate command ( #87057 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-06-06 07:26:13 +01:00
Ivana Huckova
023857625a
Elasticsearch: Remove enableElasticsearchBackendQuerying
feature toggle ( #88668 )
...
* wip
* Fix newly introduced any
* Remove toggle
* Remove unused code in LegacyQueryRunner
2024-06-05 17:03:29 +02:00
Ryan McKinley
41e0430f83
K8s/Dashboards: Add frontend api to switch between implementations ( #88632 )
2024-06-05 17:34:23 +03:00
Karl Persson
f28905f8c4
Auth: Add org to role mappings support to Gitlab integration ( #88751 )
...
* Conf: Add org_mapping and org_attribute_path to github and gitlab conf
* Gitlab: Implement org role mapping
* Update docs
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2024-06-05 16:15:53 +02:00
Dmitry Bashkatov
17525ad43f
Logs: Added support for numeric log levels ( #87366 )
...
* logs: add support for numeric loglevels
* Log types: add a numeric level map to LogLevel
* getLogLevelFromKey: adapt to support numeric levels
* Formatting
* getLogLevelFromKey: accept strings or numbers
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com>
2024-06-05 13:56:36 +02:00
Marcus Efraimsson
fe3e5917f1
Plugins: Preserve trailing slash in plugin proxy ( #86859 )
...
* Plugins: Preserve trailing slash in plugin proxy
* enable toggle by default
2024-06-05 13:36:14 +02:00
Matias Chomicki
ec9aecd82b
Loki: remove query formatting ( #88636 )
...
* Loki: remove query formatting
* Loki formatting: remove feature flag
* chore: remove test
* Formatting
2024-06-05 12:46:28 +03:00
Karl Persson
7bc7ae2e8c
Docs: Update feature toggle information for generic oauth ( #88740 )
2024-06-05 09:55:51 +02:00
Ieva
e653003c73
Docs: Document the UIDs of basic roles ( #88742 )
...
document the UIDs of basic roles
2024-06-05 10:30:07 +03:00
Ryan Watts
f1dce0c7d7
XYChart: Use same auto-ranging logic for X and Y axes ( #88584 )
2024-06-04 11:58:59 -05:00
Matias Chomicki
cd3dab2736
Logs: Infinite scrolling in Explore enabled by default ( #87493 )
...
Logs: enable infinite scrolling
2024-06-04 18:23:20 +02:00
Kyle Hounslow
36c66e3e94
Update proxy/index.md ( #88261 )
...
* Update index.md
Specify proxy support is for SOCKS5 in Title. So it is clear this is not for TCP or HTTP proxy
* update title to match header
2024-06-04 09:08:53 -05:00
Mihai Doarna
6b7e4b223d
Docs: Update the SAML role mapping docs with the new fields added ( #88529 )
...
* mention the auto_assign_org_role in saml role sync
* add role_values_viewer to docs
2024-06-04 15:45:37 +03:00
Ashley Harrison
3f7017a471
Chore: Remove nestedFolderPicker
toggle ( #88660 )
...
remove nestedFolderPicker toggle
2024-06-04 12:16:12 +03:00
Tobias Skarhed
799ae387ff
Docs: Remove custom branding screenshot ( #88657 )
...
Update index.md
2024-06-04 10:34:17 +02:00
Pepe Cano
7372c446a4
Alerting docs: Specify Grafana alert rule evaluation ( #88250 )
...
* Alerting docs: Specify Grafana alert rule evaluation
* Mention alerts can display the same evaluation timestamp
* Specify `concurrent` behavior in alert rule evaluation
* Include a minor `Evaluation strategies` section
2024-06-04 10:31:21 +02:00
Pepe Cano
3af72bdeee
Alerting docs: fix Alertmanagers
title ( #88625 )
2024-06-04 09:10:28 +02:00
Señor Performo - Leandro Melendez
63ca00dd10
Docs: Add Installation YouTube Videos to documentation pages. ( #88465 )
...
* Added Installation video index.md
* Update index.md adding video for Debian and Ubuntu installs
* Update index.md adding install video in macOS
* Update index.md adding video to install RHEL or Fedora
* Update index.md adding install video for SUSE
* Update index.md adding video for Windows installer
* Update _index.md Updated from suggestions
* Update index.md from suggestions
* Update index.md from suggestions
* Update index.md from suggestions
* Update index.md from suggestions
* Update index.md from suggestions
* Update docs/sources/setup-grafana/installation/_index.md
Applied Chris' suggestion
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/installation/debian/index.md
Applied Chris' suggestion
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/installation/mac/index.md
Applied Chris' suggestion
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md
Applied Chris' suggestion
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/installation/suse-opensuse/index.md
Applied Chris' suggestion
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/installation/windows/index.md
Applied Chris' suggestion
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2024-06-03 11:38:02 -06:00
Misi
eacf6e0a4d
Auth: Add org to role mappings support to GitHub integration ( #88537 )
...
* wip: add extra tests for verifying current logic
* Add OrgRole mapping and tests
* Update docs
* Clean up
* Update docs/sources/setup-grafana/configure-security/configure-authentication/github/index.md
Co-authored-by: Mihai Doarna <mihai.doarna@grafana.com>
* Update docs with None role
* Apply suggestions from code review
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Fix
* Prettier docs
* Cleanup tests
---------
Co-authored-by: Mihai Doarna <mihai.doarna@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-06-03 14:24:58 +02:00
brendamuir
b6145fcb4c
Alerting docs: delete screensbots ( #88608 )
...
* Alerting docs: delete screensbots
* deletes screenshot 2
2024-06-03 13:42:58 +02:00
nerda-codes
12232dde54
[docs/sources/datasources/prometheus/configure-prometheus-data-source] Replace outdated text content in the Grafana UI with updated content ( #88548 )
2024-06-03 12:42:34 +03:00
Pepe Cano
3e57576770
Alerting docs: Contact points
updates ( #88582 )
...
* Update `Intro>Notifications>Contact points`
* Mention `OnCall` integration
2024-06-03 11:01:54 +02:00
Pepe Cano
68c44f1dd9
Alerting docs: Update Alertmanager docs ( #88567 )
...
* Remove alertmanager page and set redirects
* Update internal alertmanager links
* Update `Alertmanager` docs
* Change heading to `Configure Alertmanagers`
2024-06-03 11:00:52 +02:00
Joseph Perez
2c7569e004
Docs: Fix two broken links to plugin-tools/reference ( #87278 )
...
Fix two broken links
2024-06-03 10:58:23 +02:00
Eric Leijonmarck
221e036233
Docs: add pinning of terraform for migration ( #88528 )
...
* Docs: update with terraform version
* added the terraform version pinning
* formatting
* Update docs/sources/administration/api-keys/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* formatting
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-06-02 13:30:15 +02:00
Isabella Siu
be2e420e6b
CloudWatch: Handle permissions error and update docs ( #88524 )
2024-05-31 14:36:38 -04:00
Arati R
73905695e3
Storage: Remove dual writing mode feature flags ( #88573 )
...
Remove dual writing feature flags
2024-05-31 20:18:09 +02:00
William Wernert
7a744a746b
Alerting: Update docs with rule read RBAC changes ( #88565 )
...
* Remove ref to `datasources:query` for rule read
* Remove more refs to `datasources:query`
* Run prettier
2024-05-31 11:50:44 -04:00
Pepe Cano
81af1d2208
Alerting docs: update Introduction > Notifications
( #88530 )
...
* Update Notifications intro page
* Update intro image
* Update docs/sources/alerting/fundamentals/notifications/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-05-31 17:28:15 +02:00
Piotr Jamróz
1e70cd8dad
Docs: Clarify that some GA flags may be disabled by default ( #88284 )
2024-05-31 16:18:54 +02:00
Mihai Doarna
d83288b8c5
Docs: Improve the SSO settings API docs ( #87599 )
...
* improve SSO settings API docs
* address feedback
2024-05-31 11:22:54 +03:00
Edvard Falkskär
24d65fa32f
Docs: How to access Grafana in fundamentals tutorial ( #88488 )
...
* Docs: How to access Grafana in fundamentals tutorial
* All pretty, no pity
* note on login
---------
Co-authored-by: tonypowa <tonypowa@gmail.com>
2024-05-30 15:04:17 +02:00
Misi
8a98e29fba
Docs: Update Okta docs ( #88352 )
...
* Update Okta docs
* Fixes
* Improvements
2024-05-30 14:42:24 +02:00
brendamuir
b07b6771e8
Alerting docs: adds pause and resume evaluation ( #88489 )
2024-05-30 12:47:38 +02:00
Nathan Marrs
98152b2f84
Stat: Add docs for stat percent change color options ( #88454 )
...
update docs
2024-05-29 14:13:01 -07:00
Señor Performo - Leandro Melendez
8b5c9e3e2a
Docs: Add Installation YouTube Videos to documentation pages. ( #88443 )
...
* Added Installation video index.md
* Update index.md adding video for Debian and Ubuntu installs
* Update index.md adding install video in macOS
* Update index.md adding video to install RHEL or Fedora
* Update index.md adding install video for SUSE
* Update index.md adding video for Windows installer
2024-05-29 10:56:15 -06:00
Sonia Aguilar
289ce61855
Alerting: Add the feature toggle for the new central alert state history feature ( #88346 )
...
* Add the feature toggle for the new central alert state history feature
* WIP
* Revert "WIP"
This reverts commit 80b8879d4e
.
2024-05-29 18:01:38 +03:00
brendamuir
c8bbc9d6e5
Alerting docs: adds template selector docs ( #88412 )
...
* Alerting docs: adds template selector docs
* adds line about single save
2024-05-29 15:39:22 +02:00
github-actions[bot]
d8b662e8d5
Update make docs
procedure ( #88404 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-05-29 08:12:13 +00:00
antonio
1f90123f35
alerting>tutorials>get-started v2 ( #88373 )
...
* alerting>tutorials>get-started v2
* admon fix
* link fix
* pretty face
* Update docs/sources/tutorials/alerting-get-started/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* suggestions
* All pretty, no pity.
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-05-29 10:00:37 +02:00
Larissa Wandzura
66d6b3d83b
Docs: Update Grafana Teams documentation ( #86942 )
...
* added config doc
* added content
* added new topic docs and made updates
* minor updates
* updates based on feedback
* ran prettier , made updates
* removed original doc, updates to topic docs
* removed old index doc
* fixed format issue
* Update docs/sources/administration/team-management/administering-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/administration/team-management/configure-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/administration/team-management/configure-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/administration/team-management/configure-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/administration/team-management/configure-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/administration/team-management/administering-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/administration/team-management/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/administration/team-management/configure-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/administration/team-management/configure-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/administration/team-management/configure-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/administration/team-management/configure-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* edits based on feedback
* updates based on feedback
* improved some wording
* ran prettier
* minor correction
* added aliases
* Update docs/sources/administration/team-management/configure-grafana-teams.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* added contractions
* Removed .nx
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-05-29 08:22:45 +03:00
Jack Baldry
26c2391c7e
[docs/sources/datasources] Replace docs/reference shortcode with ref URIs ( #88078 )
2024-05-28 15:17:49 +01:00
Laura Benz
f6a83432a5
RestoreDashboards: Create trash section ( #88278 )
...
* feat: add feature toggle to docs
* feat: create page in BE
* feat: create page in FE
* refactor: set feat toggle as a condition
* refactor
* refactor
* refactor
* feat: add permission conditions
* refactor
* feat: add subtitle to translations
* feat: add to codeowners
* refactor: fix docs situation
* refactor
* Merge main branch into feat branch
2024-05-28 10:26:06 +02:00
Laura Fernández
6d98f53e8b
Chore: Remove returnToPrevious
feature toggle ( #88332 )
2024-05-27 17:47:57 +02:00
Misi
aac6e6dfd9
Auth: Update SAML lib to improve HTTP-Post binding ( #88287 )
...
* Update lib and docs for HTTP-Post binding
* Improve docs
* fix spelling
* Regenerate go.sum and go.work.sum
2024-05-27 14:56:52 +02:00
Piotr Jamróz
0530b296d0
Correlations: Enable feature toggle by default (on-prem) ( #88208 )
...
* Correlations: Enable feature toggle for on-prem
* Update Loki test
2024-05-27 12:04:37 +02:00
Levente Balogh
f77f47ff00
Plugins: Update the plugin.json
schema with UI extensions meta-data ( #88288 )
...
* feat: change the `generated` property
* refactor: update the schema description for the "extensions" field
2024-05-27 11:13:46 +02:00
Mihai Doarna
e28a34f126
Docs: Add a note about deprecating the settings update API ( #87552 )
...
* add a note about deprecating the settings update API
* Update docs/sources/setup-grafana/configure-grafana/settings-updates-at-runtime/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-05-27 11:08:19 +03:00
Mihai Doarna
934c510dda
Docs: Update SAML docs after the integration with SSO settings API ( #87512 )
...
* update SAML docs after the integration with SSO settings API
* fix link
* address feedback
* address feedback
2024-05-27 11:07:24 +03:00
Jon Cole
67b90ceba5
Azure: Load custom clouds from ini file ( #87667 )
...
* Load custom clouds from config file
* Update docs
* Use the correct list of clouds, add test, fix error condition handling
* Remove on custom cloud from sample.ini and docs
* Remove unnecessary else block
* Use cached json instead of serializing with each request
* Update grafana-azure-sdk-go version to v2.0.4
* update configure-grafana entry for clouds_config
* fix lint errors
* fix lint errors
---------
Co-authored-by: Jeremy Angel (from Dev Box) <jeremyangel@microsoft.com>
2024-05-24 17:40:04 +01:00
Gilles De Mey
99b5259cc1
Alerting: New list view UI – Part 1 ( #87907 )
2024-05-24 16:40:49 +02:00
brendamuir
26a01c42a6
Alerting docs: adds settings feature ( #88294 )
...
* Alerting docs: adds settings feature
* ran prettier
2024-05-24 15:01:15 +02:00