mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Use expected types for admonition (#68080)
All types are declared lowercased. Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -54,7 +54,7 @@ Dashboard insights show the following information:
|
||||
|
||||
{{< figure src="/static/img/docs/enterprise/dashboard_insights_stats.png" max-width="400px" class="docs-image--no-shadow" >}}{{< figure src="/static/img/docs/enterprise/dashboard_insights_users.png" max-width="400px" class="docs-image--no-shadow" >}}
|
||||
|
||||
{{% admonition type="Note" %}}
|
||||
{{% admonition type="note" %}}
|
||||
|
||||
If you've enabled the `publicDashboards` feature toggle, you'll also see a Public dashboards tab in your analytics.
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ weight: 8
|
||||
|
||||
# Public dashboards
|
||||
|
||||
{{% admonition type="Note" %}}
|
||||
{{% admonition type="note" %}}
|
||||
|
||||
This feature is in [public preview](/docs/release-life-cycle/).
|
||||
|
||||
{{% /admonition %}}
|
||||
|
||||
{{% admonition type="Caution" %}}
|
||||
{{% admonition type="caution" %}}
|
||||
|
||||
Making your dashboard public could result in a large number of queries to the data sources used by your dashboard.
|
||||
This can be mitigated by utilizing the enterprise [caching]({{< relref "../../administration/data-source-management/#query-caching" >}}) and/or rate limiting features.
|
||||
@@ -47,7 +47,7 @@ If you are using Docker, use an environment variable to enable public dashboards
|
||||
--env GF_FEATURE_TOGGLES_ENABLE=publicDashboards
|
||||
```
|
||||
|
||||
{{% admonition type="Note" %}}
|
||||
{{% admonition type="note" %}}
|
||||
|
||||
For Grafana Cloud (Pro and Advanced only), contact support to have the feature enabled.
|
||||
|
||||
@@ -81,7 +81,7 @@ The link no longer works. You must create a new public URL, as in [Make a dashbo
|
||||
|
||||
## Email sharing
|
||||
|
||||
{{% admonition type="Note" %}}
|
||||
{{% admonition type="note" %}}
|
||||
|
||||
Available in [Grafana Enterprise]({{< relref "../../introduction/grafana-enterprise/" >}}) and [Grafana Cloud Pro and Advanced](/docs/grafana-cloud).
|
||||
|
||||
@@ -91,7 +91,7 @@ Email sharing allows you to share your public dashboard with only specific peopl
|
||||
|
||||
### Enable email sharing
|
||||
|
||||
{{% admonition type="Note" %}}
|
||||
{{% admonition type="note" %}}
|
||||
|
||||
For Grafana Cloud (Pro and Advanced only), contact support to have the feature enabled.
|
||||
|
||||
@@ -157,7 +157,7 @@ If a Grafana user has read access to the parent dashboard, they can view the pub
|
||||
|
||||
## Assess public dashboard usage
|
||||
|
||||
> **Note:** Available in [Grafana Enterprise]({{< relref "../../introduction/grafana-enterprise/" >}}) and [Grafana Cloud Pro and Advanced](/docs/grafana-cloud).
|
||||
> **note:** Available in [Grafana Enterprise]({{< relref "../../introduction/grafana-enterprise/" >}}) and [Grafana Cloud Pro and Advanced](/docs/grafana-cloud).
|
||||
|
||||
You can check usage analytics about your public dashboard by clicking the insights icon in the dashboard header:
|
||||
|
||||
@@ -203,7 +203,7 @@ guaranteed because plugin developers can override this functionality. The follow
|
||||
|
||||
### Unconfirmed:
|
||||
|
||||
{{% admonition type="Note" %}}
|
||||
{{% admonition type="note" %}}
|
||||
|
||||
If you've confirmed one of these data sources work with public dashboards, let us know in our [Github](https://github.com/grafana/grafana/discussions/49253) discussion, and we'll mark it as confirmed!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user