jogfile_output_key (11404B)
1 { 2 "metrics": { 3 "test": { 4 "boolean_metric": { 5 "description": "A multi-line\ndescription\n", 6 "disabled": false, 7 "lifetime": "application", 8 "pings": [ 9 "metrics" 10 ], 11 "type": "boolean" 12 }, 13 "counter_metric": { 14 "description": "A multi-line\ndescription\n", 15 "disabled": false, 16 "lifetime": "application", 17 "pings": [ 18 "metrics" 19 ], 20 "type": "counter" 21 }, 22 "custom_distribution_metric": { 23 "description": "A multi-line\ndescription\n", 24 "disabled": false, 25 "extraArgs": { 26 "bucket_count": 100, 27 "histogram_type": "linear", 28 "range_max": 100, 29 "range_min": 0 30 }, 31 "lifetime": "ping", 32 "pings": [ 33 "metrics" 34 ], 35 "type": "custom_distribution" 36 }, 37 "labeled_boolean_metric": { 38 "description": "A multi-line\ndescription\n", 39 "disabled": false, 40 "extraArgs": { 41 "ordered_labels": null 42 }, 43 "lifetime": "application", 44 "pings": [ 45 "metrics" 46 ], 47 "type": "labeled_boolean" 48 }, 49 "labeled_boolean_metric_labels": { 50 "description": "A multi-line\ndescription\n", 51 "disabled": false, 52 "extraArgs": { 53 "ordered_labels": [ 54 "one_label", 55 "two_labels", 56 "three_labels", 57 "four_labels", 58 "five_labels", 59 "six_labels", 60 "seven_labels", 61 "eight_labels", 62 "nine_labels", 63 "ten_labels" 64 ] 65 }, 66 "lifetime": "application", 67 "pings": [ 68 "metrics" 69 ], 70 "type": "labeled_boolean" 71 }, 72 "labeled_counter_metric": { 73 "description": "A multi-line\ndescription\n", 74 "disabled": false, 75 "extraArgs": { 76 "ordered_labels": null 77 }, 78 "lifetime": "application", 79 "pings": [ 80 "metrics" 81 ], 82 "type": "labeled_counter" 83 }, 84 "labeled_counter_metric_labels": { 85 "description": "A multi-line\ndescription\n", 86 "disabled": false, 87 "extraArgs": { 88 "ordered_labels": [ 89 "one_label", 90 "two_labels" 91 ] 92 }, 93 "lifetime": "application", 94 "pings": [ 95 "metrics" 96 ], 97 "type": "labeled_counter" 98 }, 99 "labeled_string_metric": { 100 "description": "A multi-line\ndescription\n", 101 "disabled": false, 102 "extraArgs": { 103 "ordered_labels": null 104 }, 105 "lifetime": "application", 106 "pings": [ 107 "metrics" 108 ], 109 "type": "labeled_string" 110 }, 111 "labeled_string_metric_labels": { 112 "description": "A multi-line\ndescription\n", 113 "disabled": false, 114 "extraArgs": { 115 "ordered_labels": [ 116 "one_label", 117 "two_labels" 118 ] 119 }, 120 "lifetime": "application", 121 "pings": [ 122 "metrics" 123 ], 124 "type": "labeled_string" 125 }, 126 "memory_distribution_metric": { 127 "description": "A multi-line\ndescription\n", 128 "disabled": false, 129 "extraArgs": { 130 "memory_unit": "kilobyte" 131 }, 132 "lifetime": "ping", 133 "pings": [ 134 "metrics" 135 ], 136 "type": "memory_distribution" 137 }, 138 "string_list_metric": { 139 "description": "A multi-line\ndescription\n", 140 "disabled": false, 141 "lifetime": "application", 142 "pings": [ 143 "metrics" 144 ], 145 "type": "string_list" 146 }, 147 "string_metric": { 148 "description": "A multi-line\ndescription\n", 149 "disabled": false, 150 "lifetime": "application", 151 "pings": [ 152 "metrics" 153 ], 154 "type": "string" 155 }, 156 "text_metric": { 157 "description": "A multi-line\ndescription\n", 158 "disabled": false, 159 "lifetime": "application", 160 "pings": [ 161 "metrics" 162 ], 163 "type": "text" 164 }, 165 "timespan_metric": { 166 "description": "A multi-line\ndescription\n", 167 "disabled": false, 168 "extraArgs": { 169 "time_unit": "millisecond" 170 }, 171 "lifetime": "application", 172 "pings": [ 173 "metrics" 174 ], 175 "type": "timespan" 176 }, 177 "timing_distribution_metric": { 178 "description": "A multi-line\ndescription\n", 179 "disabled": false, 180 "extraArgs": { 181 "time_unit": "nanosecond" 182 }, 183 "lifetime": "ping", 184 "pings": [ 185 "metrics" 186 ], 187 "type": "timing_distribution" 188 }, 189 "unordered_boolean_metric": { 190 "description": "A multi-line\ndescription\n", 191 "disabled": false, 192 "extraArgs": { 193 "permit_non_commutative_operations_over_ipc": true 194 }, 195 "lifetime": "ping", 196 "pings": [ 197 "metrics" 198 ], 199 "type": "boolean" 200 }, 201 "unordered_labeled_boolean_metric": { 202 "description": "A multi-line\ndescription\n", 203 "disabled": false, 204 "extraArgs": { 205 "ordered_labels": null, 206 "permit_non_commutative_operations_over_ipc": true 207 }, 208 "lifetime": "ping", 209 "pings": [ 210 "metrics" 211 ], 212 "type": "labeled_boolean" 213 } 214 }, 215 "test.nested": { 216 "a_dual_labeled_counter": { 217 "description": "An example DLC", 218 "disabled": false, 219 "extraArgs": { 220 "ordered_categories": [ 221 "cat1", 222 "cat2", 223 "catred", 224 "catblu" 225 ], 226 "ordered_keys": null 227 }, 228 "lifetime": "ping", 229 "pings": [ 230 "metrics" 231 ], 232 "type": "dual_labeled_counter" 233 }, 234 "an_object": { 235 "description": "An example object", 236 "disabled": false, 237 "lifetime": "ping", 238 "pings": [ 239 "metrics" 240 ], 241 "type": "object" 242 }, 243 "datetime_metric": { 244 "description": "A multi-line\ndescription\n", 245 "disabled": false, 246 "extraArgs": { 247 "time_unit": "millisecond" 248 }, 249 "lifetime": "application", 250 "pings": [ 251 "metrics" 252 ], 253 "type": "datetime" 254 }, 255 "event_metric": { 256 "description": "A multi-line\ndescription\n", 257 "disabled": false, 258 "extraArgs": { 259 "allowed_extra_keys": [] 260 }, 261 "lifetime": "ping", 262 "pings": [ 263 "events" 264 ], 265 "type": "event" 266 }, 267 "event_metric_with_extra": { 268 "description": "A multi-line\ndescription\n", 269 "disabled": false, 270 "extraArgs": { 271 "allowed_extra_keys": [ 272 "an_extra_key", 273 "another_extra_key", 274 "bool_extra", 275 "quantity_extra" 276 ] 277 }, 278 "lifetime": "ping", 279 "pings": [ 280 "events" 281 ], 282 "type": "event" 283 }, 284 "external_denominator": { 285 "description": "A multi-line\ndescription\n", 286 "disabled": false, 287 "extraArgs": { 288 "numerators": [ 289 [ 290 "rate_with_external_denominator", 291 "test.nested", 292 [ 293 "metrics" 294 ], 295 "ping", 296 false, 297 null 298 ] 299 ] 300 }, 301 "lifetime": "ping", 302 "pings": [ 303 "metrics" 304 ], 305 "type": "denominator" 306 }, 307 "optimizable_counter_metric": { 308 "description": "A multi-line\ndescription\n", 309 "disabled": false, 310 "lifetime": "ping", 311 "pings": [ 312 "metrics" 313 ], 314 "type": "counter" 315 }, 316 "optimizable_disabled_counter_metric": { 317 "description": "A multi-line\ndescription\n", 318 "disabled": true, 319 "lifetime": "ping", 320 "pings": [ 321 "metrics" 322 ], 323 "type": "counter" 324 }, 325 "quantity_metric": { 326 "description": "A multi-line\ndescription\n", 327 "disabled": false, 328 "lifetime": "ping", 329 "pings": [ 330 "metrics" 331 ], 332 "type": "quantity" 333 }, 334 "rate_metric": { 335 "description": "A multi-line\ndescription\n", 336 "disabled": false, 337 "lifetime": "ping", 338 "pings": [ 339 "metrics" 340 ], 341 "type": "rate" 342 }, 343 "rate_with_external_denominator": { 344 "description": "A multi-line\ndescription\n", 345 "disabled": false, 346 "lifetime": "ping", 347 "pings": [ 348 "metrics" 349 ], 350 "type": "rate" 351 }, 352 "uuid_metric": { 353 "description": "A multi-line\ndescription\n", 354 "disabled": false, 355 "lifetime": "application", 356 "pings": [ 357 "metrics" 358 ], 359 "type": "uuid" 360 } 361 } 362 }, 363 "pings": { 364 "not-baseline": { 365 "enabled": true, 366 "follows_collection_enabled": true, 367 "include_client_id": true, 368 "include_info_sections": true, 369 "name": "not-baseline", 370 "precise_timestamps": true, 371 "reason_codes": [ 372 "background", 373 "dirty_startup", 374 "foreground" 375 ], 376 "schedules_pings": [], 377 "send_if_empty": false, 378 "uploader_capabilities": [] 379 }, 380 "not-deletion-request": { 381 "enabled": true, 382 "follows_collection_enabled": true, 383 "include_client_id": true, 384 "include_info_sections": true, 385 "name": "not-deletion-request", 386 "precise_timestamps": true, 387 "reason_codes": [], 388 "schedules_pings": [], 389 "send_if_empty": true, 390 "uploader_capabilities": [] 391 }, 392 "not-events": { 393 "enabled": true, 394 "follows_collection_enabled": true, 395 "include_client_id": true, 396 "include_info_sections": true, 397 "name": "not-events", 398 "precise_timestamps": true, 399 "reason_codes": [ 400 "background", 401 "max_capacity", 402 "startup" 403 ], 404 "schedules_pings": [], 405 "send_if_empty": false, 406 "uploader_capabilities": [] 407 }, 408 "not-metrics": { 409 "enabled": true, 410 "follows_collection_enabled": true, 411 "include_client_id": true, 412 "include_info_sections": true, 413 "name": "not-metrics", 414 "precise_timestamps": true, 415 "reason_codes": [ 416 "overdue", 417 "reschedule", 418 "today", 419 "tomorrow", 420 "upgrade" 421 ], 422 "schedules_pings": [], 423 "send_if_empty": false, 424 "uploader_capabilities": [] 425 }, 426 "not-ohttp": { 427 "enabled": true, 428 "follows_collection_enabled": true, 429 "include_client_id": false, 430 "include_info_sections": false, 431 "name": "not-ohttp", 432 "precise_timestamps": true, 433 "reason_codes": [], 434 "schedules_pings": [], 435 "send_if_empty": true, 436 "uploader_capabilities": [ 437 "ohttp" 438 ] 439 }, 440 "ridealong-test": { 441 "enabled": true, 442 "follows_collection_enabled": true, 443 "include_client_id": false, 444 "include_info_sections": true, 445 "name": "ridealong-test", 446 "precise_timestamps": true, 447 "reason_codes": [], 448 "schedules_pings": [], 449 "send_if_empty": true, 450 "uploader_capabilities": [] 451 } 452 } 453 }