Giordano Ricci
9a06b00e92
Correlations: Add DeleteCorrelation HTTP API ( #51801 )
...
* Correlations: add DeleteCorrelation HTTP API
* fix error message copy
* add readonly check
* add source_uid in delete condition
* make path singular
* Revert "make path singular"
This reverts commit d15be89578e202e5cb64a3e964ee09521b72d87c.
* add tests
* fix lint errors
* fix lint errors
* change casing
* update spec
* Remove transaction
* change casing in param name in docs
2022-07-27 09:07:58 +01:00
Giordano Ricci
4b2144fe40
Correlations: change casing of *UID properties ( #52836 )
...
* Correlations: change casing of *UID properties
* add link to correlations HTTP API
2022-07-27 07:01:46 +01:00
ying-jeanne
86283bb99e
Chore: Rename dashboardUID to dashboardUIDs in search endpoint and up… ( #52766 )
...
* Chore: Rename dashboardUID to dashboardUIDs in search endpoint and update doc
* make it backward compatible
2022-07-26 22:28:14 -04:00
ying-jeanne
7da0a6d3ce
Chore: Add dashboard UID as query parameter of Get annotation endpoint ( #52764 )
...
* Chore: Add dashboard uid as query parameter of Get annotation endpoint
* Update pkg/api/annotations.go
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
* update the dashboarUID
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2022-07-26 21:52:34 -04:00
gjed
6968478d94
Docs: updated configuration description for auto_assign_org ( #50180 )
...
* Docs: updated configuration description for auto_assign_org
* Update docs/sources/setup-grafana/configure-grafana/_index.md
* Resolve prettier issues for CI
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Remove trailing space
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
Co-authored-by: Garrett Guillotte <garrett.guillotte@grafana.com>
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
2022-07-26 10:09:40 -07:00
Ryan McKinley
5df6a95045
Transformations: Add standard deviation and variance reducers ( #52769 )
...
Co-authored-by: Selva <selvavm@hotmail.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-07-26 11:25:35 -04:00
Grot (@grafanabot)
c20d96aaec
ReleaseNotes: Updated changelog and release notes for 9.0.5 ( #52813 )
2022-07-26 16:04:54 +02:00
Ashley Harrison
4c9786ea18
add a note about starred dashboards in the navbar to the documentation ( #52660 )
2022-07-26 12:32:45 +01:00
brendamuir
8fa6489dd4
Docs: fix data source MSSQL link ( #52796 )
2022-07-26 13:31:29 +02:00
George Robinson
23fc5383d9
Docs: Update docs for images in notifications ( #52721 )
2022-07-26 10:09:48 +01:00
Ieva
e947910910
Service accounts: update docs ( #52734 )
...
* update the docs
* Update docs/sources/administration/service-accounts/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-07-26 09:44:12 +01:00
Ieva
b3a10202d4
Revert "Service accounts: Add service account to teams" ( #52710 )
...
* Revert "Service accounts: Add service account to teams (#51536 )"
This reverts commit 0f919671e7
.
* remove unneeded line
* fix test
2022-07-26 09:43:29 +01:00
Gabriel MABILLE
c6340a8214
Dashboard and Folder permissions: Update docs to reflect reality ( #52730 )
...
* Folder permissions: Update docs to reflect reality
2022-07-26 09:07:37 +02:00
ying-jeanne
ac502e5013
Chore: add dashboarduid in the connection endpoint response ( #52761 )
...
* Chore: add dashboarduid in the connection endpoint response
* add uid of dashboard in the markdown
2022-07-25 18:55:28 -04:00
Michael Mandrus
12c495bd74
fix typo, ensure kms key example uuid isn't a potentially real key ( #52750 )
2022-07-25 10:20:58 -07:00
Robin Tönniges
9c3f9887fc
Updated pushover in Supported notifiers ( #52631 )
...
Pushover supports images in notifications since v9.0.2
2022-07-25 17:01:21 +00:00
Jo
4a12d0f236
Auditing: Add new options to docs ( #52050 )
...
* Auditing: Add new option docs
* add log all status codes
* change option to verbose
* denote status_codes
* Apply suggestions from code review
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
* add setup-grafana docs
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2022-07-25 11:15:04 -04:00
Med Amine Amara
4d2f2b88b6
docs(alerting): removed a repetition of a word ( #52376 )
...
removed a repetition of a word in doc
2022-07-25 16:38:50 +02:00
Giordano Ricci
5ce4baf6f5
Correlations: Add CreateCorrelation HTTP API ( #51630 )
...
* Correlations: add migration
* Correlations: Add CreateCorrelation API
* Correlations: Make correlations work with provisioning
* Handle version changes
* Fix lining error
* lint fixes
* rebuild betterer results
* add a UID to each correlation
* Fix lint errors
* add docs
* better wording in API docs
* remove leftover comment
* handle ds updates
* Fix error message typo
* add bad data test
* make correlations a separate table
* skip readonly check when provisioning correlations
* delete stale correlations when datasources are deleted
* restore provisioned readonly ds
* publish deletion event with full data
* generate swagger and HTTP API docs
* apply source datasource permission to create correlation API
* Fix tests & lint errors
* ignore empty deletion events
* fix last lint errors
* fix more lint error
* Only publish deletion event if datasource was actually deleted
* delete DS provisioning deletes correlations, added & fixed tests
* Fix unmarshalling tests
* Fix linting errors
* Fix deltion event tests
* fix small linting error
* fix lint errors
* update betterer
* fix test
* make path singular
* Revert "make path singular"
This reverts commit 420c3d315e
.
* add integration tests
* remove unneeded id from correlations table
* update spec
* update leftover references to CorrelationDTO
* fix tests
* cleanup tests
* fix lint error
2022-07-25 15:19:07 +01:00
Chris Hodges
bdcef92e35
Fix small typo in panel doc ( #52568 )
2022-07-25 13:04:29 +00:00
Ivana Huckova
9d960e8723
Docs: Fix query history documentation ( #52610 )
...
* Query history: Fix docs
* Update query history docs
* Update docs/sources/explore/query-management.md
* Update docs/sources/explore/query-management.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Trigger drone
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-07-25 15:00:56 +02:00
Andres Martinez Gotor
eacda83caf
Azure Monitor: New template variable editor ( #52594 )
2022-07-25 09:32:27 +02:00
matt abrams
667ae91323
Docs: Replace apt-key command with signed-by option ( #44885 )
...
* replace apt-key command with signed-by option
* add gpg command to meet debian best practices
* delete old file
* update filepath
2022-07-22 18:44:20 -05:00
Vardan Torosyan
47c9d461b3
Service accounts: Document service account managed permissions ( #52628 )
2022-07-22 10:35:14 +02:00
Vardan Torosyan
18867d6d78
Service account: Ensure that you can revert only service accounts which you can access ( #52626 )
...
* Service account: Ensure that you can revert only service accounts which you can access
* Remove prettier messup with docs
* Remove prettier messup with docs
* Prettier run
2022-07-22 10:35:01 +02:00
Gabriel MABILLE
5e5e8c0b04
Docs: Revoke access to App Plugins ( #52542 )
...
* Docs: Revoke access to App Plugins
* Describe role and permission
* Adding a 'Managing app plugins access' section to plugin management
2022-07-22 08:53:11 +02:00
Christopher Moyer
1974f166e0
removes unnecessary words in into ( #52622 )
2022-07-21 13:41:29 -05:00
Vardan Torosyan
7251b8524f
Service accounts: Update docs to mention about reverting token to API key ( #52608 )
...
* Service accounts: Update docs to mention about reverting token to API key
* Update docs/sources/administration/api-keys/_index.md
2022-07-21 18:56:41 +02:00
brendamuir
cf42365fdd
Docs: minor corrections to prefix and naming ( #52579 )
2022-07-21 12:09:25 +01:00
Michael Mandrus
530135c403
Documentation: Create documentation around AWS Secrets Manager plugin ( #52181 )
...
* first draft of secrets manager documentation
* some minor refinements
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* a few changes from the review
* more changes based on review
* add menuTitle
* final round of changes based on feedback
* final cleanup before new review
* add sample config for clarity
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* add feature to other enterprise page
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-07-20 15:02:22 -04:00
Christopher Moyer
7d90f2f1a3
Docs: adjusts heading and rewords the intro to active voice ( #52545 )
...
* adjusts heading and makes intro active voice
* Update docs/sources/administration/service-accounts/_index.md
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
2022-07-20 12:33:05 -05:00
Grot (@grafanabot)
240bb8928d
ReleaseNotes: Updated changelog and release notes for 9.0.4 ( #52548 )
2022-07-20 18:03:00 +01:00
Gabriel MABILLE
60da9eaac5
Docs: Fix access-control links ( #52537 )
2022-07-20 18:01:05 +02:00
Jo
5c4aa4a7ac
OAuth: Allow role mapping from GitHub and GitLab groups ( #52407 )
...
* OAuth: Add extract role support to github
OAuth: correct github errors
Oauth: add github tests
Oauth: Allow mapping via group memberships
Oauth: Add markdown instructions to the new mappers
fix lint
* Apply suggestions from code review
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: Vardan Torosyan <vardants@gmail.com>
* Apply suggestions from code review
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: Vardan Torosyan <vardants@gmail.com>
2022-07-20 10:32:04 -04:00
owensmallwood
20907d0635
Adds documentation for public dashboards under the dashboards section. ( #52126 )
...
Adds documentation for public dashboards
2022-07-19 13:19:40 -06:00
Usman Ahmad
a8ddea0d35
Update upgrade-grafana.md ( #52406 )
...
fixed the broken link for the release notes
2022-07-19 14:14:56 -05:00
Agnès Toulet
2b7fe7251c
Docs: Update query caching support ( #50706 )
...
* Docs: Update query caching support
* Update query-caching.md
2022-07-19 16:23:44 +02:00
Sofia Papagiannaki
e6b9ded949
API: Add service account routes to the swagger ( #52398 )
...
* API: Add service account routes to the swagger
2022-07-19 12:52:51 +03:00
sunb3am
9a72ebcd99
Docs: Updated links to landing pages for the notifiers ( #51875 )
...
* Documentation: Updated links to landing pages for the respective notifiers in alerting
Updated links for listed notifiers to correctly redirect to their landing pages
* Ran prettier
2022-07-19 04:13:51 +02:00
Michael Mandrus
278f5b131b
add secretsmanager type to plugin.json ( #52408 )
2022-07-18 11:02:37 -04:00
brendamuir
076851313d
Docs: fixes warning for enterprise customers ( #52385 )
...
* Docs: fixes data source links
* fixes unified alerting redirect
* Docs: fixes enterprise customer warning
2022-07-18 12:09:29 +02:00
Joan López de la Franca Beltran
9abe9fa702
Encryption: Expose secrets migrations through HTTP API ( #51707 )
...
* Encryption: Move secrets migrations into secrets.Migrator
* Encryption: Refactor secrets.Service initialization
* Encryption: Add support to run secrets migrations even when EE is disabled
* Encryption: Expose secrets migrations through HTTP API
* Update docs
* Fix docs links
* Some adjustments to makes errors explicit through HTTP response
2022-07-18 08:57:58 +02:00
Christopher Moyer
433bb735de
Docs: refactors configure standard options ( #52278 )
...
* refactors configure standard options
* makes prettier
2022-07-15 17:02:16 -05:00
Christopher Moyer
1834973cc6
Docs: removes old whats new docs ( #52188 )
...
* removes old whats new docs
* adds v7 whats new back in
2022-07-15 16:28:02 -05:00
Christopher Moyer
6177e433ff
updates broken relrefs, removes unneeded file ( #52292 )
2022-07-14 15:54:09 -07:00
Grot (@grafanabot)
eab03aa207
ReleaseNotes: Updated changelog and release notes for 9.0.3 ( #52296 )
2022-07-14 17:34:46 -05:00
Dave Henderson
19cf9fa87d
Docs: Correct references to 'lockingMigration' ( #51678 )
...
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
2022-07-14 15:42:24 -04:00
Esteban Beltran
0573df931b
Docs: Fix broken grafana plugins tutorial links ( #52147 )
...
* Fix broken grafana plugins docs links
* Update docs/sources/developers/plugins/build-a-streaming-data-source-plugin.md
* Update docs/sources/developers/plugins/_index.md
* Update docs/sources/developers/plugins/_index.md
* Update docs/sources/developers/plugins/_index.md
* Update docs/sources/developers/plugins/add-support-for-annotations.md
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
* Update docs/sources/developers/plugins/build-a-logs-data-source-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-07-14 11:52:17 -07:00
Grot (@grafanabot)
f4e0420e66
ReleaseNotes: Updated changelog and release notes for 8.4.10 ( #52259 )
2022-07-14 11:29:44 -06:00
Grot (@grafanabot)
03456a9c3b
ReleaseNotes: Updated changelog and release notes for 8.5.9 ( #52256 )
2022-07-14 13:03:35 -04:00
grafanabot
6c6537383b
ReleaseNotes: Updated changelog and release notes for 8.4.10
2022-07-14 15:13:23 +01:00
Oscar Kilhed
9498ee3d54
SQL: Migrate (MS/My/Postgres)SQL configuration pages from Angular to React ( #51891 )
...
* Migrate SQL configuration pages from angular to react
* Move enums to types.ts and remove angular partials
* remove es lint disables and update betterer instead
* Fix automatically added type declarations
* Bump wor.. betterer ;)
* Export SecretInput component from grafana-ui
* Fix A11y issues
* Export SecretTextArea as well
* Fix typo
* Use const instead of var
* Fix typo in doc
* Add autoDetectFeatures to postgres config editor
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2022-07-14 13:29:08 +02:00
Andreas Christou
a4d33a0f43
AzureMonitor: Improve handling of unsupported template variable cases in URIs ( #52054 )
...
* Set error message for certain template variable combinations
- Make use of setError method from query editor
- Update Azure Monitor error type
- Add test for case 2 from https://github.com/grafana/grafana/pull/51331
* Update template variable docs
* Fix lint issues
* Update docs/sources/datasources/azuremonitor/template-variables.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* PR comment updates
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-07-14 09:28:44 +01:00
brendamuir
07e03666ad
Docs: fixes data source links ( #52196 )
...
* Docs: fixes data source links
* fixes unified alerting redirect
2022-07-14 08:24:53 +01:00
Christopher Moyer
2520d8f827
combines table viz docs ( #52176 )
2022-07-13 16:56:01 -05:00
Yuriy Tseretyan
f4606faec2
fix docs with correct instructions to create a silence URL ( #52062 )
2022-07-12 11:36:01 -04:00
Jo
c9c4fc604e
LDAP: Improve errors and documentation ( #52111 )
2022-07-12 11:11:09 -04:00
Vardan Torosyan
73f4d7ac05
Service accounts: Update documentation with new changes ( #52015 )
...
* Service accounts: Update documentation with new changes
* Apply suggestions from code review
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
* Add sections about migration, handle comments
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2022-07-11 21:32:07 +01:00
Matthew Jacobson
28dd413c1d
Alerting: Add config disabled_labels to disable reserved labels ( #51832 )
...
* Alerting: Add config disabled_labels to disable reserved labels
[unified_alerting.reserved_labels]
disabled_labels
* Replace IsGrafanaFolderDisabled with more generic IsReservedLabelDisabled
* Simplify SchedulerCfg by including UnifiedAlertingSettings
2022-07-11 12:41:40 -04:00
Christopher Moyer
94175a801a
refactors all dashboard and linking content ( #52005 )
2022-07-11 07:35:19 -05:00
brendamuir
2f41ee7333
Docs: fixes couple of typos ( #52031 )
2022-07-11 13:04:15 +01:00
Joe Blubaugh
b808cd4432
Documentation: Show that admin/pause-all-alerts is only for legacy. ( #51862 )
...
Fixes #51728
2022-07-11 15:39:25 +08:00
Garrett Guillotte
25edee88a7
Fix relrefs in product docs ( #51944 )
2022-07-08 12:25:19 -07:00
Garrett Guillotte
92577d3770
Fix relrefs in api keys doc ( #51943 )
2022-07-08 12:22:19 -07:00
Garrett Guillotte
a243dc8713
Fix relrefs in alerting ( #51939 )
2022-07-08 12:21:56 -07:00
Garrett Guillotte
1c6ee69c2d
Fix relrefs in devloper docs ( #51942 )
2022-07-08 12:21:29 -07:00
Christopher Moyer
7f70be0580
adds shared content ( #51982 )
2022-07-08 10:28:11 -05:00
hannes-256
62b0a8bae6
LDAP: Allow specifying LDAP timeout ( #48870 )
...
* Allow specifying LDAP timeout
* Update docs/sources/auth/ldap.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* LDAP timeout: Add annotations; Make functions "private"
* Setting the default timeout if unspecified
* fix goimports lint issue
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: jguer <joao.guerreiro@grafana.com>
2022-07-08 08:52:54 +02:00
Jack Baldry
1976edaffc
Remove indentation from docs/list shortcode usage ( #51715 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-07-07 14:02:35 -04:00
Vardan Torosyan
5eaba5b5b2
Service account: Update service accounts creation ( #51848 )
2022-07-07 17:32:56 +01:00
Ivana Huckova
10cb84e401
Loki: Implement hints for query builder ( #51795 )
...
* Loki: Implement hints for query builder
* Update name of file
* Update imports
* Refactor
* Remove unused import
* Unify
* Revert "Unify"
This reverts commit 78da0e27e3
.
* Unify
* Fix types
* Fix tests
* Fix type error
* Simplify
* Update test
* Add documentation
* Update comment
* Add tests for addParserToQuery
* Smaller updates
2022-07-07 15:49:31 +02:00
George Robinson
2b2c09b8d5
Docs: Improve docs for differences and limitations ( #51905 )
2022-07-07 14:49:03 +01:00
George Robinson
ef1fb9d3a3
Docs: Improve docs for images in notifications ( #51900 )
2022-07-07 14:38:02 +01:00
brendamuir
f6f017edc2
Docs: new data sources topic ( #51863 )
...
* Docs: new datasources topic
* Update docs/sources/alerting/fundamentals/data-source-alerting.md
Co-authored-by: George Robinson <george.robinson@grafana.com>
* Update docs/sources/alerting/fundamentals/data-source-alerting.md
Co-authored-by: George Robinson <george.robinson@grafana.com>
* corrects relrefs
Co-authored-by: George Robinson <george.robinson@grafana.com>
2022-07-07 13:32:00 +01:00
Jack Baldry
602ee37533
Add doc-validator tool to CI ( #51698 )
...
* Add doc-validator tool to CI
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Use simpler apostrophe to make title match h1
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Ensure doc-validator CI always passes until all errors are resolved
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-07-07 08:58:51 +01:00
Yaelle Chaudy
a802e84772
Fixed broken link for supported namespaces ( #51302 )
2022-07-07 09:58:01 +02:00
gjed
c93f1f3693
Docs: added clarification to plugin provisioning ( #50212 )
...
* Docs: added clarification to plugin provisioning
* Update docs/sources/administration/provisioning.md
* Lint docs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2022-07-06 13:49:58 -05:00
Santiago
93e2a0eddc
fix broken links ( #51821 )
2022-07-06 12:16:05 -03:00
Eric Leijonmarck
0f919671e7
Service accounts: Add service account to teams ( #51536 )
...
* Revert "Serviceaccounts: #48995
Do not display service accounts assigned to team (#48995 )"
This reverts commit cbf71fbd7f
.
* fix: test to not include more actions than necessary
* adding service accounts to teams - backend and frontend changes
* also support SA addition through the old team membership endpoints
* fix tests
* tests
* serviceaccounts permission tests
* serviceaccounts permission service tests run
* added back test that was removed by accident
* lint
* refactor: add testoptionsTeams
* fix a bug
* service account picker change
* explicitly set SA managed permissions to false for dash and folders
* lint
* allow team creator to list service accounts
Co-authored-by: IevaVasiljeva <ieva.vasiljeva@grafana.com>
2022-07-06 05:34:36 -04:00
Joey Tawadrous
01130f22b7
Traces: Span bar label ( #50931 )
...
* Add SpanBarSettings
* Add SpanBarSettings to Jaeger
* Add SpanBarSettings to Zipkin
* Updated title
* Add dropdown to select identifer and make duration a default option
* Show duration by default
* Add option to hide
* Move identifers into constants
* Add process
* Update text
* Update placeholders
* Text/meta data updates
* Added tests
* Added docs
* Update find
* Merge tag and prcoess options
* Update docs
* Updated tests
* Update betterer results and trace view to match
* Updated docs
2022-07-06 08:14:03 +01:00
Christopher Moyer
e4bf7ddefe
Docs: Add and organize panels ( #51763 )
...
* combines topics into add and organize panels topic
* updates front matter
* fixes relrefs
* fixes typo
* Update docs/sources/dashboards/add-organize-panels.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Update docs/sources/dashboards/add-organize-panels.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* make prettier
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-07-05 12:59:17 -05:00
Christopher Moyer
7eec92988e
Docs: Manage library panels refactor ( #51661 )
...
* merges library panel content into a single topic
* updates menuTite
* fixes typo
* removed Grafana from task titles
2022-07-05 07:43:01 -05:00
Santiago
9797744c10
template functions reference and examples moved to corresponding section, description and links fixed ( #51654 )
2022-07-04 10:38:22 -03:00
Ieva
1768e09cfd
document auth_style option ( #51697 )
2022-07-04 14:22:19 +01:00
brendamuir
64a2c4783f
Docs: adds new alerting diagram ( #51638 )
...
* Docs:adds new alerting diagram
* Update docs/sources/alerting/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2022-06-30 15:38:17 +01:00
George Robinson
c8fa4a9397
Alerting: Fix documentation for Grafana 9.0 ( #51614 )
2022-06-30 10:34:08 +01:00
Christopher Moyer
d4f94ea48d
fixes broken relrefs ( #51572 )
2022-06-29 15:43:17 -05:00
Simon Deziel
a46daf2300
Drop unused debian packages ( #45173 )
...
* apt-transport-https is no longer needed (apt has builtin HTTPS support)
apt-transport-https is a virtual package since Ubuntu Bionic as apt
natively supports HTTPS repos since then, see:
https://packages.ubuntu.com/bionic/apt-transport-https
Signed-off-by: Simon Deziel <simon@sdeziel.info>
* Stop pulling software-properties-common (unused)
software-properties-common was used for the add-apt-repository
command that is no longer used since commit 26cf3d9c66
Signed-off-by: Simon Deziel <simon@sdeziel.info>
2022-06-29 09:41:08 -04:00
Christopher Moyer
40e72c6de3
Docs: combines use dashboard content into single topic ( #51527 )
...
* combines use dashboard content into single topic
* Some minor updates
* corrects spelling
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-06-29 08:07:42 -05:00
Christopher Moyer
f59a4d51cd
moves custom branding to configuration ( #51522 )
2022-06-28 14:22:35 -05:00
Christopher Moyer
5eb35e1b78
Docs: renames tracing topics, moves to configure docs ( #51519 )
...
* renames tracing topics, moves to configure docs
* changes enable diagnostics file name
2022-06-28 12:13:45 -05:00
Grot (@grafanabot)
744fc4c802
ReleaseNotes: Updated changelog and release notes for 9.0.2 ( #51507 )
2022-06-28 16:04:38 +01:00
Timur Olzhabayev
7c886fb6f9
Frontend Logging: Integrate grafana javascript agent ( #50801 )
...
Add Grafana Javascript Agent integration to Grafana
2022-06-28 03:25:30 -04:00
Timur Olzhabayev
cb17f91ab5
Updating migration docs and adding hint about polystat panel ( #51367 )
2022-06-27 09:43:35 +02:00
Joey Tawadrous
6b407f7265
Update metrics ( #51117 )
2022-06-24 10:19:26 +01:00
Jguer
4d2c293575
Docs: Add team sync specifics ( #51254 )
2022-06-22 14:57:06 +00:00
Ieva
d4acc8b7d3
fix broken links ( #51224 )
2022-06-22 10:34:48 +03:00
Christopher Moyer
2df04582ce
Docs: fixes setup relrefs ( #51178 )
...
* fixes setup relrefs
* Update docs/sources/setup-grafana/configure-security/configure-authentication/enhanced_ldap.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/_index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-06-21 10:46:46 -07:00
Grot (@grafanabot)
8211d7c787
ReleaseNotes: Updated changelog and release notes for 9.0.1 ( #51192 )
2022-06-21 17:42:38 +00:00
Sam Jewell
53714282cd
Deep link to more detailed rate-interval docs ( #43422 )
...
This felt like a more useful docs link to me
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
2022-06-21 15:28:55 +00:00
brendamuir
8930bc9042
Docs: new version of landing page for Alerting ( #51166 )
...
* Docs: new version of landing page for Alerting
* deletes about topic and adds alias
* Update docs/sources/alerting/_index.md
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2022-06-21 16:21:54 +02:00
kiwi-oss
1b091454ec
Fix query parameter template variable ( #50023 )
...
As documented under [Advanced variable format options – Query parameters](https://grafana.com/docs/grafana/latest/variables/advanced-variable-format-options/#query-parameters ), the option is `queryparam`, not `queryparams`.
I have verified in Grafana 8.5.3 that the former works while the latter doesn't.
2022-06-21 15:41:41 +02:00
Alexandre de Verteuil
746f664a75
Minor edits in whats-new-in-v9-0 ( #51159 )
...
Grammar, punctuation, syntax edits.
2022-06-21 15:07:08 +02:00
George Robinson
624a3240f0
Alerting: Update docs for images in notifications ( #50760 )
2022-06-21 13:24:48 +02:00
Armand Grillet
9aa440d7d4
Clarify alerting opt-out docs ( #51144 )
...
* Clarify alerting opt-out docs
* Update docs/sources/alerting/migrating-alerts/opt-out.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/migrating-alerts/opt-out.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/migrating-alerts/opt-out.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/migrating-alerts/opt-out.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-06-21 04:33:58 -04:00
brendamuir
694fd1c37b
Docs: fixes manage alerting topic ( #51100 )
2022-06-20 13:24:22 +02:00
Joe Blubaugh
6ffac76520
Alerting: Add Documentation about limits of images in notifications. ( #51084 )
...
Because some contact points only support a single image, and the order
of alerts sent to a contact point is not guaranteed, which alert rule's
image is attached to a notification can change from alert to alert. This
documents that behavior.
2022-06-20 14:01:16 +08:00
Garrett Guillotte
ef26c39cbd
Docs: Fix Admin docs relrefs ( #51060 )
...
* Fix relrefs in CLI docs
* Fix relrefs in licensing docs
* Fix relrefs in AWS licensing docs
* Fix RBAC relrefs
* Fix Enterprise relrefs
* Fix data source management relrefs
* Fix server/org user management relrefs
* Remove redundant force-user-logout doc
* Fix add/remove user from org relrefs
* Fix user management relrefs
* Fix user management relrefs
* Fix link text typos
* Fix and add stats and license relrefs
* Fix index page relrefs
* Fix developer docs plugin relref to admin plugins doc
* Update docs/sources/administration/enterprise-licensing/activate-aws-marketplace-license/_index.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Fix provisioning relrefs
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
2022-06-17 15:03:26 -07:00
George Robinson
5736a3c59e
Alerting: Docs on how to template annotations and labels ( #51024 )
2022-06-17 18:30:33 +01:00
Matthew Jacobson
5dee2ed24c
Alerting: Add first Grafana reserved label grafana_folder ( #50262 )
...
* Alerting: Add first Grafana reserved label g_label
g_label holds the title of the folder container the alert. The intention of this label
is to use it as part of the new default notification policy groupBy.
* Add nil check on updateRule labels map
* Disable gocyclo lint on schedule.ruleRoutine
will remove later in a separate refactoring PR to reduce complexity.
* Address doc suggestions
* Update g_folder for rules in folder when folder title changes
* Remove global bus in FolderService
* Modify tests to fit new common g_folder label
* Add changelog entry
* Fix merge conflicts
* Switch GrafanaReservedLabelPrefix from `g_` to `grafana_`
2022-06-17 13:10:49 -04:00
Artur Wierzbicki
14f8e18978
fix broken link ( #51040 )
2022-06-17 08:32:55 -07:00
Christopher Moyer
204e9754da
adds video ( #50964 )
2022-06-17 08:57:27 -05:00
Torkel Ödegaard
c6ab87008a
Dashboard: Remove super old prop that has not been used in years ( #50826 )
2022-06-17 14:55:35 +02:00
Alexander Weaver
8745fadb2d
Docs: Remove alpha sentence from Alertmanager data source ( #50978 )
2022-06-17 12:07:44 +02:00
brendamuir
033654f93f
Docs: fixes redirect from unified alerting ( #51012 )
...
* Docs: fixes redirect from unified alerting
* fixes mimir alerting rule redirect
* fixes mimir alerting rule redirect
* adds slash to redirect
2022-06-17 11:42:36 +02:00
George Robinson
8c01f28285
Docs: How to template annotations and labels ( #50972 )
2022-06-17 10:37:43 +01:00
Garrett Guillotte
845cebdee2
Docs: Refactor administration docs ( #50592 )
...
* Move data source management to administration
* Move RBAC to administration
* Move team management up a docs org level
* Combine and rename admin preferences docs
* Move plugin management to administration
* Combine plugin management docs
* Combine API key docs
* Combine service account docs
* Combine server user management docs
* Move datasource management to administration
* Move enterprise licenses to administration
* Move CLI out of admin, update links to admin
* Merge org user management docs
* Restructure to Torkel's plan
* Fix typo
* Weigh admin topics for navigation
* Weigh administration topics and align to Torkel's plan
* Move server user management from server admin to admin/user management
* Move configure docker image to setup guide
* Move the remaining server admin docs to the root admin directory
* Reweight docker config
2022-06-16 21:09:16 +02:00
Artur Wierzbicki
b2852205a0
Previews: update documentation for enterprise setup ( #50950 )
...
* add `enable service accounts` step
* add `enable service accounts` step
2022-06-16 16:38:18 +02:00
brendamuir
7deb7258ba
Docs: adds video content to Grafana Alerting ( #50929 )
...
* Docs: adds video content to grafana alerting
* adds create alerts to managed rule page
2022-06-16 16:11:38 +02:00
Jack Baldry
d0808bdafb
Add redirects for indexed alerting pages ( #50918 )
...
Co-authored-by: Brenda Muir <brenda.muir@grafana.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Brenda Muir <brenda.muir@grafana.com>
2022-06-16 10:32:40 +02:00
Christopher Moyer
da731a38cc
Docs: updates auth alias to fix redirect 404 ( #50892 )
...
* updates auth alias
* Update docs/sources/setup-grafana/configure-security/configure-authentication/_index.md
2022-06-15 12:25:58 -05:00
Kristin Laemmert
a33a023629
backend: add PlaylistUIDs to Playlist; remove playlist IDs from API ( #49609 )
...
* backend/api: refactor PlaylistId to PlaylistUid
* Add org_id to Get and Update playlist functions
Fix migration - no longer pad the uid; fix mysql syntax
The relevant tests are passing using postgres, mysql and the default sqllite backends, but there are a number of other failing tests when using postgres and myself so I'm not entirely confident with those results.
* fix bad query in GetPlaylistItem and add a test that would have caught the mistake in the first place. Reverted the playlist_uid column addition in playlist_item; it became unnecessary after this PR.
Added default value to the new UID column based on PR feedback.
* break this PRs migration into its own function
* Playlists: Update UI to use the updated API
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2022-06-14 15:32:52 -04:00
Fiona Artiaga
39b467b46d
Remove beta note ( #50824 )
...
* Remove beta note
Remove manually added Beta note.
* Remove beta
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2022-06-14 20:33:00 +02:00
Grot (@grafanabot)
2dd784852c
ReleaseNotes: Updated changelog and release notes for 8.5.6 ( #50807 )
2022-06-14 16:03:44 +00:00
Grot (@grafanabot)
0f91864227
ReleaseNotes: Updated changelog and release notes for 9.0.0 ( #50794 )
...
* ReleaseNotes: Updated changelog and release notes for 9.0.0
* Update CHANGELOG.md
* Update release-notes-9-0-0.md
Co-authored-by: Dimitris Sotirakis <sotirakis.dim@gmail.com>
2022-06-14 17:34:50 +03:00
Alexander Emelin
d1bcd1c7c8
Docs: update panel title search information ( #50450 )
2022-06-14 17:08:16 +03:00
Joan López de la Franca Beltran
fcf6b29987
Docs: Add envelope encryption as breaking change ( #50716 )
...
* Docs: Add envelope encryption as breaking change
* Minor improvements
* Apply suggestions from code review
Co-authored-by: Tania <yalyna.ts@gmail.com>
2022-06-14 10:04:21 +02:00
Ashley Harrison
27e3e79661
Docs: Update documentation now create functionality has moved ( #50663 )
...
* Update documentation now + button functionality has moved
* Updates following comments
2022-06-13 15:23:53 +01:00
Jack Baldry
4cc3bc37a0
Use more relevant links to legacy alerting documentation ( #50607 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-06-13 16:14:32 +02:00
Eric Leijonmarck
2abb6a461f
Docs: updated CSRF additional headers ( #50589 )
...
* Docs: updated CSRF additional headers
* Update docs/sources/setup-grafana/configure-security/configure-authentication/saml.md
Co-authored-by: heoelri <heoelri@users.noreply.github.com>
* update to include referer
* Update docs/sources/setup-grafana/configure-security/configure-authentication/saml.md
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Co-authored-by: heoelri <heoelri@users.noreply.github.com>
2022-06-13 11:13:29 +02:00
Mark B
0a815a7777
typo fix ( #50554 )
2022-06-13 10:18:33 +02:00
Ivana Huckova
0ddb3b7521
Query history: Add swagger definitions ( #50498 )
...
* Query history: Add swagger definitions
* Update
* Remove changes in generated files
* Generate api files
* Add query history into api docs
* Add examples for commands
* Add missing parameters
* Generate api-spec and api-merged
* Fix linting
* Fix showing of example of queries
* Revert "Fix showing of example of queries"
This reverts commit b1eb073fbe
.
* Update
* Update
2022-06-13 09:47:40 +02:00
Ieva
336c9fd513
doc fix ( #50624 )
2022-06-10 17:10:50 +02:00
Jean-Philippe Quéméner
862f51216b
Alerting: improve provisioning docs ( #50347 )
...
* Alerting: improve provisioning docs
* add new provisioning page
* add api docs
* fix formatting and add better descriptions
* fix typo
2022-06-10 16:25:15 +02:00
George Robinson
06da129210
Docs: Add paragraph about rolling back to opt-out ( #50583 )
2022-06-10 11:19:20 +01:00
brendamuir
c8914ecd8a
Docs: Fixes typos and adds enterprise note ( #50564 )
...
* Fixes typos and space errors
* Docs: adds note for enterprise users
* Run yarn prettier:write
Co-authored-by: Armand Grillet <armand.grillet@outlook.com>
2022-06-10 11:27:08 +02:00
brendamuir
7e2870b7bb
Docs: Updates Grafana Alerting upgrade topics ( #50533 )
...
* Updates Grafana Alerting upgrade topics
* Run yarn prettier:write
Co-authored-by: Armand Grillet <armand.grillet@outlook.com>
2022-06-09 20:12:41 +02:00
Joey Tawadrous
4ed7ff2ed1
Traces: APM table ( #48654 )
...
* APM table
* Remove unnecessary changes in Explore.tsx
* Enhancements
* Show empty table if filter returns no results for table
* Error checking
* Combine extra filter options
* Convert service map query to apm query for apm requests
* Simplify links
* Better query building
* Extract method and clean up
* Upgrade filter
* Self review
* Export method
* Update test
* Switch area-chart to lcd-gauge
* Remove AreaChartCell
* Colors, units and other UI upgrades
* Remove 2 queries and reuse existing queries
* Nested observables
* rate/error rate/duration links: open new pane with range query and exemplars turned on
* Align error rate values to rate values col according to span_name
* Rearrange code
* Several improvements
* Filter by span_name
* align the table col values to the same row name (rateName) across the table
* On click tempo link filter by span_name
* Filtering updates
* Ensure serviceQuery null is ok
* Update link expr
* Update duration p90 unit
* Tempo links case
* Update tests
* Self review
* Tests
* Empty state
* Remove some code
* Test: should build expr correctly
* Test: should build link expr correctly
* Test: should get rate aligned values correctly
* Test: should make apm request correctly
* Test: should make tempo link correctly
* Move apm table tests to its own describe
* Feature toggle
* Added to docs for APM table
* Add screenshot to APM table section in docs
* Add feature toggle to test
* Split queries and make method names clearer
* Doc changes
* Add back in config import removed by merge
* Update tempo link and tests
* Update filter
* Set field filterable: false
* Updated doc
* Remove @end from queries
* Add back in tempo link
2022-06-09 17:56:15 +01:00
Grot (@grafanabot)
a6943cb399
ReleaseNotes: Updated changelog and release notes for 9.0.0-beta2 ( #50398 )
...
* ReleaseNotes: Updated changelog and release notes for 9.0.0-beta2
* fixing duplicate beta2 link
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
2022-06-09 15:37:27 +02:00
Timur Olzhabayev
cd01eb541a
Updating migration docs to include most relevant breaking changes ( #50356 )
2022-06-09 14:37:01 +02:00
Gabriel MABILLE
840a442796
RBAC: Rename alerting roles to match naming convention ( #50504 )
2022-06-09 14:29:27 +02:00
George Robinson
9d537efb48
Docs: Images in Notifications ( #50425 )
2022-06-09 12:38:20 +02:00
Ieva
7e59fd3ecf
Docs: extend RBAC breaking changes ( #50495 )
...
* extend RBAC breaking changes
* Update docs/sources/whatsnew/whats-new-in-v9-0.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-06-09 12:11:04 +02:00
Gilles De Mey
8318876b34
Docs: Remove deprecated inactive state filter ( #50492 )
2022-06-09 11:41:16 +02:00
Eric Leijonmarck
52deb821d6
Docs: fix authsaml to security ( #50478 )
...
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2022-06-09 08:11:12 +00:00
Yuriy Tseretyan
54fa04263b
Alerting: Add RBAC actions and role for provisioning API routes ( #50459 )
...
* add alert provisioning actions and role
* linter
2022-06-09 09:18:57 +02:00
Eric Leijonmarck
b5615a1a18
Docs: CSRF add configuration options and documentation for additional headers and origins ( #50473 )
...
* added troubleshooting for "origin not allowed" messages
* include in configuration.ini
* moved doc to security
* removed enterprise congiruation
* Update conf/sample.ini
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2022-06-09 09:13:08 +02:00
Sriram
aace6a95f0
Docs: Fix release notes formatting issues in 9.0.0-beta.3 ( #50410 )
2022-06-08 14:31:56 +01:00
Gilles De Mey
4c8c8e9741
docs: rewrite new alert list panel docs ( #50406 )
...
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-06-08 15:23:16 +02:00
Andrej Ocenas
fee0b9d1f2
Docs: Fix Prometheus query editor Legend docs ( #50312 )
...
* Update docs for label
* Fix wording
* Fix typo
2022-06-08 15:08:00 +02:00
Artur Wierzbicki
58a783c0e4
Previews: improve docs phrasing ( #50405 )
2022-06-08 13:50:59 +02:00
brendamuir
008ad463fd
Docs: Fixes Grafana Alerting in whats new ( #50409 )
2022-06-08 13:49:49 +02:00
brendamuir
e0e76f0252
Fixes term Grafana Alerting ( #50404 )
2022-06-08 13:35:37 +02:00
Alex Khomenko
35ba4a6ac1
Reporting: Update documentation and screenshots with v9 changes ( #50072 )
...
* Reporting: Update docs
* Update screenshots
* Update docs/sources/enterprise/reporting.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* reporting docs copy edits
reformat reporting docs, slightly correct multiple dashboard rendering doc
* Format
* Format[2]
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
2022-06-08 12:53:24 +02:00
George Robinson
6e3d58d779
Improve docs for values in custom annotations and labels ( #50346 )
2022-06-08 10:39:21 +01:00
Gilles De Mey
689f349cda
Docs: add note on alerting limitation for being an alert receiver ( #50331 )
...
Co-authored-by: gotjosh <josue.abreu@gmail.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-06-08 10:42:43 +02:00
Grot (@grafanabot)
5f65edff28
ReleaseNotes: Updated changelog and release notes for 8.5.5 ( #50340 )
2022-06-07 13:00:16 -03:00
Gabriel MABILLE
f54adf6c22
RBAC: docs, update alerting.rules write permission ( #50304 )
2022-06-07 16:25:27 +02:00
Grot (@grafanabot)
32a8af59d6
ReleaseNotes: Updated changelog and release notes for 9.0.0-beta3 ( #50317 )
2022-06-07 10:28:24 -03:00
Connor Lindsey
f9ddb8bf86
Explore: Download and upload service graphs for Tempo ( #50260 )
...
* Download service graph from inspect data tab
* Upload service graph
* Fix tests
2022-06-07 06:37:19 -06:00
Gábor Farkas
19df6d52b7
docs: describe cookie handling in backend data source plugins ( #49986 )
...
* docs: describe cookie handling in backend data source plugins
* adjusted text
2022-06-07 12:58:46 +02:00
Agnès Toulet
3df7ee81f3
Docs: update license restrictions ( #49334 )
...
* Docs: update license restrictions
* apply review feedback
* remove initial description of two license types
Clean up tiered licensing copy and keep it all in one deprecated section, refer to old docs if user wants to learn more.
* fix linting issues
* update title
* fix config url
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
2022-06-07 11:39:01 +02:00
George Robinson
2e1827127d
Fix Whats New docs for images in notifications ( #50250 )
2022-06-07 11:28:12 +02:00
Erik Sundell
5932a22996
CloudWatch: Dynamic label documentation ( #49463 )
...
* dynamic label documentation
* Update docs/sources/datasources/aws-cloudwatch/_index.md
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/aws-cloudwatch/_index.md
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
* formatting
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
2022-06-07 11:08:12 +02:00
Ivana Huckova
9f6afb3475
Prometheus, Loki: Update run queries button ( #50005 )
...
* Prometheus, Loki: Updare run queries button
* Update docs
* Update docs
2022-06-07 09:57:56 +02:00
Artur Wierzbicki
fac8db8ff6
Previews: update docs for the new search layout ( #50130 )
...
* #44449 : update docs, remove the mention of `Show previews` toggle
* #44449 : remove formatting of `grid`
* #44449 : review
* review https://github.com/grafana/grafana/pull/50130#discussion_r888449621
2022-06-06 11:09:16 +04:00
Marcus Efraimsson
36c3398c6d
Datasource: Remove support for unencrypted passwords ( #49987 )
...
* Datasource: Remove support for unencrypted passwords
* regenerate swagger
* [WIP] Remove references to datasource password and basic auth password fields (#50015 )
* try delete moar tings
* delete provisioning stuff
* remove from yaml
* update snapshots
* remove lingering snapshot fields
* fix ds http settings
* Re-generate swagger and fix swagger-api-spec make target
Co-authored-by: Will Browne <will.browne@grafana.com>
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
2022-06-03 17:38:22 +02:00
Yaelle Chaudy
bcf8320e07
Cloudwatch: Add template variable query function for listing log groups ( #50100 )
...
* cloud-datasources mob! :shipit:
* cloud-datasources mob! :shipit:
lastFile:public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.tsx
* mob next [ci-skip] [ci skip] [skip ci]
lastFile:public/app/plugins/datasource/cloudwatch/variables.ts
* cloud-datasources mob! 👶
lastFile:public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.test.tsx
* cloud-datasources mob! 👶
lastFile:public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.test.tsx
* mob next [ci-skip] [ci skip] [skip ci]
lastFile:public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.test.tsx
* cloud-datasources mob! :shipit:
lastFile:public/app/plugins/datasource/cloudwatch/variables.test.ts
* cloud-datasources mob! ☕
* prettier md
Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com>
Co-authored-by: Andres <andres.martinez@grafana.com>
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com>
Co-authored-by: Adam Simpson <adam@adamsimpson.net>
2022-06-03 09:26:57 +02:00
Jesse Weaver
d3c6c2ed94
Docs: Add documentation for reporting.enabled config option ( #46606 )
...
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
2022-06-02 16:52:32 -05:00
Christopher Moyer
a568d421f8
Docs: Setup refactor ( #49739 )
...
* builds out refactored setup topics
* Automatically fix some relrefs with mv-manager
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Use refs for tutorials content which is outside of this repository
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Manually fix complicated relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* consolidates team sync and db encryption topics
* Fix relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* updates setup index file
* Convert TOML to YAML
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Add current alias for new alerting content
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Add current aliases to new setup-grafana and configure-security pages
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* moves saml docs, updates order in TOC
* Manually fix relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* added usage insights topics, adjusted weights
* corrected relrefs
* Fix relrefs broken in rebase
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-06-02 11:57:22 -05:00
Joe Blubaugh
8ad1f4f9be
Add a section to the alerting documents for performance considerations ( #49663 )
...
This change adds documentation about how the configuration of Grafana
Alerting affects the performance of the Grafana backend, and how to
control the load that Grafana Alerting generates.
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-06-02 20:55:45 +08:00
Ieva
5dbea9996b
RBAC: Make RBAC action names more consistent ( #49730 )
...
* update action names
* correctly retrieve teams for signed in user
* remove test
* undo swagger changes
* undo swagger changes pt2
* add migration from old action names to the new ones
* rename from list to read
* linting
* also update alertign actions
* fix migration
2022-06-02 13:14:48 +01:00
idafurjes
24c6a73095
Tracing: Deprecate opentracing ( #50058 )
...
* Deprecate opentracing
* Fix comment
* Adjust comment
* Fix docs for opentelemetry
* Add deprecated to sample.ini
2022-06-02 14:13:00 +02:00
Connor Lindsey
3fff17af63
Tempo: Consider tempo search out of beta and remove beta badge and feature flags ( #50030 )
...
* Tempo: Remove beta notice and feature flag for search
* remove unused imports
2022-06-01 11:32:10 -06:00
Christopher Moyer
1e3e9f3c68
Docs: intro docs refactor ( #49545 )
...
* intro docs refactor
* adds content to the index file; incorporates feedback
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix alerting opt out relref
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
* Convert front matter to YAML and add current aliases
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2022-06-01 12:00:53 -05:00
Will Browne
abfc711c53
Plugins: Remove deprecated /api/tsdb/query metrics endpoint ( #49916 )
...
* remove /api/tsdb/query
* revert changes to alert rules
* regenerate spec based on 9.0.x
2022-06-01 13:05:15 +02:00
Emil Tullstedt
39096208ed
Settings: Sunset non-duration based login lifetime config ( #49944 )
2022-06-01 12:29:15 +02:00
Kaviraj Kanagaraj
4b1c4f7240
doc(Logs): Add clarification note about full range histogram in Loki ( #49143 )
...
* doc(Logs): Add clarification note about full range histogram in Loki
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
* Update logs-integration.md
* Update docs/sources/explore/logs-integration.md
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com>
* Fix linting
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com>
Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com>
2022-06-01 11:27:33 +02:00
Grot (@grafanabot)
1e4ebf876b
ReleaseNotes: Updated changelog and release notes for 9.0.0-beta2 ( #49960 )
2022-05-31 15:51:03 -03:00
Grot (@grafanabot)
3e04dcb72c
ReleaseNotes: Updated changelog and release notes for 8.5.4 ( #49954 )
2022-05-31 14:31:29 -03:00
Marcus Efraimsson
b03657b0e0
Datasource: Remove deprecated max_idle_connections_per_host setting ( #49948 )
2022-05-31 18:19:12 +02:00
Marcus Efraimsson
a7813275a5
Plugins: Support headers field for check health ( #49930 )
2022-05-31 17:58:06 +02:00
Jack Baldry
e82784bff0
Use ref links for external content ( #49786 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-05-31 09:35:52 -05:00
Andres Martinez Gotor
aceb218157
AzureMonitor: Document maximum returned records for Resource Graph ( #49801 )
2022-05-30 15:49:42 +02:00
Jack Baldry
0a23299878
Fix typo in curl command ( #46729 )
...
* Fix typo in curl command
Co-authored-by: eleijonmarck <eric.leijonmarck@gmail.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix typo in another curl command
Co-authored-by: eleijonmarck <eric.leijonmarck@gmail.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: eleijonmarck <eric.leijonmarck@gmail.com>
2022-05-30 14:02:04 +02:00
JitaC
1970c9020a
Docs: Update create alerting rules topics ( #49764 )
...
* Updated topic on Grafana managed rule.
* Updated loki and mimir rules and recording rules topics
* Checkin changes.
* Fixed typo
2022-05-27 22:29:59 -04:00
JitaC
f5a3ac855d
Docs: Refactor contact points section of alerting docs ( #49758 )
...
* Initial commit
* weight adjustments
* Checkin changes.
2022-05-27 13:37:37 -04:00
Christopher Moyer
0f40d2a79d
Docs/fixes relrefs ( #49754 )
...
* fixes http-api link
* removes old saml docs
* fixes broken links to enterprise docs landing page
2022-05-27 08:55:43 -05:00
Christopher Moyer
8c84d62e3d
Docs: combines all SAML topics into one topic ( #49443 )
...
* combines all SAML topics
* resolves merge conflicts
* makes prettier
2022-05-27 07:42:51 -05:00
Jack Baldry
b84294dd27
Convert TOML front matter to YAML ( #49690 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-05-26 11:06:25 -04:00
Todd Treece
1308e28d8b
Docs: Document Prometheus NaN breaking change ( #49688 )
2022-05-26 09:32:04 -04:00
Todd Treece
668625aaeb
Docs: Fix duplicate text in What’s new in Grafana v9.0 ( #49699 )
2022-05-26 15:30:47 +02:00
Eric Leijonmarck
d8d7b3ec9d
refactoring: saml ( #48114 )
...
Co-authored-by: Vardan Torosyan <vardants@gmail.com>
2022-05-26 10:28:08 +02:00
JitaC
a968a43e0c
Docs: Move alert rule section to alerting fundamentals section ( #49657 )
...
* initial commit
* Added links to alert rules, and fixes one broken alerting relref.
2022-05-25 18:53:05 -04:00
JitaC
b5d48d217a
Docs: Created separate section for migration under alerting ( #49616 )
...
* Lots of changes, including new topic, also fixed all alerting relrefs
* Push stashed change.
* Updated content to reflect that Grafana alerting is enabled during upgrade.
* Fix typo
* Update docs/sources/alerting/migrating-alerts/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Checkin changes.
* Updates from Chris's review.
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-05-25 17:50:20 -04:00
Garrett Guillotte
3ecee06630
Docs: Identify which Grafana editions are relevant to each Enterprise doc ( #49207 )
...
* Add section to Ent docs index re: Cloud features
* Add and update notes identifying Enterprise and Cloud features
* Address feedback
2022-05-25 12:31:49 -07:00
JitaC
1d7d8bbf96
Updated document with Michelle Tan's comments ( #49648 )
2022-05-25 15:07:50 -04:00
Connor Lindsey
caa49f8d14
Explore: Add ability to include tags in trace to metrics queries ( #49433 )
...
* Add tags input
* Tracing: add ability to include tags in trace to metrics queries
2022-05-25 11:19:37 -06:00
Dan Cech
f40248a06d
fix broken alias due to #48635 ( #49623 )
2022-05-25 11:36:56 -04:00
Christopher Moyer
c149e0ac39
Docs: get started updates ( #49351 )
...
* adjusts topic titles and file names
* adjusts weight
* corrects typo
* publishes sql server topic
* adjusts topic titles, heading size
2022-05-25 08:19:36 -05:00