timeseries.identity.dataset.namespacecode.recordfailed.count - Error | Community
Skip to main content
September 8, 2022
Solved

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

  • September 8, 2022
  • 1 reply
  • 805 views

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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ChetanyaJain-1

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.

 

 

1 reply

ChetanyaJain-1
Community Advisor
ChetanyaJain-1Community AdvisorAccepted solution
Community Advisor
September 8, 2022

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.