-
Notifications
You must be signed in to change notification settings - Fork 313
Add metrics for monitoring PeerForwarder #1609
Copy link
Copy link
Description
Metrics for peer forwarder include:
Gauge:
- peerEndpoints
Counter: (records)
- recordsActuallyProcessedLocally
- recordsToBeProcessedLocally
- recordsToBeForwarded
- recordsFailedForwarding
- recordsSuccessfullyForwarded
- recordsReceivedFromPeers
Counter: (requests)
- requests
- requestsFailed (any request with other than 200 OK response)
- requestsSuccessful
- requests
- requestsTooLarge (buffer)
- requestTimeouts (buffer)
- requestsUnprocessable (buffer not found, NPE)
- badRequests
Timer:
- requestForwardingLatency
- requestProcessingLatency
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done