Skip to content

Commit fa216d3

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 4113601 commit fa216d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
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 = [

Diff for: sled-agent/src/services.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2939,9 +2939,9 @@ impl ServiceManager {
29392939

29402940
if asic == &DendriteAsic::SoftNpuZone {
29412941
tfport_config = tfport_config.add_property(
2942-
"flags",
2942+
"sync_only",
29432943
"astring",
2944-
"--sync-only",
2944+
true.to_string(),
29452945
);
29462946
}
29472947

0 commit comments

Comments
 (0)