Can we create custom reports without any aggregation?

jikumar
Participant I

I want to create a custom report having qouta information ( used, available) wrt time for a developer. I have created metrics ( added through statisticCollector) for these but not sure how to add them to report without applying any aggregation function.

0 1 88
1 REPLY 1

The asynchronous reports can allow you to aggregate more granularly than the standard analytics eg per second.

If you're still looking to do it without aggregation, than potentially logging to a third party system via a message logging policy or service callout would cover this?

With that said, without knowing what exactly you're trying to do, you should keep in mind these approaches would only give you data for developers that are sending traffic to your APIs, not those that are not.