Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
suzana-nesic committed Sep 30, 2024
1 parent 5c11ab8 commit fd09b84
Showing 1 changed file with 16 additions and 38 deletions.
54 changes: 16 additions & 38 deletions schemas/app-sre/slo-document-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,44 +152,22 @@ properties:
properties:
name:
type: string
annotations:
type: object
properties:
runbook:
type: string
message:
type: string
dashboard:
type: string
link_url:
type: string
spec:
type: object
properties:
# # alerting:
# # type: string
description:
type: string
indicator:
type: object
properties:
ratio:
type: object
properties:
errors:
type: object
properties:
metric:
type: string
total:
type: object
properties:
metric:
type: string
target:
type: string
window:
type: string
runbook:
type: string
message:
type: string
dashboard:
type: string
link_url:
type: string
error_metric:
type: string
total_metric:
type: string
slo_target:
type: string
window:
type: string
required:
- "$schema"
- labels
Expand Down

0 comments on commit fd09b84

Please sign in to comment.