split instrumentation in 2 different places: harmony domain (for domain observability) & harmoy composer (for build/commands observability)

This commit is contained in:
Ian Letourneau
2025-07-27 20:52:24 -04:00
parent 6f7e1640c1
commit 8fae9cf8c8
13 changed files with 209 additions and 120 deletions

7
Cargo.lock generated
View File

@@ -1816,10 +1816,14 @@ version = "0.1.0"
dependencies = [
"assert_cmd",
"clap",
"console",
"env_logger",
"harmony",
"harmony_tui",
"indicatif",
"inquire",
"lazy_static",
"log",
"tokio",
]
@@ -1834,10 +1838,11 @@ dependencies = [
"current_platform",
"env_logger",
"futures-util",
"harmony",
"harmony_cli",
"indicatif",
"lazy_static",
"log",
"once_cell",
"serde_json",
"tokio",
]