mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
alerting>home:get-started (#89835)
* alerting>home:get-started * all pretty no pity * applied suggestions * prettier-betterer * betterer
This commit is contained in:
parent
df15678455
commit
5d06f86178
@ -2487,9 +2487,7 @@ exports[`better eslint`] = {
|
||||
[0, 0, 0, "No untranslated strings. Wrap text with <Trans />", "10"],
|
||||
[0, 0, 0, "No untranslated strings. Wrap text with <Trans />", "11"],
|
||||
[0, 0, 0, "No untranslated strings. Wrap text with <Trans />", "12"],
|
||||
[0, 0, 0, "No untranslated strings. Wrap text with <Trans />", "13"],
|
||||
[0, 0, 0, "No untranslated strings. Wrap text with <Trans />", "14"],
|
||||
[0, 0, 0, "No untranslated strings. Wrap text with <Trans />", "15"]
|
||||
[0, 0, 0, "No untranslated strings. Wrap text with <Trans />", "13"]
|
||||
],
|
||||
"public/app/features/alerting/unified/home/Insights.tsx:5381": [
|
||||
[0, 0, 0, "No untranslated strings. Wrap text with <Trans />", "0"]
|
||||
|
@ -38,24 +38,28 @@ export default function GettingStarted() {
|
||||
<Text element="h3">Get started</Text>
|
||||
<ul className={styles.list}>
|
||||
<li>
|
||||
<Text weight="bold">Create an alert rule</Text> by adding queries and expressions from multiple data
|
||||
sources.
|
||||
<Text weight="bold">Create an alert rule</Text> to query a data source and evaluate the condition defined
|
||||
in the alert rule
|
||||
</li>
|
||||
<li>
|
||||
<Text weight="bold">Add labels</Text> to your alert rules{' '}
|
||||
<Text weight="bold">to connect them to notification policies</Text>
|
||||
<Text weight="bold">Route alert notifications</Text> either directly to a contact point or through
|
||||
notification policies for more flexibility
|
||||
</li>
|
||||
<li>
|
||||
<Text weight="bold">Configure contact points</Text> to define where to send your notifications to.
|
||||
</li>
|
||||
<li>
|
||||
<Text weight="bold">Configure notification policies</Text> to route your alert instances to contact
|
||||
points.
|
||||
<Text weight="bold">Monitor</Text> your alert rules using dashboards and visualizations
|
||||
</li>
|
||||
</ul>
|
||||
<TextLink href="https://grafana.com/docs/grafana/latest/alerting/" icon="angle-right" inline={false} external>
|
||||
Read more in the docs
|
||||
</TextLink>
|
||||
<p>
|
||||
For a hands-on introduction, refer to our{' '}
|
||||
<TextLink
|
||||
href="https://grafana.com/tutorials/alerting-get-started/"
|
||||
icon="angle-right"
|
||||
inline={true}
|
||||
external
|
||||
>
|
||||
tutorial to get started with Grafana Alerting
|
||||
</TextLink>
|
||||
</p>
|
||||
</Stack>
|
||||
</ContentBox>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user