From 8a5b07c9a3a631ec0051692b844f4fe985682641 Mon Sep 17 00:00:00 2001 From: mallettjared <110853992+mallettjared@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:12:28 -0400 Subject: [PATCH] Duplicate Exemplars Configuration Delete (#66016) * Duplicate Exemplars Configuration Delete I noticed there were double Exemplar configuration paragraphs one right after the other and deleted the upper one. * makes prettier --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Chris Moyer --- docs/sources/datasources/prometheus/_index.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/sources/datasources/prometheus/_index.md b/docs/sources/datasources/prometheus/_index.md index 2a95f1ba839..08f56b5c32d 100644 --- a/docs/sources/datasources/prometheus/_index.md +++ b/docs/sources/datasources/prometheus/_index.md @@ -61,12 +61,17 @@ To configure basic settings for the data source, complete the following steps: | `Version` | The version of your Prometheus server, note that this field is not visible until the Prometheus type is selected. | | `Disable metrics lookup` | Checking this option will disable the metrics chooser and metric/label support in the query field's autocomplete. This helps if you have performance issues with bigger Prometheus instances. | | `Custom query parameters` | Add custom parameters to the Prometheus query URL. For example `timeout`, `partial_response`, `dedup`, or `max_source_resolution`. Multiple parameters should be concatenated together with an '&'. | - | **Exemplars configuration** | | - | `Internal link` | Enable this option if you have an internal link. When enabled, this reveals the data source selector. Select the backend tracing data store for your exemplar data. | - | `Data source` | _(Visible only if you enable `Internal link`)_ Selects the backend tracing data store for your exemplar data. | - | `URL` | _(Visible only if you disable `Internal link`)_ Defines the external link's full URL. You can interpolate the value from the field by using the [`${__value.raw}` macro]({{< relref "../..//panels-visualizations/configure-data-links/#value-variables" >}}). | - | `URL Label` | _(Optional)_ Adds a custom display label to override the value of the `Label name` field. | - | `Label name` | Adds a name for the exemplar traceID property. | + + **Exemplars configuration:** + + | Name | Description | + + | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | + | **Internal link** | Enable this option if you have an internal link. When enabled, this reveals the data source selector. Select the backend tracing data store for your exemplar data. | + | **Data source** | _(Visible only if you enable `Internal link`)_ Selects the backend tracing data store for your exemplar data. | + | **URL** | _(Visible only if you disable `Internal link`)_ Defines the external link's full URL. You can interpolate the value from the field by using the [`${__value.raw}` macro]({{< relref "../..//panels-visualizations/configure-data-links/#value-variables" >}}). | + | **URL label** | _(Optional)_ Adds a custom display label to override the value of the `Label name` field. | + | **Label name** | Adds a name for the exemplar traceID property. | ### Provision the data source