Create access to monitoring and alerts
Run the code below to create a group with access to the features. The user needs to be a member of this group to be able to use alerts and monitoring.
- Send this command in the body to create a group endpoint:
json
{
"items": [
{
"name": "alerts-and-monitoring-experiments",
"sourceId": group-id-in-your-AAD,
"capabilities": [
{
"experimentAcl": {
"actions": ["USE"],
"scope": {
"experimentscope": {
"experiments": ["dataPipelinesApiExperiment"]
}
}
}
},{
"experimentAcl": {
"actions": ["USE"],
"scope": {
"experimentscope": {
"experiments": ["monitoringTaskApiExperiment"]
}
}
}
},
{
"experimentAcl": {
"actions": ["USE"],
"scope": {
"experimentscope": {
"experiments": ["alertsApiExperiment"]
}
}
}
}
]
}
]
}
Current limitations per project for monitoring and alerts
- You can't create more than 250 monitoring jobs
- You can't receive more than 10k notifications (emails) per month
- Maximum 100k alerts per month
- Maximum 1000 subscribers (users)
- Maximum 1000 subscriptions