Skip to content

Commit

Permalink
update omdb output
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jun 24, 2024
1 parent 25bcde9 commit 3e98030
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions dev-tools/omdb/tests/env.out
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ task: "external_endpoints"
on each one


task: "instance_updater"
detects if instances require update sagas and schedules them


task: "instance_watcher"
periodically checks instance states

Expand Down Expand Up @@ -205,6 +209,10 @@ task: "external_endpoints"
on each one


task: "instance_updater"
detects if instances require update sagas and schedules them


task: "instance_watcher"
periodically checks instance states

Expand Down Expand Up @@ -316,6 +324,10 @@ task: "external_endpoints"
on each one


task: "instance_updater"
detects if instances require update sagas and schedules them


task: "instance_watcher"
periodically checks instance states

Expand Down
12 changes: 12 additions & 0 deletions dev-tools/omdb/tests/successes.out
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ task: "external_endpoints"
on each one


task: "instance_updater"
detects if instances require update sagas and schedules them


task: "instance_watcher"
periodically checks instance states

Expand Down Expand Up @@ -454,6 +458,13 @@ task: "external_endpoints"

TLS certificates: 0

task: "instance_updater"
configured period: every 30s
currently executing: no
last completed activation: <REDACTED ITERATIONS>, triggered by an explicit signal
started at <REDACTED TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
warning: unknown background task: "instance_updater" (don't know how to interpret details: Object {"destroyed_active_vmms": Number(0), "error": Null, "sagas_started": Number(0)})

task: "instance_watcher"
configured period: every 30s
currently executing: no
Expand All @@ -462,6 +473,7 @@ task: "instance_watcher"
total instances checked: 0
checks completed: 0
successful checks: 0
update sagas queued: 0
failed checks: 0
checks that could not be completed: 0
stale instance metrics pruned: 0
Expand Down
4 changes: 2 additions & 2 deletions oximeter/collector/tests/output/self-stat-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
],
"datum_type": "cumulative_u64",
"created": "2024-06-11T21:04:40.129429782Z"
"created": "2024-06-24T17:14:35.027024950Z"
},
"oximeter_collector:failed_collections": {
"timeseries_name": "oximeter_collector:failed_collections",
Expand Down Expand Up @@ -86,6 +86,6 @@
}
],
"datum_type": "cumulative_u64",
"created": "2024-06-11T21:04:40.130239084Z"
"created": "2024-06-24T17:14:35.027985061Z"
}
}

0 comments on commit 3e98030

Please sign in to comment.