Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

timeseries.identity.dataset.namespacecode.recordfailed.count - Error

Avatar

Level 1

Hi,

I am working on Observability metrics Identity Service. When I am trying to Use the metrics api "https://platform.adobe.io/data/infrastructure/observability/insights/metrics" related to name space I am not able to find the namespace Id which is a required parameter.

"metrics": [
        {
            "name""timeseries.identity.dataset.namespacecode.recordfailed.count",
            "filters": [
                {
                    "name""nameSpaceId",
                    "value""0",
                    "groupBy"true
                }
            ]
I am getting the below error : 
"Bad Request - Filter 'nameSpaceId' is not defined in query definition for metric 'timeseries.identity.dataset.namespacecode.recordfailed.count'

Could you please let me know from where I can fetch the Namespace id.

Thanks,
Kruthi
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @kruthi1 not sure if you looked at this documentation - https://experienceleague.adobe.com/docs/experience-platform/observability/api/metrics.html

 

Based on the documentation only dataSetId is supported.

 

chetanyajain_0-1662646365202.png

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @kruthi1 not sure if you looked at this documentation - https://experienceleague.adobe.com/docs/experience-platform/observability/api/metrics.html

 

Based on the documentation only dataSetId is supported.

 

chetanyajain_0-1662646365202.png