Grot (@grafanabot)
887cde9b0d
adds section shortcode, adjust topic titles ( #55000 ) ( #55002 )
...
(cherry picked from commit b6237a43e6 )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-09-13 09:23:46 -05:00
Grot (@grafanabot)
714925777a
ReleaseNotes: Updated changelog and release notes for 9.1.5 ( #55091 ) ( #55093 )
...
(cherry picked from commit 4ff5fe718b )
2022-09-13 09:22:32 -04:00
Christopher Moyer
fb0eb5ed60
Docs/refactors variables topics ( #54470 ) ( #54995 )
...
* refactor and partial relref fix
* finishes variables refactor
* Update docs/sources/variables/add-template-variables/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* removes duplicate general options, adds links to general options within tasks
* adds configure variable selection options topic
* starts phase II of refactoring
* incorporates feedback, updates relrefs
* corrects final relrefs
* updates alias
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
(cherry picked from commit 7147d17567 )
2022-09-09 13:15:04 -05:00
Grot (@grafanabot)
c4afe31c8e
ReleaseNotes: Updated changelog and release notes for 9.1.4 ( #54987 ) ( #54989 )
...
(cherry picked from commit 1a285d2d0e )
2022-09-09 17:00:24 +02:00
Grot (@grafanabot)
3cb113d02a
Docs: moves reporting docs per customer request ( #54591 ) ( #54911 )
...
* moves reporting docs per customer request
* corrects relrefs
* adjusts link and menutitle
* corrects typo
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
(cherry picked from commit e15c8cf535 )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-09-08 09:09:38 -05:00
Grot (@grafanabot)
1bf8c8563d
Alerting: Sanitize invalid label/annotation names for external alertmanagers ( #54537 ) ( #54859 )
...
* Alerting: Sanitize invalid label/annotation names for external alertmanagers
Grafana's built-in Alertmanager supports both Unicode label keys and values; however, if using an external
Prometheus Alertmanager label keys must be compatible with their data model.
This means label keys must only contain ASCII letters, numbers, as well as underscores and match the regex
`[a-zA-Z_][a-zA-Z0-9_]*`.
Any invalid characters will now be removed or replaced by the Grafana alerting engine before being sent to
the external Alertmanager according to the following rules:
- `Whitespace` will be removed.
- `ASCII characters` will be replaced with `_`.
- `All other characters` will be replaced with their lower-case hex representation.
* Prefix hex replacements with `0x`
* Refactor for clarity
* Apply suggestions from code review
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
(cherry picked from commit 940d18ad57 )
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com >
2022-09-07 11:52:00 -04:00
Grot (@grafanabot)
456d785f2f
ReleaseNotes: Updated changelog and release notes for 9.1.3 ( #54759 ) ( #54762 )
...
(cherry picked from commit fe848e93b3 )
2022-09-06 07:01:43 -04:00
Jo
4f924a9b97
Add JWT url auth documentation ( #54040 ) ( #54689 )
...
* add jwt auth docs
* add appropriate warnings to docs
* remove unimplemented login_token assumptions
* Update conf/sample.ini
(cherry picked from commit 4952b7f22d )
2022-09-05 04:05:01 -04:00
Kim Nylander
6da550f736
[Doc][Tempo] Backport 54120 to v9.1.x ( #54675 )
...
* [Doc] Fix broken link in Tempo doc (#54120 )
* Fix broken link
* Update docs/sources/datasources/tempo.md
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com >
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com >
(cherry picked from commit fe87ffdda0 )
# Conflicts:
# docs/sources/datasources/tempo.md
* Fixed conflicts from merge
2022-09-02 15:16:49 -05:00
Grot (@grafanabot)
563b445185
[DOC] Add APM changes and fix links ( #53986 ) ( #54672 )
...
* Add APM changes and fix links
* Apply suggestions from code review
* Update docs/sources/datasources/tempo.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/explore/trace-integration.md
* Prettier update
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
(cherry picked from commit 45b65cc6c9 )
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
2022-09-02 14:54:32 -05:00
Grot (@grafanabot)
c64cecda0c
[Doc] Added link to APM dashboard doc for Service graph Tempo data source doc ( #53491 ) ( #54406 )
...
* Added link to APM dashboard doc
* Apply suggestions from code review
(cherry picked from commit 101c087fc7 )
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
2022-09-02 13:25:27 -05:00
Grot (@grafanabot)
019a200107
refactors usage insights topics ( #54497 ) ( #54583 )
...
(cherry picked from commit ac12b6d7ff )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-09-01 08:58:55 -05:00
Grot (@grafanabot)
1080729433
adds video ( #54545 ) ( #54581 )
...
(cherry picked from commit 8a23b1fd4f )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-09-01 08:45:38 -05:00
Grot (@grafanabot)
fc4bab2463
moves time series up, fixes random relrefs ( #54477 ) ( #54539 )
...
(cherry picked from commit e64009fa88 )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-08-31 10:27:15 -05:00
Grot (@grafanabot)
54356ac5b3
Grafana Backend: Establish a database version support policy. ( #54374 ) ( #54506 )
...
As stated in the documentation, Grafana will support the versions of our backend database options that are supported by their projects at the time that a Grafana release is issued.
(cherry picked from commit 56369457d4 )
Co-authored-by: Joe Blubaugh <joe.blubaugh@grafana.com >
2022-08-31 10:12:56 +08:00
Joan López de la Franca Beltran
ba4dc6e77b
ReleaseNotes: Updated changelog and release notes for 8.3.11, 8.4.11, 8.5.11 and 9.0.8 ( #54493 ) ( #54498 )
...
* ReleaseNotes: Updated changelog and release notes for 8.3.11, 8.4.11, 8.5.11 and 9.0.8 (#54493 )
Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com >
(cherry picked from commit 3a9a145ef7 )
Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com >
2022-08-30 21:31:36 +02:00
Grot (@grafanabot)
af18359063
ReleaseNotes: Updated changelog and release notes for 9.1.2 ( #54481 ) ( #54483 )
...
(cherry picked from commit ab959f9305 )
2022-08-30 13:40:01 -04:00
Grot (@grafanabot)
6b805aaac5
removes previously refactored content ( #54416 ) ( #54471 )
...
(cherry picked from commit dc2616f833 )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-08-30 11:52:45 -05:00
Grot (@grafanabot)
f5a4e9232f
Fix admonition ( #54408 ) ( #54412 )
...
(cherry picked from commit fcea9ac913 )
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com >
2022-08-29 15:45:54 -05:00
Ryan McKinley
344b2ef0bb
Docs: add geomap index ( #54410 )
2022-08-29 13:15:39 -07:00
Christopher Moyer
a108cc4db9
Docs/refactors manage dashboard topics ( #54178 ) ( #54248 )
...
* makes prettier
* refactors manage dashboard topics
* Apply suggestions from code review
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* incorporates review feedback
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
(cherry picked from commit 948452034e )
2022-08-26 12:47:53 -05:00
Christopher Moyer
3555aa8abb
Docs: refactors and copy edits share dashboard topics ( #53972 ) ( #54229 )
...
* refactors and copy edits share dashboard topics
* fixes typo
* incorporates feedback
* completes splitting out reporting and playlists
(cherry picked from commit ca3296da34 )
2022-08-26 12:47:39 -05:00
Christopher Moyer
699be1eea8
docs: refactors field value overrides topics ( #53849 ) ( #54098 )
...
* refactors field value overrides topics
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels/configure-overrides/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* makes prettier
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
(cherry picked from commit 657e1683d2 )
2022-08-26 12:47:28 -05:00
Grot (@grafanabot)
b7864b3db1
Docs/adds cloud support disclaimer ( #54150 ) ( #54252 )
...
* adds cloud support disclaimer to three sections
* starts add cloud disclaimer
* adds disclaimer to JWT and Org sections
* adds final Cloud disclaimer to the Loki data source
(cherry picked from commit 3f0636083d )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-08-25 13:06:54 -05:00
Grot (@grafanabot)
e059708aed
AzureMonitor: Added ARG query function for template variables ( #53059 ) ( #54204 )
...
* Added ARG query functionfor template variables
* removed unused import
* Tweak tests
* Fix tests
* Renamed query function - added 'Azure'
* Revert "Renamed query function - added 'Azure'"
This reverts commit a046bcdd7c .
* Adressed comments
* Fix uncaught error issue
* revert last commit
* Add back errorMessage check
(cherry picked from commit d0d6562f63 )
Co-authored-by: Yaelle Chaudy <42030685+yaelleC@users.noreply.github.com >
2022-08-25 10:25:02 +02:00
Torkel Ödegaard
6acfbeeaac
Docs: Backport 53530 to v9.1.x ( #54106 )
2022-08-23 18:44:13 +02:00
Grot (@grafanabot)
a95c46e6f1
ReleaseNotes: Updated changelog and release notes for 9.1.1 ( #54103 ) ( #54105 )
...
(cherry picked from commit 2eec035c13 )
2022-08-23 12:04:38 -04:00
Christopher Moyer
fa506b8327
docs: corrects broken relrefs ( #54061 ) ( #54097 )
...
* corrects broken relrefs
* Apply suggestions from code review
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
(cherry picked from commit c29a2c37c1 )
2022-08-23 10:15:13 -05:00
Nathan Marrs
0d6d0ed9d0
Geomap: update the layer order in docs ( #53749 ) ( #54060 )
...
(cherry picked from commit 4ac87a3b3b )
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2022-08-22 13:40:21 -07:00
Christopher Moyer
9ece1844d9
refactors transformation topics ( #53984 ) ( #54059 )
...
* refactors transformation topics (#53984 )
(cherry picked from commit 666f84be57 )
* removes 9.2 inner join docs
2022-08-22 15:11:43 -05:00
Grot (@grafanabot)
0d949b40ba
Heatmap: update heatmap documentation ( #52756 ) ( #54057 )
...
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
(cherry picked from commit dcdf232882 )
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2022-08-22 12:35:48 -07:00
Grot (@grafanabot)
543211103c
Docs: Fix minor typo ( #53590 ) ( #54053 )
...
(cherry picked from commit ad501e770f )
Co-authored-by: ceh <emil@hessman.se >
2022-08-22 18:42:06 +02:00
Grot (@grafanabot)
3892a175f5
docs: refactors value mappings topics ( #53616 ) ( #54036 )
...
* starts copy edit
* completes refactor and copy edit
(cherry picked from commit 1da4aa25a8 )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-08-22 09:44:03 -05:00
Grot (@grafanabot)
516b1b7d6a
Cloud Monitoring: Support SLO burn rate ( #53710 ) ( #54001 )
...
(cherry picked from commit 2ff007b266 )
Co-authored-by: Takuya Kosugiyama <kuogsi@gmail.com >
2022-08-22 05:17:23 -04:00
Grot (@grafanabot)
f82b2fc716
shows example of how and where to enable public dashboards in config.ini ( #53904 ) ( #53912 )
...
(cherry picked from commit fb40b80141 )
Co-authored-by: owensmallwood <owen.smallwood@grafana.com >
2022-08-18 12:19:24 -06:00
Grot (@grafanabot)
d0d9f315c9
Fix file extension ( #53838 ) ( #53880 )
2022-08-18 05:27:47 -04:00
Grot (@grafanabot)
5a95003f9c
updates broken relrefs ( #53857 ) ( #53860 )
...
(cherry picked from commit 070393075a )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-08-17 15:36:14 -05:00
Grot (@grafanabot)
14707ad4b4
Legal: CLA formatting update ( #53853 ) ( #53855 )
...
* Formatting
* linter
(cherry picked from commit 59e638acb9 )
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
2022-08-17 14:47:13 -05:00
Grot (@grafanabot)
a0e7ded34f
fixes time-series relrefs ( #53851 ) ( #53854 )
...
(cherry picked from commit 5cbc579955 )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-08-17 14:37:54 -05:00
Grot (@grafanabot)
d83c62b939
Alerting: add docs for file provisioning ( #53101 ) ( #53848 )
...
(cherry picked from commit 2fef8e6f2c )
Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com >
2022-08-17 13:07:41 -04:00
Daniel Lee
0a71f0fc20
docs: manual backport for what's new for 9.1.0 ( #53842 )
...
* Docs: Add 9.1 to What's New index (#53545 )
* Docs: Add 9.1 to What's New index
* Docs: Update docs index What's New link
(cherry picked from commit 1f692d4020 )
* Docs: Fix link in What's New in 9.1 (#53259 )
(cherry picked from commit 25e546ad21 )
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
2022-08-17 18:17:11 +02:00
Grot (@grafanabot)
e6b6382629
ReleaseNotes: Updated changelog and release notes for 9.1.0 ( #53780 ) ( #53784 )
...
(cherry picked from commit 932d1b6650 )
2022-08-16 15:57:49 +02:00
Maria Alexandra
399bad4f72
[v9.1.x] Docs: Update dashboard documentation, including new search ( #53050 ) ( #53608 )
...
Co-authored-by: Chris Moyer <chris.moyer@grafana.com >
2022-08-11 11:40:41 -04:00
Grot (@grafanabot)
57e60ffed6
Transform: Add a limit transform ( #49291 ) ( #53536 )
...
* Add a limit transform
* Add a limit transform
* Simplify filter code
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
(cherry picked from commit 7d7890e23c )
Co-authored-by: Josiah (Jay) Goodson <josiah.goodson@gmail.com >
2022-08-10 07:34:54 -07:00
Grot (@grafanabot)
02675223ec
Alerting: Remove mention of host name from Alerting HA docs ( #53178 ) ( #53345 )
...
(cherry picked from commit 4090e122f8 )
Co-authored-by: Yuriy Tseretyan <yuriy.tseretyan@grafana.com >
2022-08-05 08:50:03 -04:00
Grot (@grafanabot)
83e062f4c8
Correlations: Add UpdateCorrelation HTTP API ( #52444 ) ( #53224 )
...
* Correlations: add UpdateCorrelation HTTP API
* handle correlation not found
* add tests
* fix lint errors
* add bad request to API spec
* change casing
* fix casing in docs
* fix tests
* update spec
(cherry picked from commit 09c4dbdb9f )
Co-authored-by: Giordano Ricci <me@giordanoricci.com >
2022-08-03 09:35:17 -04:00
Grot (@grafanabot)
f738dad97c
Docs: update Alerting configuration ( #53169 ) ( #53192 )
...
(cherry picked from commit edbaaf495b )
Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com >
2022-08-03 10:25:23 +01:00
Garrett Guillotte
0015826410
[v9.1.x] Add What's New in Grafana v9.1 ( #53175 )
...
* Docs: Add What's New in v9.1 (#53066 )
* Docs: Add What's New in v9.1
* Update docs/sources/whatsnew/whats-new-in-v9-1.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com >
* Docs: Pass CI
* Update docs/sources/whatsnew/whats-new-in-v9-1.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/whatsnew/whats-new-in-v9-1.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/whatsnew/whats-new-in-v9-1.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/whatsnew/whats-new-in-v9-1.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/whatsnew/whats-new-in-v9-1.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/whatsnew/whats-new-in-v9-1.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/whatsnew/whats-new-in-v9-1.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Docs: Apply style and semantic linebreak suggestions to 9.1 what's new
* Docs: Pass CI
* Removed reference to AWS SM project that has been pulled from announcement
* Docs: Pass CI
* Docs: Pass CI
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com >
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
Co-authored-by: Tim Levett <tim.levett@grafana.com >
* Docs: Add 9.1 to What's New index
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com >
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
Co-authored-by: Tim Levett <tim.levett@grafana.com >
2022-08-02 13:02:53 -07:00
Grot (@grafanabot)
f4aed50192
Docs: Update explain section in Loki docs ( #53107 ) ( #53161 )
...
(cherry picked from commit c4ed5c4d4b )
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
2022-08-02 11:27:14 -04:00
Ieva
0c8785fe21
backport release notes ( #53160 )
...
Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com >
2022-08-02 11:23:09 -04:00