Skip to content

Commit

Permalink
nodeName camelcase
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Sep 20, 2021
1 parent 4cc82da commit 34be073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/measurements/pod_latency.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type podMetric struct {
UUID string `json:"uuid"`
Namespace string `json:"namespace"`
Name string `json:"podName"`
NodeName string `json:"NodeName"`
NodeName string `json:"nodeName"`
}

type podLatencyQuantiles struct {
Expand Down

0 comments on commit 34be073

Please sign in to comment.