From 93c252e0fec2b655b0aeb8cd45a23ba23adc0874 Mon Sep 17 00:00:00 2001 From: Giuseppe Guerra Date: Thu, 13 Apr 2023 13:07:45 +0200 Subject: [PATCH] Docs: Add docs for [plugin.plugin_id].tracing config key (#65900) * Docs: Add docs for [plugin.plugin_id].tracing config key * Docs: Changes after PR review * PR review changes * PR review changes --- .../setup-grafana/configure-grafana/_index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 9f269675b3d..3f61ed8b758 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -2020,6 +2020,20 @@ ha_engine_address = 127.0.0.1:6379
+## [plugin.plugin_id] + +This section can be used to configure plugin-specific settings. Replace the `plugin_id` attribute with the plugin ID present in `plugin.json`. + +Properties described in this section are available for all plugins, but you must set them individually for each plugin. + +### tracing + +> **Note**: Available in Grafana v9.5.0 or later, and [OpenTelemetry must be configured as well](#tracingopentelemetry). + +If `true`, propagate the tracing context to the plugin backend and enable tracing (if the backend supports it). + +
+ ## [plugin.grafana-image-renderer] For more information, refer to [Image rendering]({{< relref "../image-rendering/" >}}).