Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
knylander-grafana authored Mar 15, 2024
1 parent b6e89e0 commit 887a67d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/sources/tempo/setup/operator/grafana_datasource.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ weight: 400

You can use Grafana to query and visualize traces of the `TempoStack` instance by configuring a Tempo data source in Grafana.

## Using Grafana Operator
## Use Grafana Operator

If your Grafana instance is managed by the [Grafana Operator](/docs/grafana-cloud/developer-resources/infrastructure-as-code/grafana-operator/), you can instruct the Tempo Operator to create a data source (`GrafanaDatasource` custom resource):

Expand All @@ -22,8 +22,9 @@ spec:
grafana:
createDatasource: true
```
Note: The feature gate `featureGates.grafanaOperator` must be enabled in the Tempo Operator configuration.
{{< admonition type="note" >}}
The feature gate `featureGates.grafanaOperator` must be enabled in the Tempo Operator configuration.
{{< /admonition >}}

## Manual data source configuration

Expand Down

0 comments on commit 887a67d

Please sign in to comment.