35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"type": "object",
|
|
"properties": {
|
|
"gleanMetricConfiguration": {
|
|
"type": "object",
|
|
"properties": {
|
|
"metrics_enabled": {
|
|
"type": "object",
|
|
"patternProperties": {
|
|
"^nimbus_targeting_environment\\..*": { "type": "boolean" },
|
|
"^nimbus_targeting_context\\..*": { "type": "boolean" },
|
|
"^nimbus_events\\..*": { "type": "boolean" }
|
|
},
|
|
"additionalProperties": false
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
},
|
|
"nimbusTargetingEnvironment": {
|
|
"type": "object",
|
|
"properties": {
|
|
"recordAttrs": {
|
|
"description": "A list of attributes that should be recorded in the nimbus_targeting_environment.targeting_context_value metric. If not provided, it will default to all attributes.",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|