Sonia Aguilar
082c8ba7a0
Docs: Add step for custom labels in alert form ( #59027 )
2022-11-22 11:35:54 +01:00
linoman
f8f61c1a69
Auth: Add expiry date for service accounts access tokens ( #58885 )
...
* Add new configuration option for SA tokens
* Add new expiry date option to frontend components
* Add backend validation
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2022-11-22 10:08:40 +01:00
George Robinson
2f878acd9d
Alerting: Add Troubleshooting to Images in notifications docs ( #58955 )
2022-11-21 11:21:59 +00:00
Mitch Seaman
b0fc736e7a
Remove Annotations API version reference ( #57057 )
...
Remove minimum version reference in Annotations API docs, since docs are versioned and this feature has been released for years.
2022-11-21 10:07:59 +00:00
Sonia Aguilar
97bf3c1dca
Alerting: Move alert rule name to the top left in alert form ( #58579 )
...
* Move alert rule name to the top left in alert form, and add a placeholder
* Update docs
* Fix lint error
2022-11-21 09:11:02 +01:00
Christopher Moyer
8ac197b11c
Docs/removes admin screenshots ( #58994 )
...
* removes screenshots in the admin docs
* removes unneeded screenshot
2022-11-18 15:55:46 -06:00
Christopher Moyer
780efa5791
Docs: adds permission validation setting ( #58970 )
...
* adds permission validation setting
* Update docs/sources/administration/roles-and-permissions/access-control/configure-rbac/index.md
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
* makes prettier
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
2022-11-18 12:06:09 -06:00
Christopher Moyer
e7b5bd34bd
Docs: adjusts link to kms integration ( #58981 )
...
adjusts link to kms integration
2022-11-18 10:46:07 -06:00
George Robinson
4da97aef7d
Alerting: Fix metric in Images in Notifications docs ( #58954 )
2022-11-18 16:28:00 +00:00
Alex Pakalniskis
0e4108f62f
Documentation Update: Minor spelling change ( #58933 )
...
chore: minor grammar tweak
2022-11-18 11:34:25 +01:00
Marcus Efraimsson
79f1a7a4fd
Database: Adds support for enable/disable SQLite Write-Ahead Logging (WAL) via configuration ( #58268 )
...
Adds support for enable/disable SQLite Write-Ahead Logging (WAL) via configuration.
Enables SQLite WAL for E2E tests.
2022-11-16 19:29:33 +01:00
João Calisto
f254a37d35
Middleware: Add CSP Report Only support ( #58074 )
...
* Middleware: Add CSP Report Only support
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update csp documentation wording
* Update conf/sample.ini
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
* Update pkg/middleware/csp.go
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
2022-11-16 17:11:26 +00:00
matt abrams
74010fd05d
Admin: Fix broken links to image assets in email templates ( #58729 )
...
fix broken links to image assets
2022-11-16 14:17:39 +01:00
Marcus Andersson
5bd15026ff
Docs: How to add plugin interaction tracking ( #58652 )
...
* docs for plugin interaction tracking.
* Update docs/sources/developers/plugins/add-anonymous-usage-reporting.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* Adding query type
* Fixed spelling issue
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2022-11-16 10:06:42 +01:00
Jack Baldry
b9d8bcb59b
Use relref resolved from nearest section ( #58718 )
...
As image-rendering is a branch bundle, it is considered a section by
Hugo and relrefs should be resolved from there even for child pages.
The behavior that worked in `next` but not `latest` could be explained
by the lenient but potentially ambiguous relref resolution algorithm
Hugo uses. However, I have not determined the exact difference between
the two sets of content that causes `next` to work but `latest` not to.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-11-14 17:00:28 -04:00
Misi
4915d21c25
OAuth: Feature toggle for access token expiration check and docs ( #58179 )
...
* Add feature toggle for access token expiration check
* Add docs for configuring refresh tokens
* Update docs
* Update docs based on review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Improve documentation
* Change access_type default to Offline
* Update docs/sources/setup-grafana/configure-security/configure-authentication/gitlab/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/configure-authentication/google/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update pkg/services/featuremgmt/registry.go
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
* Regenerate toggles
* Update Generic OAuth docs
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
2022-11-14 16:47:46 +01:00
Christopher Moyer
a9458c8c00
Docs: corrects relrefs ( #58706 )
...
corrects relrefs
2022-11-14 09:24:39 -06:00
Garrett Guillotte
b0c197b966
Docs: Comment out broken images ( #57482 )
...
* Docs: Comment out broken images
* Docs: Hide the correct images
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Daniel Lee <dan.limerick@gmail.com>
2022-11-14 10:49:04 +01:00
Labesse Kévin
c3fef96ee0
docs: code format ( #58216 )
2022-11-14 10:35:44 +01:00
Niklas Kaaf
75c9350a5a
docs: fix heading level for env variable on configuration page ( #58689 )
...
fix syntax error in Heading
2022-11-13 13:43:23 +01:00
Victor Marin
6e776d0fec
MSSQL: Add connection timeout setting in configuration page ( #58631 )
...
* MSSQL add connection timeout
* add docs
* Update docs and add min value to the timeout setting
2022-11-11 14:04:08 -05:00
gotjosh
d748979048
Alerting: Implement the Webex notifier ( #58480 )
...
* Alerting: Implement the Webex notifier
Closes https://github.com/grafana/grafana/issues/11750
Signed-off-by: gotjosh <josue.abreu@gmail.com>
2022-11-11 17:27:13 +00:00
Daniel Lee
891ae91c70
docs: fix typo in provisioning docs ( #58110 )
...
Fix typo
Co-authored-by: Udlei Nati <udlei@nati.biz>
2022-11-11 12:30:26 +01:00
Alexa V
5fac98bcfd
Docs: Add feature flag example to override configuration with environment variables ( #58613 )
2022-11-10 15:39:27 -06:00
Timur Olzhabayev
41c491e2db
Cleaning up plugin developer docs ( #58596 )
2022-11-10 18:36:59 +01:00
Timur Olzhabayev
5bc7f693b5
Docs: Replacing toolkit with sign-plugin ( #58593 )
2022-11-10 18:31:42 +01:00
brendamuir
bd6ac793a0
Docs: adds explore content for alerting ( #58573 )
2022-11-10 12:35:24 +00:00
Christopher Moyer
ad374efcbd
adjusts the stem sentence ( #58538 )
2022-11-09 11:24:29 -06:00
Christopher Moyer
2dfe0a4060
Docs: adjusts topics to align with task templates ( #58478 )
...
* updates topic to align with multiple task template
* updates goal intro
* aligns formatting with single task topic template
* Update docs/sources/administration/team-management/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* adds permissions requirements to two tasks
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2022-11-09 10:09:46 -06:00
Esteban Beltran
cced175ccf
Docs: Replace toolkit command to scaffold plugins with create-plugin ( #58462 )
...
* Replace command to scaffold plugin with create-plugin
* Change link text
2022-11-09 08:15:23 -06:00
Gareth Dawson
966b47c2ef
Loki: Rename log browser to label browser ( #58416 )
...
* rename loki log browser to label browser
* rename loki log browser to label browser
2022-11-09 09:57:05 +00:00
Julien Duchesne
f1f401147f
Linux repositories: Document apt|rpm.grafana.com
( #57527 )
...
* Linux repositories: Document `apt|rpm.grafana.com`
We'll be moving off packages.grafana.com (it will be linked to the new repositories)
The new package repositories are easier to use, so let's document them instead
Question: Are the scripts in `scripts/build/update_repo` and `scripts/verify-repo-update` still used? They seem very old, and seem like the generation of scripts before grabpl was created
* Shorter RPM docs. No need to copy the same snippet twice
* Add warning about repository migration
* oops
2022-11-08 07:10:56 -05:00
Christopher Moyer
0315f6317e
Docs: corrects outer join example ( #58348 )
...
* corrects outer join example
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
* adds query tables back in
2022-11-07 13:40:09 -06:00
Giordano Ricci
43436bd6f0
Explore: Remove explore2Dashboard feature toggle ( #58329 )
2022-11-07 16:06:40 +00:00
Giuseppe Crinò
b40f192c7e
chore(docs): clarify how to refer to GH teams ( #57679 )
2022-11-07 11:39:59 +01:00
Christopher Moyer
1722000309
fixes typo ( #58159 )
2022-11-03 13:42:23 -05:00
lean.dev
c1b10e4f0c
Docs: Adding documentation for custom branding on public dashboards ( #58090 )
...
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-11-03 14:58:43 -03:00
Alexander Komarov
76532c1f27
Fix an indentation issue in example config in doc ( #57814 )
...
Fix this issue:
"Error loading config (--config.file=/etc/prometheus/prometheus.yml)" file=/etc/prometheus/prometheus.yml err="parsing YAML file /etc/prometheus/prometheus.yml: yaml: line 8: did not find expected '-' indicator"
2022-11-03 10:44:14 +01:00
brendamuir
f1b6660b54
Docs: fixes alias ( #58060 )
...
* Docs: fixes alias
* adds file ext
2022-11-02 17:00:26 -04:00
Gabriel MABILLE
101ce57a94
RBAC: Allow listing user permissions with scope ( #57538 )
...
* RBAC: Allow listing user permissions with scope
* Add docs
* Document the api endpoint
* Update docs
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Split endpoint in two
* document reloadcache
* Update docs/sources/developers/http_api/access_control.md
* Fix test
* Ieva's nit.
* Simplify flag description
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-11-02 10:48:11 +01:00
Eric Leijonmarck
c43e97cf37
Docs: Add prerequisites to enable auth.jwt for url login ( #57806 )
...
* docs: add prerequisites
* Update docs/sources/setup-grafana/configure-security/configure-authentication/jwt/index.md
2022-11-01 17:21:07 -04:00
Garrett Guillotte
852d069a3c
Docs: Refactor data sources content ( #57573 )
...
* Docs: Revise data source index
* Docs: Consolidate data source administration docs
* Docs: Revise panels docs related to data sources
* Docs: Revise Alertmanager data source
* Docs: Reorganize AWS CloudWatch data source docs
* Docs: Reorganize Azure Monitor data source docs
* Docs: Move azuremonitor to azure-monitor
* Docs: Revise Elasticsearch docs
* Docs: Move Elasticsearch index into bundle
* Docs: Revise GCM docs
* Docs: Revise Graphite docs
* Docs: Move Graphite index into bundle
* Docs: Revise InfluxDB docs
* Docs: Revise Jaeger docs
* Docs: Move Jaeger index into bundle
* Docs: Revise Loki docs
* Docs: Move Loki index into bundle
* Docs: Revise MS SQL docs
* Docs: Move MS SQL index into bundle
* Docs: Revise Prometheus docs
* Docs: Move Prometheus index into bundle
* Docs: Revise Tempo docs
* Docs: Move Tempo index into bundle
* Docs: Revise TestData DB docs
* Docs: Move TestData DB index into bundle
* Docs: Revise Zipkin docs
* Docs: Move Zipkin index into bundle
* Docs: Move other data sources' index pages into bundles
* Docs: Revise frontmatter
* Fixing hugo markdown errors
* Docs: Add query editor and template var sections to overview doc
* Docs: Remove CTAs across data source docs
* Docs: Remove CTA
* Docs: Remove CTA
* Docs: Fix links, images, typos, and usage consistency.
* Docs: Fix typos
* Docs: Fix CI issues
* Update docs/sources/datasources/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Update docs/sources/datasources/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Docs: Fix query editor links
* Update docs/sources/panels-visualizations/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Update docs/sources/panels-visualizations/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Docs: Rebundle child pages per writers' toolkit
* Docs: Fix prettier for CI
* Docs: Fix relrefs from outside data sources docs
* Docs: Fix broken relrefs within datasources
* Docs: Fix relrefs to data sources docs
* Fixed some more refs
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-11-01 10:22:06 -05:00
unknowndevQwQ
6dd3584f77
Server: Make unix socket permission configurable ( #52944 )
2022-11-01 15:04:01 +01:00
Petr Stupka
e99f75f0ca
Alerting: Linking external images securely - Azure Blob ( #1 ) ( #56598 )
2022-11-01 13:02:17 +01:00
Andrej Ocenas
dfb75815b1
Profiling: Add docs for Parca and Phlare ( #57833 )
...
* Add docs for Parca and Phlare
* Add feature toggle note
* Wording fixes
* Update images and some links
* Update links
2022-11-01 11:14:36 +01:00
Joey Tawadrous
00ebd7a983
FlameGraph: Add docs for flame graph ( #57834 )
...
* Flame graph docs
* Remove aliases
* Add flame graph to viz page
* Update text
* Update feature toggle text
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update links
* Remove heading
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update text
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
2022-11-01 09:51:58 +00:00
Christopher Moyer
6aa3003a54
removes CTAs ( #57931 )
2022-10-31 16:24:51 -05:00
Jo
07991c76fe
Doc: Fix wrong default callback URL ( #57908 )
...
* doc: fix wrong default callback URL
* doc: fix gitlab typos
2022-10-31 16:13:27 +01:00
Joan López de la Franca Beltran
0864994bcb
Docs: Update Auditing docs ( #57867 )
...
* Docs: Update Auditing docs
* Update docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2022-10-31 14:53:46 +01:00
Ieva
7e62352aea
Access Control: documentation for RBAC provisioning with Terraform ( #57747 )
...
* add docs for RBAC provisioning with Terraform
* remove unnecessary bit
* shuffle the structure around, as docs can't go more than four levels deep
* Update index.md
* Update index.md
2022-10-31 06:32:32 -04:00
Joe Blubaugh
89d917b196
Docs: Add information about DB version support to upgrade guide. ( #57643 )
...
In v9.2 Grafana added an official DB version support policy. That change
is now noted in the upgrade guide.
2022-10-31 15:23:51 +08:00
Jo
61774ae7f1
Docs: Add keycloak oauth setup guide ( #57685 )
...
* use scopes for generic_oauth devenv. Support refresh_tokens
* add keycloak section
* add teamsync support to oauth devenv
* Add keycloak guide
* Upgrade keycloak to version 19
* Update devenv/docker/blocks/auth/oauth/readme.md
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
* feedback
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2022-10-28 17:57:56 -04:00
Christopher Moyer
b9a0576638
docs: Refactors remaining enterprise topics, corrects relrefs ( #57707 )
...
* moves topics, correct relrefs
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/administration/data-source-management/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/audit-grafana.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/configure-request-security.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/configure-team-sync.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/administration/data-source-management/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/administration/recorded-queries/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* removes link that goes nowhere
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-10-28 07:13:40 -05:00
brendamuir
f34dd29ac4
Docs: adds view notification errors topic ( #57820 )
2022-10-28 12:44:23 +01:00
Armand Grillet
ee7adc081b
Remove Sensu from docs ( #57812 )
...
We do not support Sensu in Grafana Alerting, only Sensu Go.
2022-10-28 12:40:46 +01:00
brendamuir
1d53a6f57e
Docs: Change GA to Alerting ( #57811 )
...
* Docs: Change GA to Alerting
* typos
2022-10-28 10:28:02 +01:00
brendamuir
5edd511461
Docs: fixes alerting links ( #57805 )
...
* Docs: fixes alerting links
* fixes grafana relrefs to alerting
* changing GA to Alerting
2022-10-28 10:01:43 +01:00
brendamuir
f9d2801249
Docs: alerting refactor ( #57804 )
...
* Docs: alerting refactor
* fixes broken relrefs
2022-10-28 09:58:39 +02:00
brendamuir
998093a280
Docs: more refactoring for alerting ( #57741 )
...
* docs: more refactoring alerting
* performance limitations
* typo
* fix relrefs
2022-10-27 13:21:02 +01:00
brendamuir
279ac50d59
Docs: refactors notifications in alerting ( #57734 )
...
* Refactors noticifacations section
* adds hover over error icon detail
2022-10-27 11:19:03 +01:00
Pepe Fagoaga
1340c2c358
docs(config): Include admin_email documentation ( #55789 )
2022-10-27 10:15:14 +02:00
Brendan O'Handley
59ffd9571e
Transformations : Add partition by values to transformation docs ( #57697 )
...
* add partition by values to tranformation docs
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* include leon's suggestions
* include leon's suggestions
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2022-10-26 19:01:45 -04:00
brendamuir
596b4fecb0
Docs: Refactors notifications in alerting ( #57653 )
...
* Refactors notifications in alerting
* Fixes broken links
* adds headings
* fixes broken links
* Adds line space and intro sentences
2022-10-26 19:07:49 +01:00
Kyle Brandt
dfdc9bcbc1
Docs: (Whats new 9.2) Prom Stream Parser ( #57603 )
...
* Docs: (Whats new 9.2) Prom Stream Parser
* Update docs/sources/whatsnew/whats-new-in-v9-2.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-10-26 12:37:27 -04:00
Selene
8917bd57e6
Clarify that audit logs are generated only for API requests ( #57521 )
2022-10-26 17:08:21 +02:00
owensmallwood
b5f1876ba3
PublicDashboards: Update docs with supported datasources ( #57629 )
...
Updates public dashboards docs with compatible datasources
2022-10-25 17:06:02 -06:00
Galen Kistler
e59ddd6bc5
Revert "Revert "Prometheus: Provide label values match parameter API when supported prometheus instance is configured ( #56510 )" ( #57551 )" ( #57553 )
...
This reverts commit e7671bf909
.
2022-10-24 15:02:15 -05:00
Galen Kistler
f93c3acc51
Prometheus: Flavor/version configuration ( #57554 )
...
* Revert "Revert "Prometheus: Type and flavor configuration (#56496 )" (#57552 )"
This reverts commit 2432ce619a
.
* Adds new fields and documentation for Prometheus datasource configuration: prometheus type, and version
2022-10-24 14:53:11 -05:00
Joan López de la Franca Beltran
5d18b41857
Docs: Database encryption corrections ( #57503 )
...
* Docs: Database encryption corrections
* Fix relref links
* Additional corrections
2022-10-24 20:07:32 +02:00
Galen Kistler
2432ce619a
Revert "Prometheus: Type and flavor configuration ( #56496 )" ( #57552 )
...
This reverts commit 7ecbc98b3e
.
2022-10-24 12:33:11 -05:00
Galen Kistler
e7671bf909
Revert "Prometheus: Provide label values match parameter API when supported prometheus instance is configured ( #56510 )" ( #57551 )
...
This reverts commit 3cbbf706cf
.
2022-10-24 11:56:49 -05:00
Galen Kistler
3cbbf706cf
Prometheus: Provide label values match parameter API when supported prometheus instance is configured ( #56510 )
...
Provide label values API with match parameter when prometheus datasource has configured supported prometheus type and version
2022-10-24 09:47:35 -05:00
Galen Kistler
7ecbc98b3e
Prometheus: Type and flavor configuration ( #56496 )
...
* Adding two new fields to the data JSON in the prometheus datasource configuration: prometheusType, and prometheusVersion.
* Version field will attempt to auto-detect via buildinfo API when prometheus Type is selected
2022-10-24 09:26:32 -05:00
Armand Grillet
42871fcb2a
Clarify notification policies. ( #57465 )
2022-10-24 09:46:04 +01:00
ismail simsek
4053cbea38
Fix broken image links ( #57480 )
2022-10-22 09:15:45 -07:00
owensmallwood
0b8fb543fc
Public Dashboards: Can toggle annotations in modal ( #57312 )
...
adds toggle for pubdash annotations
2022-10-21 13:42:14 -06:00
brendamuir
af17123b5f
Docs: fixes silences typo ( #57418 )
2022-10-21 12:48:33 +01:00
brendamuir
ee6ff18122
Docs: fixes endpoint for mimir ( #57330 )
2022-10-20 09:39:19 +01:00
Garrett Guillotte
c70bb592fe
Docs: Fix reference to Enterprise licensing restrictions ( #57230 )
2022-10-19 13:20:47 -05:00
Garrett Guillotte
a0d83e7db7
Docs: Add missing alias for field options ( #57234 )
2022-10-19 14:13:17 -04:00
Garrett Guillotte
e14ef50d02
Docs: Fix broken InfluxDB starting guide links ( #57235 )
...
* Docs: Fix broken InfluxDB starting guide links
* Docs: Fix another link to panel adding docs
2022-10-19 07:52:15 -07:00
Garrett Guillotte
9680249066
Docs: Fix links in old What's New docs ( #57231 )
...
* Docs: Fix placeholder URL in release notes link
* Docs: Fix link to refactored docs and add missing alias
* Docs: Fix malformed links
* Docs: Fix alias with correct path
2022-10-19 07:51:49 -07:00
Garrett Guillotte
e52c98ba99
Docs: Fix links in panels and vis docs ( #57233 )
2022-10-19 07:41:34 -05:00
Sobuno
cc6245df8e
Fix typo ( #57223 )
2022-10-18 22:52:56 +00:00
Christopher Moyer
cafdbc1644
restructures directories, corrects relrefs ( #57130 )
2022-10-18 15:07:15 -05:00
Christopher Moyer
e5fc1b85e0
restructures directories, correct relrefs ( #57131 )
2022-10-18 15:06:58 -05:00
Christopher Moyer
d09d39ddd4
Docs/restructures setup ( #57125 )
...
* builds out configure grafana directory to align with hugo
* restructures configure authentication, corrects relrefs
* correct alias
* corrects final relrefs
2022-10-17 15:24:33 -05:00
Sofia Papagiannaki
46fb4081ba
SQLStore: Optionally retry queries if sqlite returns database is locked ( #56096 )
...
* SQLStore: Retry queries if sqlite returns database is locked
* Configurable retries
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-10-17 21:23:44 +03:00
Ahmed
5c2b722287
Docs: Fix broken link ( #57083 )
...
* Docs: Fix broken link
* Update docs/sources/setup-grafana/configure-security/configure-authentication/auth-proxy.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-10-17 09:09:31 -07:00
Jack Westbrook
24c04740e3
Grafana UI: Export prop types for queryfield, modal and field components ( #57097 )
...
* chore(grafana-ui): export prop types for queryfield, modal and field components
* docs(migration-guide): add notes for react peerdependencies and additional type exposure
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
2022-10-17 17:54:43 +02:00
brendamuir
b7feb34acf
Fix broken relrefs ( #57092 )
...
* Fixes relrefs
* Fixes more relrefs
2022-10-17 08:54:00 -07:00
Garrett Guillotte
2bed451990
Docs: Contextualize base64 encoding in Basic Authorization ( #57046 )
2022-10-17 08:53:17 -07:00
Christopher Moyer
de1cfc120f
Docs: adds modify dashboard settings docs ( #56826 )
...
* adds modify dashboard settings docs
* Quick updates
* minor corrections
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-10-17 09:02:22 -05:00
brendamuir
ecc252429e
Docs alerting: copy edit terraform provisioning ( #55978 ) ( #57068 )
2022-10-17 11:48:39 +02:00
Garrett Guillotte
4831091115
Docs: Fix provisioning table formatting ( #57042 )
2022-10-16 11:05:47 -05:00
Garrett Guillotte
0889c3ad07
Docs: Clarify and document dashboard URL query parameters for variables ( #56055 )
2022-10-15 18:07:25 -07:00
Vũ Quốc Phong
800754e7e8
Add document for jsondata field alertmanagerUid
( #52895 )
...
alertmanagerUid can be used to specify Alert Manager for a particular Prometheus/Loki data source.
Co-authored-by: Garrett Guillotte <garrett.guillotte@grafana.com>
2022-10-15 15:32:11 -07:00
Ben Golding
a46fa16b4e
<Documentation> Document usage of environment variables/files in GitHub Auth login ( #52891 )
...
* Document usage of environment variables/files
* Updating Github Auth Login Documentation
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-10-15 09:20:50 -07:00
Garrett Guillotte
2b4d57fe60
Docs: Note end of release notes publication ( #57013 )
...
* Docs: Note cessation of release notes
* Docs: Update What's New index mention of release notes
* Docs: Update links and references to the release notes
* Docs: Fix relrefs
* Docs: Spellcheck
2022-10-14 18:24:32 +01:00
Gabriel MABILLE
0f4d126109
AzureAD: Add option to force fetch the groups from the Graph API ( #56916 )
...
* Add a new option to systematically fetch AzureAD groups from the Graph API
2022-10-14 12:55:00 +02:00
Nathan Marrs
527690d19a
Docs: Fix Canvas doc link and add call to action for feedback ( #56908 )
...
* Fix canvas documentation link on what's new page; add feedback CTA in canvas doc
* PORK: replace allows with enables for better language
* Fix a few more instances of allow to enable
* Move feedback above video in intro canvas section
* Revert changing link change
2022-10-13 19:02:44 -07:00
Christopher Moyer
385079bea7
Docs: Basics docs refactor ( #56905 )
...
* renames directory
* fixes relrefs
2022-10-13 15:57:58 -05:00
Christopher Moyer
c137cf60f0
moves canvas to proper directory, corrects relref ( #56902 )
2022-10-13 14:39:05 -05:00
Armand Grillet
83aa006c98
Add Alerting API to list of HTTP APIs ( #56863 )
...
This link has been asked many times and is only viewable on old docs pages.
2022-10-13 15:09:49 +02:00
Michael Mandrus
26e7228cd9
fix typo ( #56802 )
2022-10-12 09:44:21 -04:00
Gabriel MABILLE
10c080dad1
LDAP: Add skip_org_role_sync
configuration option ( #56679 )
...
* LDAP: Add skip_org_role_sync option
* Document the new config option
* Nit on docs
* Update docs/sources/setup-grafana/configure-security/configure-authentication/ldap.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Docs suggestions
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Add test, Fix disabled user when no role
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
2022-10-12 13:33:33 +02:00
Nathan Marrs
17433f2166
Docs: Fix what's new canvas doc video file reference #56754
2022-10-11 15:57:48 -07:00
Michael Mandrus
6827ca01a0
Docs: Add missing documentation for enterprise features ( #56753 )
...
* add documentation about protected roles
* add section about sync debug
* add link to recorded queries to main enterprise pages
* Update docs/sources/setup-grafana/configure-security/configure-authentication/ldap.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* fixes from pr review
* add missing char
* Apply suggestions from code review
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* fix other incorrect lines to match review
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
2022-10-11 15:57:27 -07:00
Christopher Moyer
414d536186
Docs: refactors config panels and visualizations, corrects relrefs ( #55940 )
...
* refactors config panels and visualizations, corrects relrefs
* adds an alias
* Remove some old content
* moves visualizations topic to the root
* moves out panels and visualization topics to the root
* adds move and resize panel to add/organize panel; creates a create dashboard topic under build dashboards; adjusts context of add a panel to be from within an existing dashboard
* updates aliases
* creates search at root, moves dashboard preview to search, creates standalone search dashboard topic
* moves Set dashboard time range to use-dashboards, creates modify dashboard settings and adds moves Modify dashboard time settings to that topic
* moves existing query-options topic from working with panels to configure-panel-visualizations, moves panel time overrides and timeshift content to query options
* Moving things to better category, fixing links, improving ordering
* Move panel inspector to main panel topic
* completes partial fix of relrefs
* relref fixes con't
* restructures remaining panels topics
* more relref fixes
* Minor fix
* Minor tweak
* finishes fixing relrefs
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2022-10-11 15:31:20 -05:00
Garrett Guillotte
f4a3400a9c
Docs: Update Canvas videos to mp4 URLs ( #56748 )
2022-10-11 11:39:52 -07:00
Garrett Guillotte
abd7b7dccc
Docs: Remove Beta tag from 9.2 What's New post-release ( #56746 )
2022-10-11 13:16:24 -05:00
Garrett Guillotte
c98db1615f
Docs: Clarify JOIN feature change ( #56740 )
2022-10-11 18:23:48 +02:00
Nathan Marrs
a9c0afcc1f
Canvas: Docs for 9.2 ( #56219 )
...
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2022-10-11 06:34:49 -07:00
brendamuir
d6fa12c5bc
Docs: updates numbering ( #56695 )
...
* Docs: updates numbering
* removes full stop
2022-10-11 12:58:15 +01:00
brendamuir
8a3294dcdf
Docs: adds external Alertmanager config ( #56636 )
...
* Docs: adds external Alertmanager config
* Adds link to add external alertmanager
* updating with george feedbacj
2022-10-11 11:29:11 +01:00
Joan López de la Franca Beltran
ef17f12c23
Docs: Fix caching.memcached setting name ( #56606 )
2022-10-11 10:47:57 +02:00
Laura Benz
bc9a37ee8d
Glue: Add configuration support to PATCH ( #56117 )
...
* feat: add config to tests v0
* feat: add config to UpdateCorrelationCommand
* refactor: repair some tests
* refactor: repair another test
* refactor: repair last test
* refactor: remove possible test
* refactor: add comments
* refactor: add changes from code review
* refactor: implement more detailed patch
* feat: add tests for partial config update
* refactor: make error handling more detailed
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
2022-10-10 15:36:14 +02:00
brendamuir
137d332d4f
Docs: deletes provisioning from grafana and adds link ( #56637 )
...
* Docs: deletes provisioning from grafana and adds link
* updates link
2022-10-10 13:30:23 +01:00
brendamuir
db68fa358f
Docs: removes duplicate sentence in silences ( #56629 )
2022-10-10 06:56:21 -04:00
brendamuir
2aff817ea8
Docs: adds note on aurora incompatibility ( #56621 )
...
* Docs: adds note on aurora incompatibility
* updates with feedback
* adds issue link
2022-10-10 12:51:19 +02:00
brendamuir
a84edb274b
Docs: changes alert groupings to groups ( #56617 )
...
* Docs: changes alert groupings to groups
* One more alert grouping
2022-10-10 12:41:14 +02:00
Timost
f90e72991d
docs/provisioning: fix typo in notification policies ( #54917 )
2022-10-10 10:51:29 +01:00
Eric Leijonmarck
53f0928321
Docs: Add variable expansion recommendation ( #56368 )
...
* docs: add variable expansion recommendation
* docs: updated the ldap docs in configure grafana
2022-10-07 17:04:37 +01:00
brendamuir
939caa67a2
Docs: adds alertmanager overview ( #56527 )
...
* Docs: adds alertmanager overview
* updating with georges feedback
* adds deprecation note to API docs
* update to provisioning instuctions
2022-10-07 10:26:51 +01:00
lean.dev
356318e387
Docs: Updating Public Dashboard documentation ( #56504 )
...
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-10-06 17:47:38 -03:00
Drew Slobodnjak
15d2653b89
Geomap: Docs for 9.2 ( #56493 )
2022-10-06 11:32:39 -07:00
brendamuir
b1b3f9e24c
Fixes alertmanagers whats new entry ( #56356 )
2022-10-05 08:39:50 +01:00
Grot (@grafanabot)
169f1ab974
ReleaseNotes: Updated changelog and release notes for 9.1.7 ( #56323 )
2022-10-04 16:56:21 +00:00
Grot (@grafanabot)
a50017da1d
ReleaseNotes: Updated changelog and release notes for 9.1.7 ( #56313 )
2022-10-04 18:26:30 +03:00
brendamuir
8176810b2b
adds alertmanager to whats new ( #56304 )
2022-10-04 14:59:52 +01:00
Christopher Moyer
d0b437741e
adds 4 links to blogs ( #56193 )
2022-10-04 08:28:00 -05:00
Mitch Seaman
3d58f39b25
Remove Custom Branding previews from What's new ( #56273 )
...
We need to remove the custom branding announcement from the 9.2 release, since we will not release the feature in Grafana Enterprise.
2022-10-04 13:06:10 +01:00
Giordano Ricci
489b302c03
Glue: Correlations minor APIs behavior improvements ( #56078 )
...
* add correlation config type, CorrelationConfig validator & default values
* make config required when creating correlations
* make targetUID optional, add validation for createCommand & configType
* fix tests
* update remaining tests
* fix lint error
* Update pkg/services/correlations/models.go
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
* update docs
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2022-10-04 09:39:55 +01:00
Yuriy Tseretyan
1e16dd5b7c
Docs: Update Grafana Alerting migration article to mention paused alert rules ( #55590 )
...
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-10-03 09:45:09 -04:00
Christopher Moyer
c5b68ed497
adds note about org_role being case sensitive ( #56043 )
2022-10-03 08:20:19 -05:00
Oscar Kilhed
3342e529b4
Docs: Update postgresql and mssql docs ( #56011 )
...
* Update mssql docs first draft
* Update postgresql docs first draft
* update image tag
* add missing >
* Update docs/sources/datasources/mssql.md
* Update docs/sources/datasources/mssql.md
* Update docs/sources/datasources/postgres.md
* Update docs/sources/datasources/postgres.md
* Update docs/sources/datasources/postgres.md
* Reflect updated image names
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-10-03 14:06:51 +02:00
Oscar Kilhed
885e8efec6
Docs: update mysql docs to reflect editor changes ( #54568 )
...
* Docs: update mysql docs to reflect visual query builder/code editor changes
* Apply suggestions from code review
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Add missing >
* Reflect updated image name
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-10-03 14:06:20 +02:00
Garrett Guillotte
ef1aa8ceb8
Docs: Add link to TimescaleDB docs ( #56134 )
...
* Added a link for more information
Added a link to TimescaleDB so that users can get additional information if need be.
* fixed formatting
* fixed the table
* made it prettier
* make it pretty for CI
Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
2022-09-30 15:35:11 -07:00
Alexa V
e2ef41be72
Docs [Standard options definitions] Add missing information for prefix in custom unit ( #56098 )
2022-09-30 16:13:26 +02:00
Marcus Andersson
d406e6d899
Docs: Added icon type improvements to plugin migration guide ( #56075 )
2022-09-30 13:17:11 +02:00
lean.dev
7bd8dbf2f8
Docs: Update Public Dashboard documentation ( #56035 )
2022-09-29 14:24:38 -03:00
Mike McFarland
46da77d1a0
docs: fix typo in is_null expression explainer ( #55988 )
2022-09-29 10:04:43 -05:00
brendamuir
ebdc13ed86
Docs alerting: copy edit terraform provisioning ( #55978 )
...
* Docs alerting: copy edit terraform provisioning
* changes intro sentence for explore
2022-09-29 10:19:16 +02:00
Tania
71578d0932
Docs: Document Reporting API ( #55434 )
...
* Docs: Document reporting api
* Update docs/sources/developers/http_api/reporting.md
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update docs/sources/developers/http_api/reporting.md
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update docs/sources/developers/http_api/reporting.md
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Document the rest of endpoints
* Document more endpoints
* Fix scopes and links
* Remove rendering endpoints
* Fix status codes
* Apply review feedback
* Typo
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2022-09-28 17:03:43 +02:00
brendamuir
43dc92d12c
fix index file for website ( #55907 )
2022-09-28 13:06:38 +02:00
brendamuir
4ba757e7b8
Update Alerting provisioning docs ( #55892 )
2022-09-28 11:03:36 +02:00
brendamuir
b7f356df31
Docs: adds terraform provisioning docs ( #55660 )
...
* Docs: adds set up section and alertmanager
* deletes info that got copied to new file
2022-09-28 09:18:46 +01:00
Hamas Shafiq
445fed0875
Chore: Fix broken image link in Zipkin's documentation ( #55847 )
2022-09-28 09:18:26 +01:00
Vladimir
efef672d19
Documentation: clarify label matching ( #55650 )
...
* Documentation: clarify label matching
Behaviour in case of multiple matchers is not documented, but my experiments show they are reduced using logical AND. Please validate the updated description.
* Accept wording suggestion
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Accept suggestion for docs/sources/alerting/fundamentals/annotation-label/labels-and-label-matchers.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Improve wording according to review suggestions
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-09-28 09:06:04 +01:00
Garrett Guillotte
1485209287
Docs: Add screenshots to What's New in v9.2 ( #55862 )
...
* Docs: Add What's New in Grafana v9.2 Beta
* Docs: Add links to What's New in Grafana v9.2
* Docs: Apply updates to What's New
2022-09-27 11:11:14 -07:00
Garrett Guillotte
3409979288
Docs: Add What's New in Grafana v9.2 Beta ( #55855 )
2022-09-27 12:09:00 -05:00
Martin Lehmann
85c26ea908
Alerting: Fix a typo in alerting rule annotation docs ( #55730 )
2022-09-27 10:56:22 +01:00
Christopher Moyer
2bbc7c40e9
Docs: first draft of share panel with support docs ( #55170 )
2022-09-26 13:28:10 -07:00
Christopher Moyer
f8240e4b0a
Docs: Refactors best practices and creates Build a dashboard section in the docs ( #55101 )
...
* starts refactor
* corrects broken relrefs
2022-09-26 10:07:24 -05:00
Ivana Huckova
c0ecdf6783
Loki: Redesign and improve query patterns ( #55097 )
...
* WIP
* WIP
* Query patterns: Redesign and improve feature
* Remove duplicated pattern
* Remove empty line
* Refactor
* Add tests
* Update docs and e2e test
* Update public/app/plugins/datasource/loki/querybuilder/LokiQueryModeller.ts
Co-authored-by: Matias Chomicki <matyax@gmail.com>
* Update public/app/plugins/datasource/loki/querybuilder/LokiQueryModeller.ts
Co-authored-by: Matias Chomicki <matyax@gmail.com>
* Update public/app/plugins/datasource/loki/querybuilder/LokiQueryModeller.ts
Co-authored-by: Matias Chomicki <matyax@gmail.com>
* Use capitalize
* Refactor to use QueryPatternsCard component
* Update public/app/plugins/datasource/loki/querybuilder/LokiQueryModeller.ts
Co-authored-by: Matias Chomicki <matyax@gmail.com>
* Update feature tracking for v2
* QueryPatternsCard: Remove unnecessary key
* Update naming for card
* Mock reportInteraction in tests
Co-authored-by: Matias Chomicki <matyax@gmail.com>
2022-09-26 14:03:13 +02:00
Sofia Papagiannaki
d0e7765c6a
Annotation: Optionally allow storing longer annotation tags ( #54754 )
...
* Annotation: Optionally allow longer annotation tags
* Do not accept configuration lower than today's default (500)
* Apply suggestion from code review
2022-09-23 06:04:41 -04:00
Tania
96cb415497
Docs: Describe applying a license ( #55078 )
...
* Docs: Describe adding a license via API
* Add missing word
2022-09-23 11:57:51 +02:00
Garrett Guillotte
f0e3b9b16b
Docs: Clarify "supported data sources" ( #54337 )
...
* Docs: Clarify "supported data sources"
The term "supported" is context-dependent. Clarify the data sources
index page to link to the plugins catalog with additional detail,
and specify that the links to data sources are for those with
additional documentation content as part of Grafana.
Add a link to the tutorial to build a data source plugin.
* Update docs/sources/datasources/_index.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
2022-09-22 15:23:15 -04:00
Garrett Guillotte
a98a33774b
Docs: Fix relrefs in access control API docs ( #51940 )
...
* Fix relrefs in access control API docs
* Apply Prettier changes to fix CI
2022-09-22 15:13:23 -04:00
Garrett Guillotte
72ec1eba1a
Docs: Note issue #13399 in database install docs ( #55596 )
...
* Docs: Note issue #13399 in database install docs
* Docs: Be more specific about serverless Aurora MySQL
2022-09-22 12:00:48 -07:00
Gabriel MABILLE
3ce76e1e78
SAML: Allow wildcard mapping to add user to all existing orgs ( #55628 )
2022-09-22 17:34:00 +02:00
tab0r
06b38133a9
Update usage insights docs ( #55155 )
...
* adding links for cloud usage insights
* adding todo stub
* adding more stubs
* basic description
* remove two changes
* tweaks and todos from pairing
* addressing more feedback and adding links
* fix grafana enterprise links
* fix grafana enterprise links (one more)
* updating dashboard links to match style
* add note about cloud in export logs page
* missing word
* change the Grafana Enterprise notes links to point to the Grafana Enterprise intro
2022-09-21 16:47:45 -07:00
Garrett Guillotte
29018d522c
Docs: Fix link to config docs ( #55396 )
2022-09-21 11:42:39 -07:00
Josh Hunt
e3e954cbba
Docs: Fix decimals: auto docs for panel edit ( #55477 )
...
* Docs: Fix decimals: auto docs for panel edit
* Update docs/sources/panels/configure-standard-options/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-09-21 12:56:04 +01:00
Grot (@grafanabot)
80c0dc890a
ReleaseNotes: Updated changelog and release notes for 9.0.9 ( #55511 )
2022-09-20 16:45:53 +00:00
Grot (@grafanabot)
c6ed7d6741
ReleaseNotes: Updated changelog and release notes for 9.0.9 ( #55506 )
2022-09-20 16:21:25 +00:00
Grot (@grafanabot)
ce10706f03
ReleaseNotes: Updated changelog and release notes for 8.5.13 ( #55502 )
2022-09-20 11:55:14 -04:00
Grot (@grafanabot)
bbb8bf08db
ReleaseNotes: Updated changelog and release notes for 9.1.6 ( #55481 )
2022-09-20 16:31:35 +02:00
Jo
0be644031d
Auth: Add SAML common resolutions to cookie issues ( #55395 )
...
* Auth: Add SAML cookie specifics
* Auth: remove legacy message
* HTTPS
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
2022-09-20 16:21:50 +02:00
Josh Hunt
d014a3a09b
Echo: Add support for Google Analytics 4 ( #55446 )
...
* user essentials mob! 🔱
lastFile:public/app/core/services/echo/backends/analytics/GA4Backend.ts
* user essentials mob! 🔱
* user essentials mob! 🔱
lastFile:public/app/core/services/echo/backends/analytics/GA4Backend.ts
* user essentials mob! 🔱
lastFile:public/app/core/services/echo/backends/analytics/GA4Backend.ts
* user essentials mob! 🔱
lastFile:public/app/app.ts
* user essentials mob! 🔱
Co-authored-by: eledobleefe <laura.fernandez@grafana.com>
Co-authored-by: Leodegario Pasakdal <leodegario.pasakdal@grafana.com>
2022-09-20 03:13:14 -07:00
Andrea Spadaccini
e25612092b
Mention the need for Subscription Reader role ( #51844 )
...
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Andres Martinez Gotor <andres.mgotor@gmail.com>
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-09-20 09:24:33 +02:00
Jo
e1af4e72bc
Auth: Add documentation on group overage claims in AzureAD ( #55389 )
...
* Auth: Add documentation on group overage claims in AzureAD
* add info on versioning
2022-09-19 15:45:05 +02:00
brendamuir
c0c4409abc
Docs: adds set up section with alertmanager, provisioning sections ( #55291 )
...
* Docs: adding setup, provisioning docs
* add set up, alertmanager
* Adds link to provisioning from set up page
* renames topics in set up section
* fixes alertmanager link
* removing article for alertmanager
* first connection to oncall
* updating armands intro text
* getting rid of blank line
2022-09-16 17:22:20 +01:00
Dave Henderson
801b61c963
Tracing: Add new [tracing.opentelemetry] custom_attributes config setting ( #54110 )
...
* tracing: Add new [tracing.opentelemetry] custom_attributes config setting
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
* Fix typos in config
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
* Return error when custom_attributes contains malformed entries
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
2022-09-16 09:54:25 -04:00
Kristina
18f4d02262
Docs: Update enter/shift+enter details for prometheus query field ( #52607 )
...
* Update for accuracy
* Update docs/sources/explore/query-management.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2022-09-16 09:50:18 -04:00
Agnès Toulet
359685b051
Docs: RBAC update for insights and query caching ( #52544 )
...
* Doc: RBAC update for insights and query caching
* Fix RBAC actions table order
* Fix RBAC role definitions & assignments tables
Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com>
2022-09-16 09:59:59 +02:00
Christopher Moyer
dd0be3012c
adjusts structure of tasks ( #55268 )
2022-09-15 17:17:12 -05:00
Saverio Proto
a09e4b0e4f
Update grafana version tag to 9.1.0 ( #54049 )
...
* Update grafana version tag to 9.0.5
The user doing cut and paste will not notice and will install a old version of Grafana
* Update version to 9.1.0
Current latest tag is 9.1.0: https://hub.docker.com/r/grafana/grafana/tags
2022-09-15 19:46:13 +00:00
Garrett Guillotte
97ca109d84
Docs: Fix Cloud availability of JWT URL Embedding ( #55260 )
...
* Docs: Fix Cloud availability of JWT URL Embedding
* Docs: Clarify JWT URL embedding availability in docs
2022-09-15 10:57:38 -07:00
Ezequiel Victorero
9770edb118
Docs: Grafana Live not supported by public dashboards ( #55246 )
2022-09-15 14:53:27 -03:00
Jo
3e2e9f93b9
Auth: Allow admins to manually change oauth user role if oauth_skip_org_role_update_sync
is enabled ( #55182 )
...
* Auth: Allow admins to change oauth user info it it's not synced.
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
* Update public/app/features/admin/UserAdminPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Add missing import
* Simplify init
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* SAML: Add option to skip org role sync (#55230 )
* SAML: Add option to skip org role sync
* Modify frontend accordingly
* Remove update from config option name
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Remove update from config option name
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Fix typo
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: gamab <gabi.mabs@gmail.com>
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
2022-09-15 12:06:09 -04:00
Kim Nylander
ebcbb66548
Fix broken image rendering troubleshooting links ( #55210 )
2022-09-15 10:50:08 -05:00
Jo
00e7324bf6
Auth: Restore legacy behavior and add deprecation notice for empty org role in oauth ( #55118 )
...
* Auth: Add deprecation notice for empty org role
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
* fix recasts
* fix azure tests missing logger
* Adding test to gitlab oauth
* Covering more cases
* Cover more options
* Add role attributestrict check fail
* Adding one more edge case test
* Using legacy for gitlab
* Yet another edge case YAEC
* Reverting github oauth to legacy
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Not using token
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Nit.
* Adding warning in docs
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* add warning to generic oauth
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Be more precise
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Adding warning to github oauth
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Adding warning to gitlab oauth
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Adding warning to okta oauth
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Add docs about mapping to AzureAD
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Clarify oauth_skip_org_role_update_sync
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Nit.
* Nit on Azure AD
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Reorder docs index
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Fix typo
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: gamab <gabi.mabs@gmail.com>
2022-09-15 17:35:59 +02:00
owensmallwood
deb86e3250
PublicDashboards: Dont support exemplars ( #54933 )
...
Don't support exemplars in public dashboards
2022-09-14 09:49:10 -06:00
brendamuir
ab774b47fb
Docs: create new explore page for concepts ( #55161 )
...
* Docs: create new explore page for concepts
* Updates weighting of explore section to appear at top
* Weight for fundamentals page
2022-09-14 12:16:59 +01:00
Adrian Serrano
1366b87b34
Fix download link in macOS install instructions ( #55133 )
...
The link was pointing to non-existing `7.3.0-381ff45epre` version.
Updated to point to main download page, as with other platforms.
2022-09-13 15:06:01 -07:00
Grot (@grafanabot)
4ff5fe718b
ReleaseNotes: Updated changelog and release notes for 9.1.5 ( #55091 )
2022-09-13 15:14:46 +02:00
Matias Chomicki
c5223f7bf1
Loki: Update Query Variable docs ( #54909 )
...
* feat(loki-query-variable-editor): update docs
* Chore: fix typo in updated docs
* Chore: improve redaction
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2022-09-13 08:04:33 +00:00
Christopher Moyer
b6237a43e6
adds section shortcode, adjust topic titles ( #55000 )
2022-09-09 14:44:19 -05:00
Grot (@grafanabot)
1a285d2d0e
ReleaseNotes: Updated changelog and release notes for 9.1.4 ( #54987 )
2022-09-09 16:41:49 +02:00
Christopher Moyer
7147d17567
Docs/refactors variables topics ( #54470 )
...
* 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>
2022-09-09 08:38:17 -05:00
Polina Boneva
2f16c27e35
Docs: Mention queryparam function ( #54526 )
...
* Update data-link-variables.md
Add queryparam function and tables of output to match the other listed variables
* Update docs/sources/linking/data-link-variables.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Add r4j4h's suggestions to the new documentation space with some partial changes to the wording
* Add r4j4h's suggestions to the new documentation space with some partial changes to the wording
* mockery generated code as it is on main
* simplify changes in docs and go straight to the point
Co-authored-by: Jasmine Hegman <jasmine@jhegman.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-09-08 17:14:37 +03:00
Christopher Moyer
e15c8cf535
Docs: moves reporting docs per customer request ( #54591 )
...
* moves reporting docs per customer request
* corrects relrefs
* adjusts link and menutitle
* corrects typo
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-09-08 08:55:57 -05:00
Christopher Moyer
f516b8c5d8
restructures user management docs ( #54871 )
2022-09-08 08:51:34 -05:00
Jo
ef245874da
OAuth: Allow assigning Server Admin ( #54780 )
...
* extract errors to errors file
* implement oauth server admin assignment
* add server admin tests
* deduplicate autoAssignOrgRole
* deduplicate strict setting
* deduplicate strict setting
* add support for generic oauth
* add role attribute strict support for generic oauth
* add support for github/gitlab
* assignGrafanaAdmin option is here to stay
* unify similar errors
* add config option
* add okta server admin mapping
* remove never used Company attribute
* unify generic oauth role extract with other methods
* case insensitive role match as in azure
* add ini settings
* add server admin to devenv
* remove duplicate fields
* add documentation to oauth
* fix titlecase test
* implement doc feedback
2022-09-08 06:11:00 -04:00
Christopher Moyer
5b830e131e
adjusts access control directory structure ( #54865 )
2022-09-07 13:27:32 -05:00
Matthew Jacobson
940d18ad57
Alerting: Sanitize invalid label/annotation names for external alertmanagers ( #54537 )
...
* 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>
2022-09-07 11:39:39 -04:00
majordookie
35751b2ab4
Fix typo ( #54681 )
2022-09-07 15:40:52 +03:00
Nicholas Wiersma
9e704fec3c
JWT: Add support for assigning org roles ( #54277 )
...
* feat: allow jwt role to be set
* chore: update documentation
* fix: cr suggestions
* fix: lint issues
* respect org auto assign and default org ID
* add server admin to devenv
Co-authored-by: jguer <joao.guerreiro@grafana.com>
2022-09-07 14:00:33 +02:00
Christopher Moyer
cdc2200273
restructures aws marketplace docs ( #54810 )
2022-09-06 16:47:47 -05:00
Christopher Moyer
0f549a44b0
changes _index files to index, adds aliases ( #54804 )
2022-09-06 12:58:07 -05:00
Grot (@grafanabot)
fe848e93b3
ReleaseNotes: Updated changelog and release notes for 9.1.3 ( #54759 )
2022-09-06 12:54:58 +02:00
Jo
4952b7f22d
Add JWT url auth documentation ( #54040 )
...
* add jwt auth docs
* add appropriate warnings to docs
* remove unimplemented login_token assumptions
* Update conf/sample.ini
2022-09-05 03:46:50 -04:00
Timur Olzhabayev
b5b41988cf
Docs: Deprecating packages_api and removing it from our pipelines ( #54473 )
2022-09-01 18:15:44 +02:00
Timur Olzhabayev
f7302149d0
Fix: Adjusting plugin.json schema regex ( #54515 )
2022-09-01 15:53:38 +02:00
Christopher Moyer
ac12b6d7ff
refactors usage insights topics ( #54497 )
2022-09-01 08:46:21 -05:00
Christopher Moyer
8a23b1fd4f
adds video ( #54545 )
2022-09-01 08:35:58 -05:00
Josa Gesell
3b848fd91b
Fix a typo on the Manage dashboard links page ( #54525 )
2022-09-01 08:01:22 +00:00
Christopher Moyer
e64009fa88
moves time series up, fixes random relrefs ( #54477 )
2022-08-31 10:13:07 -05:00
Kristina
38c1f3d054
Explore: Add Mixed Datasource ( #53429 )
...
* Toggle on the mixed mode option
* Ensure switching to mixed gives existing query prev datasource
* WIP - Populate datasource when switching between mixed and not
* WIP - handle change from mixed
* Remove preimport filter, refine filter to work for queries
* WIP debugging datasource transition
* Ensure creating a new query gets target data source if switching with no matches between
* Add mixed datasource to rich history display
* Cleanup console logs, add relevant comments
* Add feature toggle for mixed datasource
* Fix Wrapper tests
* Fix tests!
* Fix test types and add feature tracking
* Remove unnecessary default, remove explore/mixed workarounds for D2E
* Move display text logic to mixed datasource file
* Add in the default query parameters to a generated empty query
* Condense some code
* Apply suggestions from code review
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
* Add more logic around mixed datasource being off for explore
* Build out logic to handle different datasource scenarios
* Add tests
* Finalize last test
* Fix mixed URL with mixed ds off, and relevant test
* Fix datasource to explore workflow
* Add datasource change function, call import queries if needed
* add logic for changing single query ds
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
2022-08-31 09:24:20 -05:00
Joe Blubaugh
56369457d4
Grafana Backend: Establish a database version support policy. ( #54374 )
...
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.
2022-08-31 09:40:35 +08:00
Grot (@grafanabot)
3a9a145ef7
ReleaseNotes: Updated changelog and release notes for 8.3.11, 8.4.11, 8.5.11 and 9.0.8 ( #54493 )
...
* ReleaseNotes: Updated changelog and release notes for 8.3.11, 8.4.11, 8.5.11 and 9.0.8
Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com>
2022-08-30 20:55:01 +02:00
Grot (@grafanabot)
ab959f9305
ReleaseNotes: Updated changelog and release notes for 9.1.2 ( #54481 )
2022-08-30 18:33:03 +01:00
Christopher Moyer
dc2616f833
removes previously refactored content ( #54416 )
2022-08-30 11:24:31 -05:00
Esteban Beltran
56bceacfb1
Navigation Bar: Remove plugins link under Server Admin ( #54386 )
...
* Navigation Bar: Remove plugins link under Server Admin
* Modify frontend to handle admin plugins as just plugins
* update assets and documentation mentioned path
* Fix copy to remove redundant text
2022-08-30 03:40:04 -04:00
Matt Dodson
fcea9ac913
Fix admonition ( #54408 )
2022-08-29 15:33:54 -05:00
Mihály Gyöngyösi
990f673202
Docs: Fix typo in custom-role-actions-scopes.md ( #54294 )
...
* Fix typo in custom-role-actions-scopes.md
* Address lint issue
2022-08-29 11:59:17 +02:00
Christopher Moyer
3f0636083d
Docs/adds cloud support disclaimer ( #54150 )
...
* 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
2022-08-25 12:53:41 -05:00
Christopher Moyer
948452034e
Docs/refactors manage dashboard topics ( #54178 )
...
* 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>
2022-08-25 11:30:07 -05:00
Christopher Moyer
ca3296da34
Docs: refactors and copy edits share dashboard topics ( #53972 )
...
* refactors and copy edits share dashboard topics
* fixes typo
* incorporates feedback
* completes splitting out reporting and playlists
2022-08-25 08:19:28 -05:00
Yaelle Chaudy
d0d6562f63
AzureMonitor: Added ARG query function for template variables ( #53059 )
...
* 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
2022-08-25 09:38:43 +02:00
Kim Nylander
fe87ffdda0
[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>
2022-08-24 16:58:45 -07:00
Ryan McKinley
b483ac322f
Chore: replace React.FC<Props> with simple function component ( #54123 )
2022-08-24 16:54:34 -04:00
Ryan McKinley
fe61a97c9d
TextPanel: Support code formats ( #53850 )
2022-08-24 08:13:00 -07:00
Ryan McKinley
1d4e01f8ba
Transformers: Support inner vs outer join ( #53913 )
2022-08-23 10:14:03 -07:00
Grot (@grafanabot)
2eec035c13
ReleaseNotes: Updated changelog and release notes for 9.1.1 ( #54103 )
2022-08-23 11:56:04 -04:00
Kim Nylander
45b65cc6c9
[DOC] Add APM changes and fix links ( #53986 )
...
* 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>
2022-08-23 07:46:23 -07:00
Christopher Moyer
c29a2c37c1
docs: corrects broken relrefs ( #54061 )
...
* 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>
2022-08-22 17:03:58 -05:00
Christopher Moyer
657e1683d2
docs: refactors field value overrides topics ( #53849 )
...
* 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>
2022-08-22 15:37:29 -05:00
Ryan McKinley
dcdf232882
Heatmap: update heatmap documentation ( #52756 )
...
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-08-22 12:50:34 -05:00
ceh
ad501e770f
Docs: Fix minor typo ( #53590 )
2022-08-22 18:26:52 +02:00
Christopher Moyer
666f84be57
refactors transformation topics ( #53984 )
2022-08-22 10:04:59 -05:00
Christopher Moyer
1da4aa25a8
docs: refactors value mappings topics ( #53616 )
...
* starts copy edit
* completes refactor and copy edit
2022-08-22 09:26:53 -05:00
Takuya Kosugiyama
2ff007b266
Cloud Monitoring: Support SLO burn rate ( #53710 )
2022-08-22 10:11:54 +02:00
Timur Olzhabayev
4ca845e479
Chore/extend plugin schema json ( #53950 )
...
* Allowing additional parameters in tokenAuth and jwtTokenAuth
2022-08-19 08:58:32 -04:00
Alex Karacaoglu
a3c1cd836e
Transformations: Add support for an inner join transformation ( #53865 )
2022-08-18 10:22:45 -07:00
owensmallwood
fb40b80141
shows example of how and where to enable public dashboards in config.ini ( #53904 )
2022-08-18 11:13:48 -06:00
Phil Z
8145caf554
Fix file extension ( #53838 )
2022-08-18 11:21:38 +02:00
Ryan McKinley
4ac87a3b3b
Geomap: update the layer order in docs ( #53749 )
2022-08-17 15:57:52 -07:00
Christopher Moyer
070393075a
updates broken relrefs ( #53857 )
2022-08-17 15:26:29 -05:00
Eve Meelan
59e638acb9
Legal: CLA formatting update ( #53853 )
...
* Formatting
* linter
2022-08-17 14:37:25 -05:00
Christopher Moyer
5cbc579955
fixes time-series relrefs ( #53851 )
2022-08-17 14:22:52 -05:00
Jean-Philippe Quéméner
2fef8e6f2c
Alerting: add docs for file provisioning ( #53101 )
2022-08-17 18:53:36 +02:00
Beto Muniz
d4a63aca64
InfluxDB: Remove browser ('direct' access) mode. ( #53529 )
...
* Remove InfluxDB browser ('direct' access) mode.
* Improve text usage and clarity
2022-08-17 09:40:21 -03:00
Andrej Ocenas
f30795b088
Prometheus: Throw error on direct access ( #50162 )
...
* Disable direct access
* Hide access select if Server mode is already selected
* Update docs
* Add more tests
Co-authored-by: Beto Muniz <contato@betomuniz.com>
2022-08-17 09:37:29 -03:00
Grot (@grafanabot)
932d1b6650
ReleaseNotes: Updated changelog and release notes for 9.1.0 ( #53780 )
2022-08-16 15:54:14 +02:00
Selene
6988dcd7f5
Release Notes: Add missing report bug fixes ( #53597 )
...
* Add missing report bug fixes
* Update docs/sources/release-notes/release-notes-9-0-7.md
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2022-08-16 06:42:33 -04:00
Garrett Guillotte
47364ae11f
fix configuration secret_key relref link ( #52742 )
...
Co-authored-by: Fabio Michelini <fabio.michelini@protonmail.com>
2022-08-16 10:57:08 +02:00
Garrett Guillotte
25e546ad21
Docs: Fix link in What's New in 9.1 ( #53259 )
2022-08-16 10:54:33 +02:00
Garrett Guillotte
1f692d4020
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
2022-08-16 10:45:05 +02:00