Skip to content

Commit 63cf878

Browse files
committed
add metric keys for additional metrics
1 parent 6aee3fd commit 63cf878

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/darwin/Framework/CHIP/MTRMetricKeys.h

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ constexpr Tracing::MetricKey kMetricDeviceVendorID = "dwnfw_device_vendor_id";
6969
// Device Product ID
7070
constexpr Tracing::MetricKey kMetricDeviceProductID = "dwnfw_device_product_id";
7171

72+
// Device Uses Thread
73+
constexpr Tracing::MetricKey kMetricDeviceUsesThread = "dwnfw_device_uses_thread_bool";
74+
7275
// Counter of number of devices discovered on the network during setup
7376
constexpr Tracing::MetricKey kMetricOnNetworkDevicesAdded = "dwnfw_onnet_devices_added";
7477

@@ -81,6 +84,9 @@ constexpr Tracing::MetricKey kMetricBLEDevicesAdded = "dwnfw_ble_devices_added";
8184
// Counter of number of BLE devices removed during setup
8285
constexpr Tracing::MetricKey kMetricBLEDevicesRemoved = "dwnfw_ble_devices_removed";
8386

87+
// Unexpected C quality attribute update outside of priming
88+
constexpr Tracing::MetricKey kMetricUnexpectedCQualityUpdate = "dwnpm_bad_c_attr_update";
89+
8490
} // namespace DarwinFramework
8591
} // namespace Tracing
8692
} // namespace chip

0 commit comments

Comments
 (0)