Skip to content

Commit

Permalink
Rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Nov 7, 2023
1 parent 3ac753a commit cf7b3cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sled-agent/src/sled_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ impl SledAgent {
)?;

let mut metrics_manager = MetricsManager::new(
request.id,
request.rack_id,
request.body.id,
request.body.rack_id,
hardware.baseboard(),
log.new(o!("component" => "MetricsManager")),
)?;
Expand All @@ -481,7 +481,7 @@ impl SledAgent {
// Spawn a task in the background to register our metric producer with
// Nexus. This should not block progress here.
let endpoint = ProducerEndpoint {
id: request.id,
id: request.body.id,
address: sled_address.into(),
base_route: String::from("/metrics/collect"),
interval: crate::metrics::METRIC_COLLECTION_INTERVAL,
Expand Down

0 comments on commit cf7b3cd

Please sign in to comment.