Skip to content

Commit

Permalink
[chore] Sort golden metric file slices (#23068)
Browse files Browse the repository at this point in the history
  • Loading branch information
BominRahmani authored Jun 9, 2023
1 parent fc30087 commit cab5ab9
Show file tree
Hide file tree
Showing 50 changed files with 8,628 additions and 8,168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,84 +8,84 @@ resourceMetrics:
sum:
aggregationTemporality: 2
dataPoints:
- asDouble: 1.5
- asDouble: 0.8
attributes:
- key: cpu
value:
stringValue: cpu0
- key: state
value:
stringValue: user
stringValue: idle
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214245000000000"
- asDouble: 2.7
- asDouble: 0
attributes:
- key: cpu
value:
stringValue: cpu0
- key: state
value:
stringValue: system
stringValue: interrupt
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214245000000000"
- asDouble: 0.8
- asDouble: 2.7
attributes:
- key: cpu
value:
stringValue: cpu0
- key: state
value:
stringValue: idle
stringValue: system
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214245000000000"
- asDouble: 0
- asDouble: 1.5
attributes:
- key: cpu
value:
stringValue: cpu0
- key: state
value:
stringValue: interrupt
stringValue: user
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214245000000000"
- asDouble: 2
- asDouble: 1
attributes:
- key: cpu
value:
stringValue: cpu1
- key: state
value:
stringValue: user
stringValue: idle
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214245000000000"
- asDouble: 3
- asDouble: 0
attributes:
- key: cpu
value:
stringValue: cpu1
- key: state
value:
stringValue: system
stringValue: interrupt
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214245000000000"
- asDouble: 1
- asDouble: 3
attributes:
- key: cpu
value:
stringValue: cpu1
- key: state
value:
stringValue: idle
stringValue: system
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214245000000000"
- asDouble: 0
- asDouble: 2
attributes:
- key: cpu
value:
stringValue: cpu1
- key: state
value:
stringValue: interrupt
stringValue: user
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214245000000000"
isMonotonic: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,84 +8,84 @@ resourceMetrics:
sum:
aggregationTemporality: 2
dataPoints:
- asDouble: 2.8
- asDouble: 3.3
attributes:
- key: cpu
value:
stringValue: cpu0
- key: state
value:
stringValue: user
stringValue: idle
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214250000000000"
- asDouble: 3.9
- asDouble: 0
attributes:
- key: cpu
value:
stringValue: cpu0
- key: state
value:
stringValue: system
stringValue: interrupt
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214250000000000"
- asDouble: 3.3
- asDouble: 3.9
attributes:
- key: cpu
value:
stringValue: cpu0
- key: state
value:
stringValue: idle
stringValue: system
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214250000000000"
- asDouble: 0
- asDouble: 2.8
attributes:
- key: cpu
value:
stringValue: cpu0
- key: state
value:
stringValue: interrupt
stringValue: user
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214250000000000"
- asDouble: 3.2
- asDouble: 2.6
attributes:
- key: cpu
value:
stringValue: cpu1
- key: state
value:
stringValue: user
stringValue: idle
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214250000000000"
- asDouble: 5.2
- asDouble: 0
attributes:
- key: cpu
value:
stringValue: cpu1
- key: state
value:
stringValue: system
stringValue: interrupt
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214250000000000"
- asDouble: 2.6
- asDouble: 5.2
attributes:
- key: cpu
value:
stringValue: cpu1
- key: state
value:
stringValue: idle
stringValue: system
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214250000000000"
- asDouble: 0
- asDouble: 3.2
attributes:
- key: cpu
value:
stringValue: cpu1
- key: state
value:
stringValue: interrupt
stringValue: user
startTimeUnixNano: "1662132756000000000"
timeUnixNano: "1136214250000000000"
isMonotonic: true
Expand Down
87 changes: 0 additions & 87 deletions internal/coreinternal/golden/sort_attributes.go

This file was deleted.

Loading

0 comments on commit cab5ab9

Please sign in to comment.