Make json tags consistent

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2019-09-11 17:30:01 -07:00
parent 94f143ccce
commit 25d5cb337d

View File

@@ -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"`
}