Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RutvikS-crest committed Dec 9, 2024
1 parent 08da3e9 commit d01aa28
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions receiver/mongodbreceiver/testdata/integration/expected.4_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,14 @@ resourceMetrics:
startTimeUnixNano: "1682363190502544000"
timeUnixNano: "1682363210513475000"
unit: '{extents}'
- description: the amount of time flow control has spent being engaged since the last restart.
name: mongodb.flowcontrol.lag.time
gauge:
dataPoints:
- asInt: "10"
startTimeUnixNano: "1682363190502544000"
timeUnixNano: "1682363210513475000"
unit: ms
- description: The number of times an index has been accessed.
name: mongodb.index.access.count
sum:
Expand Down Expand Up @@ -450,6 +458,14 @@ resourceMetrics:
startTimeUnixNano: "1682363190502544000"
timeUnixNano: "1682363210513475000"
unit: '{extents}'
- description: the amount of time flow control has spent being engaged since the last restart.
name: mongodb.flowcontrol.lag.time
gauge:
dataPoints:
- asInt: "10"
startTimeUnixNano: "1682363190502544000"
timeUnixNano: "1682363210513475000"
unit: ms
- description: The number of times an index has been accessed.
name: mongodb.index.access.count
sum:
Expand Down Expand Up @@ -611,6 +627,14 @@ resourceMetrics:
startTimeUnixNano: "1682363190502544000"
timeUnixNano: "1682363210513475000"
unit: '{extents}'
- description: the amount of time flow control has spent being engaged since the last restart.
name: mongodb.flowcontrol.lag.time
gauge:
dataPoints:
- asInt: "10"
startTimeUnixNano: "1682363190502544000"
timeUnixNano: "1682363210513475000"
unit: ms
- description: The number of indexes.
name: mongodb.index.count
sum:
Expand Down Expand Up @@ -759,6 +783,14 @@ resourceMetrics:
startTimeUnixNano: "1682363190502544000"
timeUnixNano: "1682363210513475000"
unit: '{extents}'
- description: the amount of time flow control has spent being engaged since the last restart.
name: mongodb.flowcontrol.lag.time
gauge:
dataPoints:
- asInt: "10"
startTimeUnixNano: "1682363190502544000"
timeUnixNano: "1682363210513475000"
unit: ms
- description: The number of times an index has been accessed.
name: mongodb.index.access.count
sum:
Expand Down

0 comments on commit d01aa28

Please sign in to comment.