You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Why?:
Concerning [network observability
work](https://github.com/orgs/oxidecomputer/projects/55/views/1?filterQuery=&pane=issue&itemId=68336554),
this makes the [`oxql`](https://rfd.shared.oxide.computer/rfd/0463)
interactive query repl accessible via omdb, as we start to give users
and ourselves the ability to query timeseries and metrics more easily.
Additionally, in the "now", this aids in debugging through our metrics
set and makes it available, via omdb, throughout our ecosystem/a4x2.
## Includes:
* Moves `oxql_shell` into the oximeter_db lib for use by both omdb and
oxdb.
* If no URL is given to `omdb oxql`, it will leverage internal DNS.
* Update the oximeter omdb call (for listing producers) to leverage
internal.
DNS if no URL is given.
* Update command/output tests/generations and collector-specific tests
for list producers.
## Notes:
* The oxql client still expects an socket address as liked it typed
specifically v.s. a String. Instead, upon running the `omdb oxql`
command,
we take in a URL String and parse it into the socket address directly.
---------
Co-authored-by: Benjamin Naecker <ben@oxidecomputer.com>
last completed activation: <REDACTED ITERATIONS>, triggered by a periodic timer firing
411
411
started at <REDACTED TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
412
412
last completion reported error: failed to resolve addresses for Dendrite services: no record found for Query { name: Name("_dendrite._tcp.control-plane.oxide.internal."), query_type: SRV, query_class: IN }
413
413
414
414
task: "blueprint_loader"
415
-
configured period: every 1m 40s
415
+
configured period: every 1m <REDACTED_DURATION>s
416
416
currently executing: no
417
417
last completed activation: <REDACTED ITERATIONS>, triggered by a periodic timer firing
418
418
started at <REDACTED TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
@@ -436,7 +436,7 @@ task: "abandoned_vmm_reaper"
436
436
sled resource reservations deleted: 0
437
437
438
438
task: "bfd_manager"
439
-
configured period: every 30s
439
+
configured period: every <REDACTED_DURATION>s
440
440
currently executing: no
441
441
last completed activation: <REDACTED ITERATIONS>, triggered by a periodic timer firing
442
442
started at <REDACTED TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
@@ -467,7 +467,7 @@ task: "external_endpoints"
467
467
TLS certificates: 0
468
468
469
469
task: "instance_watcher"
470
-
configured period: every 30s
470
+
configured period: every <REDACTED_DURATION>s
471
471
currently executing: no
472
472
last completed activation: <REDACTED ITERATIONS>, triggered by a periodic timer firing
473
473
started at <REDACTED TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
@@ -503,30 +503,30 @@ task: "metrics_producer_gc"
503
503
warning: unknown background task: "metrics_producer_gc" (don't know how to interpret details: Object {"expiration": String("<REDACTED TIMESTAMP>"), "pruned": Array []})
504
504
505
505
task: "phantom_disks"
506
-
configured period: every 30s
506
+
configured period: every <REDACTED_DURATION>s
507
507
currently executing: no
508
508
last completed activation: <REDACTED ITERATIONS>, triggered by a periodic timer firing
509
509
started at <REDACTED TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
510
510
number of phantom disks deleted: 0
511
511
number of phantom disk delete errors: 0
512
512
513
513
task: "physical_disk_adoption"
514
-
configured period: every 30s
514
+
configured period: every <REDACTED_DURATION>s
515
515
currently executing: no
516
516
last completed activation: <REDACTED ITERATIONS>, triggered by a dependent task completing
517
517
started at <REDACTED TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
518
518
last completion reported error: task disabled
519
519
520
520
task: "region_replacement"
521
-
configured period: every 30s
521
+
configured period: every <REDACTED_DURATION>s
522
522
currently executing: no
523
523
last completed activation: <REDACTED ITERATIONS>, triggered by a periodic timer firing
524
524
started at <REDACTED TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
525
525
number of region replacements started ok: 0
526
526
number of region replacement start errors: 0
527
527
528
528
task: "region_replacement_driver"
529
-
configured period: every 30s
529
+
configured period: every <REDACTED_DURATION>s
530
530
currently executing: no
531
531
last completed activation: <REDACTED ITERATIONS>, triggered by a periodic timer firing
532
532
started at <REDACTED TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
0 commit comments