Source code
Revision control
Copy as Markdown
Other Tools
{
"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
}