record observable events from request manager
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user