-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I noticed that some metrics such as the state, snr, slot, and obstruction stats don't seem to be collected properly, possibly due to software updates since this crate was last updated. Here is the current response:
Response {
metadata: MetadataMap {
headers: {
"content-type": "application/grpc",
"grpc-status": "0",
"grpc-message": "",
},
},
message: Response {
id: None,
status: None,
api_version: Some(
10,
),
response: Some(
DishGetStatus(
DishGetStatusResponse {
device_info: Some(
DeviceInfo {
id: Some(
"<ID>",
),
hardware_version: Some(
"rev1_pre_production",
),
software_version: Some(
"07dd2798-ff15-4722-a9ee-de28928aed34.uterm.release",
),
country_code: Some(
"US",
),
utc_offset_s: Some(
-21599,
),
},
),
device_state: Some(
DeviceState {
uptime_s: Some(
812667,
),
},
),
state: None,
alerts: Some(
DishAlerts {
motors_stuck: None,
thermal_throttle: None,
thermal_shutdown: None,
mast_not_near_vertical: None,
unexpected_location: None,
slow_ethernet_speeds: None,
},
),
snr: None,
seconds_to_first_nonempty_slot: None,
pop_ping_drop_rate: None,
downlink_throughput_bps: Some(
9694521.0,
),
uplink_throughput_bps: Some(
435905.63,
),
pop_ping_latency_ms: Some(
27.68421,
),
obstruction_stats: Some(
DishObstructionStats {
currently_obstructed: None,
fraction_obstructed: None,
last_24h_obstructed_s: None,
valid_s: Some(
812406.0,
),
wedge_fraction_obstructed: [],
wedge_abs_fraction_obstructed: [],
},
),
stow_requested: None,
},
),
),
},
extensions: Extensions,
}Any help would be much appreciated. Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels