Skip to content

Commit

Permalink
Merge pull request #1893 from cloudflare/swarfield/clearification
Browse files Browse the repository at this point in the history
Clearify dispatch metrics
  • Loading branch information
Warfields authored Mar 25, 2024
2 parents 1c2c879 + 4f84370 commit 7c33ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/workerd/io/observer.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class RequestObserver: public kj::Refcounted {
return kj::mv(client);
}

// Used to record when a worker has a dynamic dispatch binding (Called on the dispatching side)
virtual void setHasDispatchBinding() {};
// Used to record when a worker has used a dynamic dispatch binding.
virtual void setHasDispatched() {};

virtual SpanParent getSpan() { return nullptr; }

Expand Down

0 comments on commit 7c33ab4

Please sign in to comment.