435 lines
No EOL
6.9 KiB
Text
435 lines
No EOL
6.9 KiB
Text
{
|
|
"metrics": {
|
|
"test": [
|
|
[
|
|
"boolean",
|
|
"boolean_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false
|
|
],
|
|
[
|
|
"counter",
|
|
"counter_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false
|
|
],
|
|
[
|
|
"custom_distribution",
|
|
"custom_distribution_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false,
|
|
{
|
|
"bucket_count": 100,
|
|
"histogram_type": "linear",
|
|
"range_max": 100,
|
|
"range_min": 0
|
|
}
|
|
],
|
|
[
|
|
"labeled_boolean",
|
|
"labeled_boolean_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false,
|
|
{
|
|
"ordered_labels": null
|
|
}
|
|
],
|
|
[
|
|
"labeled_boolean",
|
|
"labeled_boolean_metric_labels",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false,
|
|
{
|
|
"ordered_labels": [
|
|
"one_label",
|
|
"two_labels",
|
|
"three_labels",
|
|
"four_labels",
|
|
"five_labels",
|
|
"six_labels",
|
|
"seven_labels",
|
|
"eight_labels",
|
|
"nine_labels",
|
|
"ten_labels"
|
|
]
|
|
}
|
|
],
|
|
[
|
|
"labeled_counter",
|
|
"labeled_counter_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false,
|
|
{
|
|
"ordered_labels": null
|
|
}
|
|
],
|
|
[
|
|
"labeled_counter",
|
|
"labeled_counter_metric_labels",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false,
|
|
{
|
|
"ordered_labels": [
|
|
"one_label",
|
|
"two_labels"
|
|
]
|
|
}
|
|
],
|
|
[
|
|
"labeled_string",
|
|
"labeled_string_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false,
|
|
{
|
|
"ordered_labels": null
|
|
}
|
|
],
|
|
[
|
|
"labeled_string",
|
|
"labeled_string_metric_labels",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false,
|
|
{
|
|
"ordered_labels": [
|
|
"one_label",
|
|
"two_labels"
|
|
]
|
|
}
|
|
],
|
|
[
|
|
"memory_distribution",
|
|
"memory_distribution_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false,
|
|
{
|
|
"memory_unit": "kilobyte"
|
|
}
|
|
],
|
|
[
|
|
"string_list",
|
|
"string_list_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false
|
|
],
|
|
[
|
|
"string",
|
|
"string_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false
|
|
],
|
|
[
|
|
"text",
|
|
"text_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false
|
|
],
|
|
[
|
|
"timespan",
|
|
"timespan_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false,
|
|
{
|
|
"time_unit": "millisecond"
|
|
}
|
|
],
|
|
[
|
|
"timing_distribution",
|
|
"timing_distribution_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false,
|
|
{
|
|
"time_unit": "nanosecond"
|
|
}
|
|
],
|
|
[
|
|
"boolean",
|
|
"unordered_boolean_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false,
|
|
{
|
|
"permit_non_commutative_operations_over_ipc": true
|
|
}
|
|
],
|
|
[
|
|
"labeled_boolean",
|
|
"unordered_labeled_boolean_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false,
|
|
{
|
|
"ordered_labels": null,
|
|
"permit_non_commutative_operations_over_ipc": true
|
|
}
|
|
]
|
|
],
|
|
"test.nested": [
|
|
[
|
|
"object",
|
|
"an_object",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false
|
|
],
|
|
[
|
|
"datetime",
|
|
"datetime_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false,
|
|
{
|
|
"time_unit": "millisecond"
|
|
}
|
|
],
|
|
[
|
|
"event",
|
|
"event_metric",
|
|
[
|
|
"events"
|
|
],
|
|
"ping",
|
|
false,
|
|
{
|
|
"allowed_extra_keys": []
|
|
}
|
|
],
|
|
[
|
|
"event",
|
|
"event_metric_with_extra",
|
|
[
|
|
"events"
|
|
],
|
|
"ping",
|
|
false,
|
|
{
|
|
"allowed_extra_keys": [
|
|
"an_extra_key",
|
|
"another_extra_key",
|
|
"bool_extra",
|
|
"quantity_extra"
|
|
]
|
|
}
|
|
],
|
|
[
|
|
"denominator",
|
|
"external_denominator",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false,
|
|
{
|
|
"numerators": [
|
|
[
|
|
"rate_with_external_denominator",
|
|
"test.nested",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false,
|
|
null
|
|
]
|
|
]
|
|
}
|
|
],
|
|
[
|
|
"counter",
|
|
"optimizable_counter_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false
|
|
],
|
|
[
|
|
"counter",
|
|
"optimizable_disabled_counter_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
true
|
|
],
|
|
[
|
|
"quantity",
|
|
"quantity_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false
|
|
],
|
|
[
|
|
"rate",
|
|
"rate_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false
|
|
],
|
|
[
|
|
"rate",
|
|
"rate_with_external_denominator",
|
|
[
|
|
"metrics"
|
|
],
|
|
"ping",
|
|
false
|
|
],
|
|
[
|
|
"uuid",
|
|
"uuid_metric",
|
|
[
|
|
"metrics"
|
|
],
|
|
"application",
|
|
false
|
|
]
|
|
]
|
|
},
|
|
"pings": [
|
|
[
|
|
"not-baseline",
|
|
true,
|
|
false,
|
|
true,
|
|
true,
|
|
true,
|
|
[],
|
|
[
|
|
"background",
|
|
"dirty_startup",
|
|
"foreground"
|
|
],
|
|
true,
|
|
[]
|
|
],
|
|
[
|
|
"not-deletion-request",
|
|
true,
|
|
true,
|
|
true,
|
|
true,
|
|
true,
|
|
[],
|
|
[],
|
|
true,
|
|
[]
|
|
],
|
|
[
|
|
"not-events",
|
|
true,
|
|
false,
|
|
true,
|
|
true,
|
|
true,
|
|
[],
|
|
[
|
|
"background",
|
|
"max_capacity",
|
|
"startup"
|
|
],
|
|
true,
|
|
[]
|
|
],
|
|
[
|
|
"not-metrics",
|
|
true,
|
|
false,
|
|
true,
|
|
true,
|
|
true,
|
|
[],
|
|
[
|
|
"overdue",
|
|
"reschedule",
|
|
"today",
|
|
"tomorrow",
|
|
"upgrade"
|
|
],
|
|
true,
|
|
[]
|
|
],
|
|
[
|
|
"not-ohttp",
|
|
false,
|
|
true,
|
|
true,
|
|
false,
|
|
true,
|
|
[],
|
|
[],
|
|
true,
|
|
[
|
|
"ohttp"
|
|
]
|
|
],
|
|
[
|
|
"ridealong-test",
|
|
false,
|
|
true,
|
|
true,
|
|
true,
|
|
true,
|
|
[],
|
|
[],
|
|
true,
|
|
[]
|
|
]
|
|
]
|
|
} |