wire the authenticated OTLP push into vcs_metrics and hive-jobq-metrics

This commit is contained in:
damocles 2026-08-26 22:56:44 +02:00 committed by mara
commit 361396cab8
6 changed files with 147 additions and 10 deletions

3
Cargo.lock generated
View file

@ -1794,9 +1794,11 @@ name = "hive-jobq-metrics"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"hive-jobq",
"hive-jobq-wire",
"opentelemetry",
"opentelemetry-http",
"opentelemetry-otlp",
"opentelemetry_sdk",
"tokio",
@ -4583,6 +4585,7 @@ dependencies = [
"hive-types",
"hmac 0.13.0",
"opentelemetry",
"opentelemetry-http",
"opentelemetry-otlp",
"opentelemetry_sdk",
"problem_details",