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
This commit is contained in:
Giuseppe Guerra 2023-04-13 13:07:45 +02:00 committed by GitHub
parent 7bc0692801
commit 93c252e0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -2020,6 +2020,20 @@ ha_engine_address = 127.0.0.1:6379
<hr>
## [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).
<hr>
## [plugin.grafana-image-renderer]
For more information, refer to [Image rendering]({{< relref "../image-rendering/" >}}).