Skip to content

Commit f68b45b

Browse files
[review] Rename to clear up how we capture data
We capture data from each link type ("kind") related to tfport(d): simnet, vlan, tfport
1 parent 05f7d66 commit f68b45b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

oximeter/oximeter/schema/tfport-data-link.toml renamed to oximeter/oximeter/schema/tfportd-link-data.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
format_version = 1
22

33
[target]
4-
name = "tfport_data_link"
5-
description = "A network data link on a tfport interface"
4+
name = "tfportd_link_data"
5+
description = "Network data for each link type related to a tfport interface"
66
authz_scope = "fleet"
77

88
versions = [

sled-agent/src/services.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,9 +2965,9 @@ impl ServiceManager {
29652965

29662966
if asic == &DendriteAsic::SoftNpuZone {
29672967
tfport_config = tfport_config.add_property(
2968-
"flags",
2968+
"sync_only",
29692969
"astring",
2970-
"--sync-only",
2970+
true.to_string(),
29712971
);
29722972
}
29732973

0 commit comments

Comments
 (0)