We have run out of 'Define metrics from logs' definitions (50). Is it possible to get this number increased?
search cancel

We have run out of 'Define metrics from logs' definitions (50). Is it possible to get this number increased?

book

Article ID: 432227

calendar_today

Updated On:

Products

DX OI SaaS

Issue/Introduction

Customers can't create more that 50 entries in the Logs Based Metrics view (Settings : 'Define metrics from logs' )

 

 

 

Environment

DX O2 SaaS 

Cause

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
 }
}

Resolution

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
 }
}

Additional Information

Check documentation for additional information:

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/dx-operational-observability/saas/apis-reference/logs-for-triage-apis/metrics-from-logs-apis.html