You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yorkie uses Prometheus for metrics reporting. The simplest way to see the available metrics is to cURL the metrics endpoint localhost:11102/metrics. The format is described here.
We need to add more metrics related to PushPull API.
Name
Description
Type
pushpull_response_seconds
Response time of PushPull API.
Histogram
pushpull_received_changes
The number of changes included in a request pack in PushPull API.
Counter
pushpull_sent_changes
The number of changes included in a response pack in PushPull API.
Counter
pushpull_snapshot_duration_seconds
The creation time of snapshot in PushPull API.
Histogram
pushpull_snapshot_bytes
The number of bytes of Snapshot.
Counter
Why is this needed:
The metrics can be used for real-time monitoring and debugging.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Yorkie uses Prometheus for metrics reporting. The simplest way to see the available metrics is to cURL the metrics endpoint
localhost:11102/metrics
. The format is described here.We need to add more metrics related to PushPull API.
Why is this needed:
The metrics can be used for real-time monitoring and debugging.
The text was updated successfully, but these errors were encountered: