5f38455f31
Docs: fix availability note ( #85315 )
...
Fixed availability note
2024-03-28 08:33:38 -04:00
ce57ce4125
Docs: Add capture_timeout option ( #85340 )
2024-03-28 13:19:08 +01:00
713970d00a
SQLStore: Cleanup migrationLocking ( #85054 )
2024-03-25 10:09:15 +03:00
d084595211
Prometheus: Use frontend package in Prometheus DS with a feature toggle ( #84397 )
...
* add feature toggle usePrometheusFrontendPackage
* add feature toggle logic to Prometheus module
* use config editor with package and remove configOverhaul feature toggle
* update betterer because we will be removing other files as we replace with files from @grafana/prometheus
* fix exemplar ds picker selector
* add more description to ts-ignore
* remove go.work.sum change
* copy go.work.sum from main
* update go.work.sum after talking with ismail
* put back the promlib entry
---------
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
2024-03-22 19:47:53 -05:00
33b653534e
SQLStore: Enable migration locking by default ( #84983 )
...
* Introduce new configuration for migration locking
* Remove feature toggle
* Fix test and turn it into an integration
* Fix docs
2024-03-22 21:22:29 +02:00
980b9a62c6
Alerting: Enable simplified routing FF by default ( #84856 )
2024-03-22 13:45:20 -04:00
d7fa99e2df
XYChart: Refactor to new model (behind feature toggle) ( #82499 )
...
Co-authored-by: drew08t <drew08@gmail.com>
Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com>
2024-03-22 10:44:37 -05:00
65c0669f01
Server: Reload TLS certs without a server restart ( #83589 )
...
* server: reload of grafana server certs when renewed without restart.
Signed-off-by: Rao, B V Chalapathi <b_v_chalapathi.rao@nokia.com>
* server: reload of grafana server certs when renewed without restart.
Signed-off-by: Rao, B V Chalapathi <b_v_chalapathi.rao@nokia.com>
* Update http_server.go
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update http_server.go
Address the comments
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Dan Cech <dan@aussiedan.com>
* Update http_server.go
Align the spaces
* Update http_server.go
* Update http_server.go
* Update pkg/api/http_server.go
Co-authored-by: Dan Cech <dan@aussiedan.com>
---------
Signed-off-by: Rao, B V Chalapathi <b_v_chalapathi.rao@nokia.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Dan Cech <dan@aussiedan.com>
2024-03-22 17:13:22 +02:00
8d4ca72f2a
PublicDashboards: Scene migration ( #84409 )
2024-03-22 11:48:21 -03:00
bb792ff540
Auth: Remove oauth skip org role sync ( #84972 )
...
* remove oauth wide skip org role sync
* we are warning from config
* set it to false
* removed from config ini files and updated docs
2024-03-22 15:34:05 +01:00
df2d0574c1
Chore: Enable nestedFolders by default ( #84631 )
...
* Enable nestedFolders by default
* Make nestedFolders GA
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
* regenerate files
* also update docs
* skip failing test
---------
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
2024-03-22 14:13:43 +01:00
ef5d71711a
Plugins: Enable feature toggle enablePluginsTracingByDefault
by default ( #84645 )
...
* Enable feature flag enablePluginsTracingByDefault by default
* re-generate feature toggles
2024-03-22 11:22:36 +02:00
4f8b14ebf4
FeatureToggle: Update newPDFRendering to public preview ( #84883 )
...
FeatureToggle: update newPDFRendering to public preview
2024-03-22 09:50:53 +01:00
9772ed6526
RBAC: Enable annotation permission update by default ( #84787 )
...
* display teams to team reader if they also have the access to list team permissions
* fix a typo in the docs
* enable annotationPermissionUpdate by default
* update wording
2024-03-22 00:45:23 +02:00
33f9e8554d
GenAI: Autogenerate title and description for panels and dashboards ( #84933 )
2024-03-21 17:58:27 +01:00
eb31f71f60
Plugins: Enable feature toggle pluginsDynamicAngularDetectionPatterns
by default ( #84723 )
...
* Enable feature toggle pluginsDynamicAngularDetectionPatterns by default
* Change backgroundJobInterval to 24h
* re-generate feature toggles
* Use different intervals for cloud vs on-prem
* temporarily switch interval log to info level
* debug level again
* Simplify provideDynamic for tests
* re-generated feature toggles files
* PR review feedback
* PR review feedback: removed dependency from plugin management config
2024-03-21 18:22:06 +02:00
18eac9df9e
Feature toggles: Remove redshiftAsyncQueryDataSupport and athenaAsyncQueryDataSupport toggles ( #84653 )
2024-03-20 15:14:21 +01:00
6bb7ab261a
AzureMonitor: User authentication support ( #81918 )
...
* Stub out frontend user auth
* Stub out backend user auth
* Add context
* Reorganise files
* Refactor app registration form
* Alert for user auth service principal credentials
* AzureMonitor: Add flag for enabling/disabling fallback credentials for current user authentication (#82332 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Update azure-sdk
* Fix lint
* Update test
* Bump dependency
* Update configuration
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Docs review
* AzureMonitor: User authentication frontend updates (#83107 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Add alerts to query editor
- Add authenticatedBy property to grafana/data
- Update mocks
- Update query editor to disable it under certain circumstances
- Update tests
* Add separate FallbackCredentials component
- Reset AppRegistrationCredentials component to only handle clientsecret credentials
- Update AzureCredentialsForm
- Update selectors
- Update tests
- Update credentials utility functions logic
* Alert when fallback credentials disabled
* Update condition
* Update azure-sdk
* Fix lint
* Update test
* Remove unneeded conditions
* Set auth type correctly
* Legacy cloud options
* Fix client secret
* Remove accidental import
* Bump dependency
* Add tests
* Don't use VerticalGroup component
* Remove unused import
* Fix lint
* Appropriately set oAuthPassThru and disableGrafanaCache properties
* Clear azureCredentials on authType change
* Correctly retrieve secret
* Fix bug in authTypeOptions
* Update public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* Update public/app/plugins/datasource/azuremonitor/components/QueryEditor/QueryEditor.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* Update public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* Add documentation links
* Fix broken link
---------
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* AzureMonitor: Update docs for current user authentication (#83440 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Add alerts to query editor
- Add authenticatedBy property to grafana/data
- Update mocks
- Update query editor to disable it under certain circumstances
- Update tests
* Add separate FallbackCredentials component
- Reset AppRegistrationCredentials component to only handle clientsecret credentials
- Update AzureCredentialsForm
- Update selectors
- Update tests
- Update credentials utility functions logic
* Alert when fallback credentials disabled
* Update condition
* Update azure-sdk
* Fix lint
* Update test
* Remove unneeded conditions
* Set auth type correctly
* Legacy cloud options
* Fix client secret
* Remove accidental import
* Bump dependency
* Add tests
* Don't use VerticalGroup component
* Remove unused import
* Update docs
* Fix lint
* Appropriately set oAuthPassThru and disableGrafanaCache properties
* Clear azureCredentials on authType change
* Correctly retrieve secret
* Feedback
* Spelling
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
---------
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Docs review
* Update docs with additional configuration information
* Fix to appropriately hide the query editor
* Typo
* Update isCredentialsComplete
* Update test
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
2024-03-19 16:32:24 +00:00
b1c4ebe6e8
Plugins: Enable managedPluginsInstall by default ( #84721 )
...
Plugins: enable managedPluginsInstall by default
2024-03-19 16:34:46 +01:00
00f16cd018
CloudWatch Logs: Remove toggle for cloudWatchLogsMonacoEditor ( #84414 )
2024-03-18 08:56:57 -04:00
a0b68deae4
Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle ( #84329 )
2024-03-15 09:49:53 -04:00
f727e21873
Docs: Fixed a typo in the Azure config page ( #84475 )
...
fixed typo, cleaned up some language
2024-03-14 11:10:35 -05:00
ec42b2a361
Alerting docs: restructure Introduction
( #84248 )
...
* Rename `Data sources` title
* Relocate and rename `Introduction/Notification templates`
* Rename `alert-rules/alert-instances` to `alert-rules/multi-dimensional-alerts`
* Move `fundamentals/high-availability` to `setup/enable-ha`
* Fix 404 high-availability alerting link on Setup HA Grafana docs
* Move alert manager/contact poitns/notification templates within Notifications
* Remove `Alerting on numeric data`
* Restructure Introduction v2
* Continue Intro restructuring
* Update docs/sources/alerting/fundamentals/alert-rules/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Complete contact point TODO
* Alias: alertManager
* Aliases `annotation-label` + content changes
* Aliases to `templating-labels-annotations`
* Aliases to `queries-conditions`
* Rename `rule-evaluation.md` file
* Aliases: `contact points`
* Aliases to `message-templating`
* Aliases to `alert-rules`
* Update links to new URL slugs
* Remove duplicated alias
* Remove trailing slash for external heading links
* Remove trailing slash in heading links to other grafana pages
* Change URL directory slug `fundamentals/notifications`
* rename title `Configure High Availability`
* Content changes
* Update docs/sources/alerting/fundamentals/alert-rules/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/set-up/configure-alert-state-history/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/set-up/configure-alert-state-history/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/fundamentals/alert-rules/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Fix broken link reference
* Fix `queries-and-conditions`
* Fix `alert-rule-evaluation` ref link
* Fix aliases + inline doc comments
* Fix broken link
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-03-14 16:58:18 +01:00
8765c48389
Alerting: Remove legacy alerting ( #83671 )
...
Removes legacy alerting, so long and thanks for all the fish! 🐟
---------
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com>
Co-authored-by: Sonia Aguilar <soniaAguilarPeiron@users.noreply.github.com>
Co-authored-by: Armand Grillet <armandgrillet@users.noreply.github.com>
Co-authored-by: William Wernert <rwwiv@users.noreply.github.com>
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
2024-03-14 15:36:35 +01:00
154896b47e
Docs: Update documentation for Elasticsearch ( #84350 )
...
* Docs: Update documentation for Elasticsearch lucene query
* Update docs/sources/datasources/elasticsearch/query-editor/index.md
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
* Update docs/sources/datasources/elasticsearch/query-editor/index.md
---------
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
2024-03-13 12:25:28 +02:00
5c96b90852
docs: rewrite grafana-com oauth to better align with naming conventions ( #84294 )
...
* docs: rewrite grafana-com oauth to better align with naming conventions
* docs: update links used to grafana-cloud auth page
2024-03-12 10:38:43 -05:00
fb172b1b33
Explore logs: remove exploreScrollableLogsContainer and track scroll to top ( #84291 )
...
* exploreScrollableLogsContainer: remove
* LogsNavigation: track scroll to top clicks
* Add missing dependency to the effect
2024-03-12 15:53:13 +01:00
42d8f1bef9
Tempo: Update TraceQLStreaming feature toggle stage ( #84203 )
...
Update TraceQLStreaming feature toggle stage
2024-03-12 14:10:13 +00:00
c45f96e9de
Chore: Fix feature toggle docs ( #84256 )
...
update docs
2024-03-12 12:07:07 +01:00
22d8258e48
Postgres: Allow disabling SNI on SSL-enabled connections ( #83892 )
...
* Postgres: Allow disabling SNI on SSL-enabled connections
* Update docs/sources/setup-grafana/configure-grafana/_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-03-12 12:03:24 +02:00
63f1c30313
Auth: Set the default org after User login ( #83918 )
...
* poc
* add logger, skip hook when user is not assigned to default org
* Add tests, move to hook folder
* docs
* Skip for OrgId < 1
* Address feedback
* Update docs/sources/setup-grafana/configure-grafana/_index.md
* lint
* Move the hook to org_sync.go
* Update pkg/services/authn/authnimpl/sync/org_sync.go
* Handle the case when GetUserOrgList returns error
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
2024-03-12 09:35:13 +01:00
e33e219a9a
Remove legacy alerting docs ( #84190 )
2024-03-12 05:37:41 +01:00
0b71354c8d
Docs: Improve SSO Settings docs ( #83914 )
...
* Improve docs
* remove trailing slash
* Update relref
2024-03-09 19:24:48 +01:00
7147af6b8e
Alerting: Disable legacy alerting for ever ( #83651 )
...
* hard disable for legacy alerting
* remove alerting section from configuration file
* update documentation to not refer to deleted section
* remove AlertingEnabled from usage in UA setting parsing
2024-03-07 16:01:11 -05:00
8c7090bc11
docs: adds alt text to images where missing ( #84028 )
...
* adds alt text
* makes prettier
2024-03-07 12:53:10 -06:00
d1f8f7774d
Document verification_email_max_lifetime_duration
config option ( #84057 )
2024-03-07 13:51:27 +01:00
2142efc1a5
disable_sanitize_html update ( #83643 )
...
* disable_sanitize_html update
Added a note that states this configuration is not available for Grafana Cloud instances.
* Update docs/sources/setup-grafana/configure-grafana/_index.md
* Update docs/sources/setup-grafana/configure-grafana/_index.md
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2024-03-06 11:33:36 -06:00
ce827f9518
Configure Grafana docs: fix custom configuration file location ( #83169 )
...
* Configure Grafana docs: fix custom configuration file location
* Replace config file with `custom.ini`
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-03-06 16:46:28 +01:00
6a4e0c692a
Page: Use browser native scrollbars for the main page content ( #82919 )
...
* remove custom scroll bars from Page component
* make flagged scroller the actual scrolling element,
* enable feature flag by default
* re-enable the scroll props in Page
* rename feature toggle
* fix css
* only update when deleted
* set .scrollbar-view on our scrolling wrapper
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-03-06 15:06:47 +00:00
a7c06d26f1
Dashboards: Add new toggle for dashboard changes out of dashgpt
toggle ( #83897 )
2024-03-05 14:01:31 +02:00
8b551b08f9
TeamLBAC: Change to public preview ( #83761 )
...
change to public preview
2024-03-01 17:05:59 +00:00
36a19bfa83
AuthProxy: Allow disabling Auth Proxy cache ( #83755 )
...
* extract auth proxy settings
* simplify auth proxy methods
* add doc mentions
2024-03-01 11:31:06 +01:00
824c26cd5e
Password Policy: add documentation ( #83208 )
...
* add documentation
* Update docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2024-03-01 10:56:26 +01:00
b02ae375ba
Chore: Query oauth info from a new instance ( #83229 )
...
* query OAuth info from a new instance
* add `hd` validation flag
* add `disable_hd_validation` to settings map
* update documentation
---------
Co-authored-by: Jo <joao.guerreiro@grafana.com>
2024-02-29 16:48:32 +01:00
f394e8333e
Chore: remove the dataConnectionsConsole
feature toggle ( #83661 )
...
chore: remove `dataConnectionsConsole` feature toggle
2024-02-29 10:29:41 +01:00
b89de96681
Anonymous: Add docs for anon users charged on enterprise ( #83626 )
...
add anon users enterprise
2024-02-28 17:35:10 +00:00
213e399563
Docs: Change link in Trusted Types ( #83391 )
2024-02-28 10:50:03 +01:00
70009201d4
Expressions: Sql expressions with Duckdb ( #81666 )
...
duckdb temp storage of dataframes using parquet and querying from sql expressions
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-02-27 16:16:00 -05:00
45f8e7f8cf
Revert "Revert "Alerting docs: rework create alert rules definition and topic"" ( #83372 )
...
* Revert "Revert "Alerting docs: rework create alert rules definition and topic…"
This reverts commit 2b4f1087712e82d17db8ce29adf4a40f5b76e0fc.
* updates aliases
* fixes after testing aliases
* more alias updates
* test silence alias
* fix alias for mute timings
* attempt alias fix
* ran prettier
* fixes more aliases
* quick title update
* fixes alias
* Update docs/sources/alerting/configure-notifications/manage-contact-points/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-oncall.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/template-notifications/reference.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/template-notifications/use-notification-templates.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/template-notifications/using-go-templating-language.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/create-silence.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/mute-timings.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/template-notifications/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/manage-notifications/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/create-notification-policy.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-oncall.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/pager-duty.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/mute-timings.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/template-notifications/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* fix silence aliases
* fix canonical
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/alerting/configure-notifications/create-notification-policy.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-02-27 11:56:11 +01:00
6a11bee6af
Alerting: Deprecate max_annotations_to_keep and max_annotation_age in [alerting] configuration section ( #83266 )
...
* introduce new config section [unified_alerting.state_history.annotations] and deprecate settings in [alerting]
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-02-26 17:04:27 -05:00