wpengine / wpengine/hwptoolkit
feat: Add overall time to logging plugin
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 47
- Forks
- 3
- Avg merge
- 1m
- Merged PRs (30d)
- 19
Description
Overview
As per feedback on the community call, it would be nice if the logging plugin had the overall time of the request lifecycle in the context data.
Some research is required to figure out the best way of doing this and considering how we update all records with this data or is it just the event when the response is returned.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the logging plugin's request lifecycle and how it updates context data. Compare recording overall time on every record with recording it only when the response returns, then define and verify the chosen behavior for exposing this timing in the context data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100