Skip to content

Commit

Permalink
Merge pull request #3978 from Yelp/joycek/min-error-rps
Browse files Browse the repository at this point in the history
Update smartstack schema for min error rps to be numbers instead of ints
  • Loading branch information
thejoycekung authored Oct 8, 2024
2 parents 79b7039 + 6f5f324 commit 84cb7ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paasta_tools/cli/schemas/smartstack_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"maximum": 1
},
"minimum_error_rps": {
"type": "integer",
"type": "number",
"minimum": 0
},
"default_endpoint_alerting": {
Expand All @@ -267,7 +267,7 @@
"maximum": 1
},
"endpoint_minimum_error_rps": {
"type": "integer",
"type": "number",
"minimum": 0
},
"endpoints": {
Expand All @@ -284,7 +284,7 @@
"maximum": 1
},
"minimum_error_rps": {
"type": "integer",
"type": "number",
"minimum": 0
},
"team": {
Expand Down

0 comments on commit 84cb7ec

Please sign in to comment.