From 1601995fda7fb46ad8a72c9c4ffdd0bcd180b28b Mon Sep 17 00:00:00 2001 From: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:21:23 -0600 Subject: [PATCH] Update docs/sources/datasources/concepts.md Co-authored-by: David Harris --- docs/sources/datasources/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/concepts.md b/docs/sources/datasources/concepts.md index ba28277e5ac..1a8267f6fd4 100644 --- a/docs/sources/datasources/concepts.md +++ b/docs/sources/datasources/concepts.md @@ -94,7 +94,7 @@ Think of it this way: You _install_ a plugin but _configure_ a data source. **Do I need a plugin to use a data source?** -You must install the plugin before you configure or use the data source. Each data source plugin has its own versioning and lifecycle. Some core data sources currently come with pre-installed plugins, but these will transition to installable plugins over upcoming releases. +You must install the plugin before you configure or use the data source. Each data source plugin has its own versioning and lifecycle. Grafana includes built-in core data sources, which can be thought of as pre-installed plugins. **Can I use integrations in self-hosted Grafana?**