Customers can't create more that 50 entries in the Logs Based Metrics view (Settings : 'Define metrics from logs' )
DX O2 SaaS
There is a hard-limit of 50 entries in Metrics Definition From Logs . It is configured per tenant and has to be modified by DX SaaS DevOps team.
To check the current number of metric definitions from logs and the current limit the Metric Definitions Count API can be used:
https://apmgw.dxi-na1.saas.broadcom.com/oi/loganalytics/v1/api/metric/count
The result looks like this:
{
"code": 200,
"message": "OK",
"response": {
"count": 50,
"limit": 50
}
}
DevOps increased the limit for the number of metric definitions from Logs in tenant from 50 to 70.
{
"code": 200,
"message": "OK",
"response": {
"count": 50,
"limit": 70
}
}
Check documentation for additional information: