We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding this for posterity, I will work on this issue shortly.
It would be useful to emit events with metadata around the success or failure of HTTP requests to the Prismic API to enhance spans.
Specifically, I would like to see the following attributes:
status
attempt
method
url
status_code
The text was updated successfully, but these errors were encountered:
[#29] Add telemetry
745b29d
Closes #29
6bc333f
ianagne
No branches or pull requests
Adding this for posterity, I will work on this issue shortly.
It would be useful to emit events with metadata around the success or failure of HTTP requests to the Prismic API to enhance spans.
Specifically, I would like to see the following attributes:
status
- ok/errorattempt
- The current attempt numbermethod
- HTTP method of requesturl
- url of requeststatus_code
- HTTP status code of the responseThe text was updated successfully, but these errors were encountered: