Skip to content

Commit

Permalink
remove peer tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CassOnMars committed Oct 9, 2024
1 parent f9bbcbe commit bf6ca9d
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 117 deletions.
2 changes: 1 addition & 1 deletion apps/hubble/src/rpc/httpServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function getCallObject<M extends keyof HubServiceServer>(
request: fastify.FastifyRequest,
metadata?: Metadata,
): CallTypeForMethod<M> {
statsd().increment(`httpapi.${method}`, { peer: request.ip });
statsd().increment(`httpapi.${method}`);

return {
request: params,
Expand Down
Loading

0 comments on commit bf6ca9d

Please sign in to comment.