Skip to content

Commit

Permalink
fixup readme fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
smo921 committed May 13, 2024
1 parent 784ae76 commit 59a0c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ so they can be created in a single update and can be re-created if any of them i
|Dashboard|uptime|`monitor: {id: "foo:bar"}`|
|Dashboard|alert_graph|`alert_id: "foo:bar"`|
|Dashboard|slo|`slo_id: "foo:bar"`|
|Dashboard|timeseries|`query: -> { data_source: "slo", slo_id: "foo:bar" }`|
|Monitor|composite|`query: -> { "%{foo:bar} && %{foo:baz}" }`|
|Monitor|slo alert|`query: -> { "error_budget(\"%{foo:bar}\").over(\"7d\") > 123.0" }`|
|Slo|monitor|`monitor_ids: -> ["foo:bar"]`|
Expand Down
1 change: 1 addition & 0 deletions template/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ so they can be created in a single update and can be re-created if any of them i
|Dashboard|uptime|`monitor: {id: "foo:bar"}`|
|Dashboard|alert_graph|`alert_id: "foo:bar"`|
|Dashboard|slo|`slo_id: "foo:bar"`|
|Dashboard|timeseries|`query: -> { data_source: "slo", slo_id: "foo:bar" }`|
|Monitor|composite|`query: -> { "%{foo:bar} && %{foo:baz}" }`|
|Monitor|slo alert|`query: -> { "error_budget(\"%{foo:bar}\").over(\"7d\") > 123.0" }`|
|Slo|monitor|`monitor_ids: -> ["foo:bar"]`|
Expand Down

0 comments on commit 59a0c5c

Please sign in to comment.