Skip to content

Commit 46eac75

Browse files
author
Benjamin
committed
Incorrect rule type in thanos rules federation proposal
Signed-off-by: Benjamin <[email protected]>
1 parent 04a7f54 commit 46eac75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/proposals/202003_thanos_rules_federation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ As specified, the rule type and then rule name is used for deduplication.
8888
Given the following stream of incoming rule groups and containing recording/alerting rules:
8989
```text
9090
group: a
91-
recording:<name:"a1" last_evaluation:<seconds:1 > >
92-
alert: <name:"r1" last_evaluation:<seconds:1 > >
91+
recording:<name:"r1" last_evaluation:<seconds:1 > >
92+
alert: <name:"a1" last_evaluation:<seconds:1 > >
9393
group: b
9494
recording:<name:"r1" last_evaluation:<seconds:1 > >
9595
group: a

0 commit comments

Comments
 (0)