Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerj0 authored and geofffranks committed Aug 23, 2023
1 parent 95580a5 commit f6d7f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources.go
Expand Up @@ -235,8 +235,8 @@ type ContainerMetrics struct {
TimeSpentInCPU time.Duration `json:"time_spent_in_cpu"`
AbsoluteCPUEntitlementInNanoseconds uint64 `json:"absolute_cpu_entitlement_in_ns"`
ContainerAgeInNanoseconds uint64 `json:"container_age_in_ns"`
RxInBytes uint64 `json:"rx_in_bytes"`
TxInBytes uint64 `json:"tx_in_bytes"`
RxInBytes *uint64 `json:"rx_in_bytes"`
TxInBytes *uint64 `json:"tx_in_bytes"`
}

type MetricsConfig struct {
Expand Down

0 comments on commit f6d7f9e

Please sign in to comment.