mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
Make json tags consistent
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -510,7 +510,7 @@ func (a *Account) IsExportServiceTracking(service string) bool {
|
||||
|
||||
// NATSLatency represents the internal NATS latencies, including RTTs to clients.
|
||||
type NATSLatency struct {
|
||||
Requestor time.Duration `json:"request_rtt"`
|
||||
Requestor time.Duration `json:"requestor_rtt"`
|
||||
Responder time.Duration `json:"responder_rtt"`
|
||||
System time.Duration `json:"system_latency"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user