record observable events from request manager

This commit is contained in:
Jay
2026-05-19 22:16:58 -04:00
parent 30e9881dae
commit c6f2aec165
2 changed files with 89 additions and 5 deletions
+4
View File
@@ -380,6 +380,10 @@ func (e *Envoy) Context() context.Context {
return e.ctx
}
func (e *Envoy) PeerID() string {
return e.url
}
func (e *Envoy) Handler() slog.Handler {
return e.handler
}