Skip to content

feat: expose framework-neutral request metrics API#4

Merged
gofurry merged 2 commits into
mainfrom
dev
Jul 11, 2026
Merged

feat: expose framework-neutral request metrics API#4
gofurry merged 2 commits into
mainfrom
dev

Conversation

@gofurry

@gofurry gofurry commented Jul 11, 2026

Copy link
Copy Markdown
Owner
  • Add framework-neutral request metrics APIs:
    • RequestStarted()
    • RequestFinished(status, duration)
    • ObserveRequest(status, duration)
  • Reuse the new lifecycle API in the existing net/http middleware path.
  • Add Fiber, Gin, and Echo integration examples to English and Chinese README.
  • Document the safe Fiber integration pattern to avoid creating monitor instances per request.

@gofurry gofurry self-assigned this Jul 11, 2026
@gofurry gofurry added the enhancement New feature or request label Jul 11, 2026
@gofurry gofurry merged commit 090c6b4 into main Jul 11, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant