|
|
|
|
@@ -106,10 +106,12 @@ message WvCdmMetrics {
|
|
|
|
|
repeated CounterMetric crypto_session_get_device_unique_id = 8;
|
|
|
|
|
repeated CounterMetric crypto_session_get_token = 9;
|
|
|
|
|
optional ValueMetric crypto_session_life_span = 10;
|
|
|
|
|
repeated DistributionMetric crypto_session_load_certificate_private_key_time_us = 11;
|
|
|
|
|
repeated DistributionMetric
|
|
|
|
|
crypto_session_load_certificate_private_key_time_us = 11;
|
|
|
|
|
repeated DistributionMetric crypto_session_open_time_us = 12;
|
|
|
|
|
optional ValueMetric crypto_session_system_id = 13;
|
|
|
|
|
repeated DistributionMetric crypto_session_update_usage_information_time_us = 14;
|
|
|
|
|
repeated DistributionMetric
|
|
|
|
|
crypto_session_update_usage_information_time_us = 14;
|
|
|
|
|
optional ValueMetric crypto_session_usage_information_support = 15;
|
|
|
|
|
|
|
|
|
|
// Usage Table Metrics
|
|
|
|
|
@@ -135,7 +137,8 @@ message WvCdmMetrics {
|
|
|
|
|
repeated DistributionMetric oemcrypto_decrypt_cenc_time_us = 21;
|
|
|
|
|
repeated CounterMetric oemcrypto_delete_usage_entry = 22;
|
|
|
|
|
repeated CounterMetric oemcrypto_delete_usage_table = 23;
|
|
|
|
|
repeated DistributionMetric oemcrypto_derive_keys_from_session_key_time_us = 24;
|
|
|
|
|
repeated DistributionMetric oemcrypto_derive_keys_from_session_key_time_us =
|
|
|
|
|
24;
|
|
|
|
|
repeated CounterMetric oemcrypto_force_delete_usage_entry = 25;
|
|
|
|
|
repeated DistributionMetric oemcrypto_generate_derived_keys_time_us = 26;
|
|
|
|
|
repeated CounterMetric oemcrypto_generate_nonce = 27;
|
|
|
|
|
@@ -229,10 +232,12 @@ message WvCdmMetrics {
|
|
|
|
|
repeated DistributionMetric cdm_engine_decrypt_time_us = 11;
|
|
|
|
|
repeated CounterMetric cdm_engine_find_session_for_key = 12;
|
|
|
|
|
repeated DistributionMetric cdm_engine_generate_key_request_time_us = 13;
|
|
|
|
|
repeated DistributionMetric cdm_engine_get_provisioning_request_time_us = 14;
|
|
|
|
|
repeated DistributionMetric cdm_engine_get_provisioning_request_time_us =
|
|
|
|
|
14;
|
|
|
|
|
repeated CounterMetric cdm_engine_get_secure_stop_ids = 15;
|
|
|
|
|
repeated DistributionMetric cdm_engine_get_usage_info_time_us = 16;
|
|
|
|
|
repeated DistributionMetric cdm_engine_handle_provisioning_response_time_us = 17;
|
|
|
|
|
repeated DistributionMetric
|
|
|
|
|
cdm_engine_handle_provisioning_response_time_us = 17;
|
|
|
|
|
optional ValueMetric cdm_engine_life_span_ms = 18;
|
|
|
|
|
repeated CounterMetric cdm_engine_open_key_set_session = 19;
|
|
|
|
|
repeated CounterMetric cdm_engine_open_session = 20;
|
|
|
|
|
@@ -259,7 +264,7 @@ message WvCdmMetricsGroup {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Test message to support unit testing.
|
|
|
|
|
message TestMetrics{
|
|
|
|
|
message TestMetrics {
|
|
|
|
|
optional ValueMetric test_value_metric = 1;
|
|
|
|
|
repeated CounterMetric test_counters = 3;
|
|
|
|
|
repeated DistributionMetric test_distributions = 2;
|