Matheus Macabu
5c268c1734
Dependencies: Bump Go to v1.24.4 ( #106533 )
2025-06-11 14:25:48 +02:00
Isabel Matwawana
c611021d7d
Docs: Update experimental note ( #106489 )
2025-06-11 06:58:34 -04:00
Jacob Valdez
e9b5ed6d4f
Docs: Remove the Feature Toggles administration docs page ( #106455 )
...
* Docs: Remove the Feature Toggles administration page
* adding alias to remaining feature toggle page to redirect from deleted page
2025-06-10 13:37:28 -05:00
Pepe Cano
79ff67268f
docs(alerting): Add Tutorials directory page under Best Practices ( #106159 )
...
* docs(alerting): Add Tutorials directoy page under Best Practices
* run prettier
* Include latest tutorials
* fix tutorial list
2025-06-10 16:10:20 +00:00
Pepe Cano
f76e4f8fda
docs(alerting): Import to Grafana-managed rules ( #106384 )
...
* docs(alerting): Import to Grafana-managed rules
* apply latest evaluation changes
* Add additional conversion details to How it works section
* fix ref link
* fix Data source input name
* more details about the `Target data source` input
2025-06-10 17:22:48 +02:00
Matheus Macabu
ed1da3456c
Docs: Remove public preview card from cloud migration audit logging section ( #106472 )
2025-06-10 15:00:25 +02:00
xavi
010fd4240f
[IAM] Docs: Add permission behaviour when user belongs to multiple teams ( #106429 )
2025-06-10 12:17:05 +02:00
Adela Almasan
ff5d06734a
Docs: Update actions with variables ( #106269 )
2025-06-09 21:01:15 +00:00
Christopher Moyer
704743200b
Docs: adds LJ shortcode ( #106450 )
...
adds LJ shortcode
2025-06-09 14:42:55 -05:00
antonio
1016612729
Part 3 update ( #106427 )
...
* alerting: grouping tuturial --update
* prettyfied
* typo
* typo
2025-06-09 10:00:56 +00:00
Pepe Cano
0d0aa35ba7
docs(alerting): add a short new guideline for handling NoData scenarios. ( #106412 )
...
docs(alerting): add consideration for handling NoData scenarios
2025-06-06 21:19:21 +02:00
5137995830
Alerting: Add support for Redis Sentinel for Alerting HA ( #106322 )
...
* Alerting: Add support for Redis Sentinel
* docs
* docs
* Use minisentinel in test
* Apply suggestions from code review
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
Co-authored-by: Fayzal Ghantiwala <114010985+fayzal-g@users.noreply.github.com >
* "address(es)" -> "address or addresses"
* make update-workspace
* make lint-go-diff
---------
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
Co-authored-by: Fayzal Ghantiwala <114010985+fayzal-g@users.noreply.github.com >
2025-06-05 15:02:40 +01:00
antonio
1bbb751bcf
Alerting pt6 update ( #106318 )
...
* update alerting tutorial part 6
* allprettynopity
* applied suggestions
2025-06-05 10:11:45 +00:00
Alexander Akhmetov
da88e5912f
Alerting: Evaluate all imported from Prometheus rules sequentially ( #106295 )
...
What is this feature?
Makes all alert rules imported from a Prometheus YAML or Prometheus-compatible data source evaluate sequentially.
Why do we need this feature?
Currently only alert rules [imported via the API](https://grafana.com/docs/grafana-cloud/alerting-and-irm/alerting/alerting-rules/alerting-migration/migration-api/ ) are evaluated sequentially, because only they have the original alert rule definition in YAML. But alert rules can be imported [in the UI, and from a YAML file](https://grafana.com/docs/grafana-cloud/alerting-and-irm/alerting/alerting-rules/alerting-migration/ ), and they won't be evaluated sequentially which can lead to issues with recording rules.
2025-06-05 12:08:44 +02:00
linoman
9717d04039
SCIM: Add IDP specific SAML configuration ( #106327 )
...
* Add assertion_attrbiute_external_uid definition
* Add Okta specific configuration
* Add Azure AD configuration
* Expand definition and reference idp specific configuration
2025-06-05 10:50:28 +02:00
Pepe Cano
afdf1441f7
docs(alerting): Migration API format enhancements ( #106317 )
...
* docs(alerting): Migration API format enhancements
* fix canonical URL
* small command change
* More changes
2025-06-05 00:55:31 +02:00
Pepe Cano
be8d153dc3
docs(alerting): updates Missing series evaluations to resolve option ( #106319 )
...
docs(alerting): correct detailed process of the missingSeriesToEval option
2025-06-05 00:05:22 +02:00
Misi
f34d372bd3
Auth: Enable ssoSettingsLDAP by default ( #106310 )
2025-06-04 10:47:47 +02:00
andrewthomas92
219461a58d
Removes Feature Management Section ( #105766 )
...
Update _index.md
Feature Toggles page has been removed.
Recommending to remove this from our docs
2025-06-04 02:38:08 -05:00
Tiffany Hrabusa
a09df33522
[docs] Update broken links in SCIM provisioning documentation ( #106298 )
...
Update broken links
Signed-off-by: Tiffany Hrabusa <tiffany.hrabusa@grafana.com >
2025-06-03 12:51:39 -07:00
Pepe Cano and Matthew Jacobson
f36d5c5206
docs(alerting): new notification template example: link to a dashboard with time range ( #106254 )
...
* docs(alerting): new notification template example: link to a dashboard with time range
* remind configuring the `MyDashboardURL` annotation
* Update docs/sources/alerting/configure-notifications/template-notifications/examples.md
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com >
---------
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com >
2025-06-03 17:16:43 +02:00
Pepe Cano and tonypowa
cce28ec351
docs(alerting): updates link to outdated tutorial ( #106178 )
...
* docs(alerting): remove admonition to an outdated tutorial
* amended note and link to new tutorial
* link
* minor copy changes
* run prettier
* update copy
---------
Co-authored-by: tonypowa <tonypowa@gmail.com >
2025-06-03 14:20:24 +00:00
Johnny Kartheiser
de0c639417
Alerting docs: document Prometheus YAML import tool update ( #106219 )
...
* Alerting docs: document ability to import rules to GMA from Prometheus YAML
documentation for prom YAML import feature.
- took out reference that said users can't import prometheus rules in the tool.
- added the More > Import alert rules UI path to the tool
- added a step for the YAML file upload button.
* 💅 prettier✨
* Update _index.md
2025-06-03 09:20:02 -05:00
antonio
3cad6cf880
docs/tutorials:alerting-tutorial-pt6 ( #106155 )
...
* docs/tutorials:alerting-tutorial-pt1
* vale
* vale2
* vale3
* final review
* meta
* refactor
* refactor2
* meta
* vale
* all pretty no pity
* all done
* added note on dash url
* note on url template
* note on url template2
* pretty
2025-06-03 11:12:50 +02:00
Jeroen Op 't Eynde
eff86c6684
docs: remove deprecation notice on Grafonnet ( #106257 )
2025-06-02 14:39:15 +02:00
Alexander Akhmetov
e256f2d5e2
Alerting: Enable recording rules by default ( #105603 )
2025-06-02 10:56:05 +02:00
Ieva
5b4d188638
RBAC: Clear up the basic role definitions ( #106214 )
...
clear up the basic role definitions
2025-05-30 10:41:11 +01:00
Pepe Cano
e1400e67d3
docs(alerting): document Keep firing for in Alert rule evaluation intro ( #106139 )
2025-05-29 18:24:26 +02:00
Pepe Cano
b2d317cc23
docs(alerting): add notes for Redis HA setup ( #106144 )
...
* docs(alerting): add note for Redis HA setup
* run prettier
2025-05-29 11:21:32 -05:00
Mykhailo Zahlada and Misi
fc988c8771
Auth: Add Azure/Entra workload identity support ( #104807 )
...
* fixes/adds azure workload identity authentication. Issue #78249
* Updates default values. Adds `workload_identity_token_file` defaults
* Updates example config. Adds `workload_identity_token_file`
* Updates docummentation: adds Federated credentials for Workload Identity
* Update docs/sources/setup-grafana/configure-security/configure-authentication/azuread/index.md
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
* Update docs/sources/setup-grafana/configure-security/configure-authentication/azuread/index.md
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
* Docs: add link to official documentation. Clarifies example.
* 1. Add workload_identity_enabled and workload_identity_token_file settings to [auth.azuread] for workload identity support.
2. Extend OAuthInfo struct to include workload identity fields.
3. Update OAuth authentication logic to handle Azure AD workload identity using federated token as client assertion.
4. Update sample configuration and documentation for new settings.
* ensure environment variable overrides are respected for OAuth SSO settings
- Ensure that settings loaded in pkg/services/ssosettings/strategies/oauth_strategy.go correctly reflect environment variable overrides, matching Grafana's config behavior.
- Align config loading logic with main config loader to prevent issues where INI values would override environment variables.
* updates documentation
* test: add workload identity configuration tests for Azure AD OAuth strategy. Add test coverage for workload_identity_enabled and workload_identity_token_file settings
* feat: add workload identity support to Azure AD SSO configuration UI
* updates documentation
* Simplify OAuth flow by removing unnecessary switch-case structure
* Small changes
* Lint + i18n gen
* refactor: remove redundant workload_identity_enabled setting as auth method gets defined by client_authentication
* update documentation
* refactor: remove redundant workload_identity_enabled setting as auth method gets defined by client_authentication
* updates documentation - configuration options table: adds `client_authentication`, `workload_identity_token_file`, and `federated_credential_audience`
* Small changes, lint, i18n
---------
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
2025-05-29 14:09:18 +02:00
Zach Day
de07edfa24
Fixing links and removing duplicate content ( #105837 )
2025-05-29 09:23:13 +02:00
song2park
e572af4562
docs: fix keycloak signout_redirect_url ( #106191 )
2025-05-29 07:00:50 +00:00
Ezequiel Victorero
3de80ec3d7
Feature Toggles: remove useRawTimeRange FF ( #106154 )
2025-05-28 15:44:48 -07:00
Jacob Valdez
959ccb8ec2
Docs: Adding info on configuring CORS via reverse proxy ( #104203 )
...
* Docs: Adding info on configuring cors via reverse proxy
* Adding info regarding grafana.ini CORS configuration
* some clarification and typo fixes
* expanding the instructions
* run prettier
* fixing indentation
* adjusting an admonition
* adjusting information based on review
2025-05-28 08:18:21 -05:00
Pepe Cano
82b58a2396
docs(alerting): clarify provenance requirements when provisioning alert rules ( #106105 )
...
* docs(alerting): clarify provenance requirements when provisioning alert rules
* run prettier
2025-05-28 11:11:56 +02:00
Pepe Cano
8de013c7e6
docs(alerting): OpsGenie instructions for other alertmanagers ( #106049 )
...
* docs(alerting): OpsGenie instructions for other alertmanagers
* run prettier
2025-05-28 10:59:05 +02:00
Pepe Cano and Johnny Kartheiser
c84388f550
docs(alerting): Examples of dynamic labels and dynamic thresholds ( #105776 )
...
* docs(alerting): Add dynamic thresholds example
* update intro
* docs(alerting): Example of dynamic labels
* fix template example
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-thresholds.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-thresholds.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-thresholds.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* fix typo
* fix typo
* Add section `CSV data with Infinity` in Table data example
* Link dynamic threshold example to tabular data requirements
* minor copy changes
* minor heading fix
* Add links (admonition) to Grafana Play examples
* Use `Caveat` instead of `Gotcha`
* Dynamic thresholds: caution message when Math operates on missing series
* Exampleof latency threshold based on traffic
---------
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
2025-05-27 17:36:32 +02:00
antonio
7661aa8b95
alerting tutorials update ( #106018 )
...
* first
* second
* third"
* 4th
* format
* typo
* $labels
* all pretty no pity
* order
* order2
* typo
* order4
* link renamign
* titles
* test without title heading
* test with colon in h1
* removed H1s
2025-05-27 15:02:26 +00:00
Mohamad Fadhil and Irene Rodríguez
ae2556b204
Fix: typo in doc ( #105981 )
...
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2025-05-26 08:03:52 +00:00
8734b54f90
Docs: document required return type for org_attribute_path ( #105946 )
...
Co-authored-by: linoman <2051016+linoman@users.noreply.github.com >
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2025-05-23 13:48:10 +00:00
Irene Rodríguez
fa98a96e5d
Fix broken links ( #105936 )
2025-05-23 13:11:27 +00:00
Sven Grossmann
04de9c2740
Plugins: Support suffix in grafanaDependency ( #105916 )
...
Plugins: Support appendix in `grafanaDependency`
2025-05-23 09:16:13 +02:00
Jacob Valdez
73e971eedc
Docs: Clarifying information about using the API for license renewal ( #105879 )
...
Docs: Clarifying information about using the API for licnese renewal
2025-05-22 15:46:18 -05:00
Kristina and Isabel Matwawana
bc3679957b
Transformations: Add documentation around new behavior of Calculate field ( #104429 )
...
* Docs changes
* remove generated placeholder for binary ops with variables
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2025-05-22 09:43:35 -05:00
Irene Rodríguez
c98792d924
add new sentence about GH enterprise ( #105816 )
2025-05-22 16:37:50 +02:00
Isabel Matwawana
f984c4cbe7
Docs: Fixed broken links ( #105796 )
2025-05-22 10:34:58 -04:00
mohammad-hamid and Gabriel Mabille
0166b6bcc6
Update API docs for team groups search ( #105512 )
...
* Update API docs for team groups search
* update team sync doc
* remove param block
---------
Co-authored-by: Gabriel Mabille <gabriel.mabille@grafana.com >
2025-05-22 09:58:58 -04:00
Syerikjan Kh
e05ccb822a
feat: map GF_INSTALL_PLUGINS to use preinstall plugins feature ( #105145 )
...
* feat: map GF_INSTALL_PLUGINS to use preinstall plugins feature
* ref: process GF_INSTALL_PLUGINS as sync install
* fix: check GF_INSTALL_PLUGINS_FORCE in the docker run
* ref: use preinstall_sync for GF_INSTALL_PLUGINS
* ref: logs and deprecation msg for GF_INSTALL_PLUGINS
* chore: deprecated log formatting
2025-05-22 08:23:33 -04:00
Sonia Aguilar
fc5472615f
Alerting: Add alertingImportYAMLUI feature flag ( #105742 )
...
Add alertingImportYAMLUI ff
2025-05-21 17:59:41 +02:00
Kim Nylander
d0d941fe8d
[DOC] Make notes consistent in Git Sync docs ( #105695 )
2025-05-20 18:27:55 +00:00