-
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
feat: metric for successful http retrievals #437
Conversation
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.
Great start! Let's improve the tests a bit.
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.
Almost there!
Co-authored-by: Miroslav Bajtoš <[email protected]>
Co-authored-by: Miroslav Bajtoš <[email protected]>
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.
LGTM! 👏🏻
@NikolasHaimerl Please go ahead and land the pull request yourself. Our GitHub Actions CI/CD pipeline will automatically deploy this change to Fly.io. After the current Spark round ends and spark-evaluate finishes the evaluation run, you will see the first new data point in InfluxDB. |
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.
Great!
This MR proposes the following changes:
Following the definition of this issue the metric is defined as:
In practice a successful http request is defined by its sucess indicated by
Measurement.retrievalResult
as well as the protocol being used indicated byMeasurement.protocol
.