-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement unstable SLO resource #91
Conversation
This change is part of the following stack: Change managed by git-spice. |
b149cd7
to
500e3f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments, but this looks clean.
@@ -1976,6 +1976,9 @@ | |||
}, | |||
"span_count": { | |||
"$ref": "#/definitions/TraceSearchFilterCountFilter" | |||
}, | |||
"is_root_span": { | |||
"$ref": "#/definitions/TraceSearchFilterBoolFilter" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it expected to see other things that aren't SLO related in this PR? I assume it means someone on another team just didn't run a gen command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it CAN happen if we haven't updated in a while. not a big deal
// SwaggerParam is the name of the parameter to use in the swagger client request/response | ||
// types. This will normally be the same as SwaggerType, but will be different for the | ||
// SLO resource, where it is "Slo" instead of "SLO". | ||
SwaggerParam string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just an override for SwaggerType
, right? Something like SwaggerAPIType
? "Param" confuses me here, but I don't have an explicit better name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because it is used the parameter name for the request/responses
This PR implements a new unstable resource for SLOs