mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Remove regex reference in silences filter tooltip (#88455)
This commit is contained in:
parent
1c2ae2c72d
commit
5bb7d4da4c
@ -63,8 +63,8 @@ const NotificationPoliciesFilter = ({
|
||||
<Tooltip
|
||||
content={
|
||||
<div>
|
||||
Filter silences by matchers using a comma separated list of matchers, ie:
|
||||
<pre>{`severity=critical, instance=~cluster-us-.+`}</pre>
|
||||
Filter notification policies by using a comma separated list of matchers, e.g.:
|
||||
<pre>severity=critical, instance=~cluster-us-.+</pre>
|
||||
</div>
|
||||
}
|
||||
>
|
||||
|
@ -43,8 +43,8 @@ export const SilencesFilter = () => {
|
||||
<Tooltip
|
||||
content={
|
||||
<div>
|
||||
Filter silences by matchers using a comma separated list of matchers, ie:
|
||||
<pre>{`severity=critical, instance=~cluster-us-.+`}</pre>
|
||||
Filter silences by using a comma separated list of matchers, e.g.:
|
||||
<pre>severity=critical, env=production</pre>
|
||||
</div>
|
||||
}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user