Commit Graph

24 Commits

Author SHA1 Message Date
Ryan Olson 7a6283e927
chore: cargo machete - remove unused dependencies (#6453)
Signed-off-by: Ryan Olson <rolson@nvidia.com>
2026-02-20 19:11:52 +00:00
Tushar Sharma cf433e6825
chore: update all copyright headers in repo to 2026 (#5130)
Signed-off-by: Tushar Sharma <tusharma@nvidia.com>
2026-01-02 22:08:23 +00:00
Keiven C 00b64ae001
refactor: remove legacy NATS metrics and stats_handler (#4680)
Signed-off-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-12-04 09:59:39 -08:00
Graham King f05f7629f3
chore: Make nats_client private at crate level, various tidy up (#4513)
Signed-off-by: Graham King <grahamk@nvidia.com>
2025-11-21 14:35:57 -08:00
Keiven C 0e77d3442e
refactor: centralize environment variable constants (#4083)
Signed-off-by: Keiven Chang <keivenchang@users.noreply.github.com>
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-11-17 11:16:38 -08:00
Keiven C afccc9d434
refactor: consolidate Observability files (e.g. OTEL docker-compose, md files) (#4173)
Signed-off-by: Keiven Chang <keivenchang@users.noreply.github.com>
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-11-10 20:19:34 +00:00
Graham King cf630bf7b6
refactor: Make the Runtime and DistributedRuntime fields private (#4193)
Signed-off-by: Graham King <grahamk@nvidia.com>
2025-11-10 15:56:22 +00:00
Keiven C cbe0b177ab
refactor: redesign the metrics API from Trait to composition to make the code cleaner and easier to understand (#3687)
Signed-off-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-10-24 14:34:29 -07:00
Graham King f6ed01b14c
chore: Replace ServiceConfigBuilder with add_stats_service (#3736)
Signed-off-by: Graham King <grahamk@nvidia.com>
2025-10-20 16:47:05 -04:00
Graham King 7a5a0bd6cd
chore: Upgrade Rust to 1.90 (#3147)
Signed-off-by: Graham King <grahamk@nvidia.com>
2025-09-19 18:54:29 -04:00
Graham King 02a22cbcf3
chore(runtime): Shorten the license header (#3059)
Signed-off-by: Graham King <grahamk@nvidia.com>
2025-09-16 17:13:11 +00:00
Yan Ru Pei 1995ef9aee
docs: change docs to default port 8000 (#2876)
Signed-off-by: PeaBrane <yanrpei@gmail.com>
2025-09-05 01:16:53 +00:00
Tzu-Ling Kan 57728909cf
feat: Add model label for vllm backend metrics (#2474)
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-08-21 17:32:34 +00:00
Tzu-Ling Kan 6f7f6b12df
feat: Rename dynamo_component_concurrent_requests (#2515)
Signed-off-by: Tzu-Ling Kan <tzulingk@nvidia.com>
2025-08-19 22:23:02 +00:00
Keiven C 0444217339
fix: replace metrics callback with background scraping to prevent tim… (#2480)
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-08-18 12:38:50 -07:00
Keiven C acbdabc464
feat(metrics): add NATS client metrics to prometheus_metrics_fmt (#2292)
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-08-14 19:33:53 -07:00
Tzu-Ling Kan 3a3f5bf275
feat: Add a "model" label to Component metrics (#2389) 2025-08-14 13:48:25 -05:00
Keiven C c91e2e4967
refactor: rename to system status server for consistency (#2354)
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-08-11 15:14:34 -07:00
Graham King a3f7a39faf
chore(metrics): Remove the Arc (#2357) 2025-08-07 14:40:53 -04:00
Yingge He 254f4819f1
refactor: Rename HTTP server to metrics server in worker process (#2318) 2025-08-06 18:55:24 -07:00
Keiven C efd863d67e
fix: dynamo_component to be added in metric names (#2180)
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-07-31 19:56:28 -07:00
Keiven C 615580d8e6
feat: Base metrics: add generic ingress handler metrics (#2090)
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-07-28 10:35:56 -07:00
Keiven C 4498a77d0b
fix: move docker-compose.yml to deploy/, and update frontend port (#2121)
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
2025-07-25 23:07:57 +00:00
Keiven C e5a8628fb7
feat: add a hierarchical Prometheus MetricsRegistry trait for DistributedRuntime, Namespace, Components, and Endpoint (#2008)
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
Co-authored-by: Ryan Olson <rolson@nvidia.com>
2025-07-22 08:39:32 -07:00