I’m aggregating a lot of data from different vendors and have to provide an unified data set to a set of clients. The clients will be identified with a specific identifier upon fetching the data from CDN, however, i’d like to distribute all of the costs associated with running this CDN to the clients. In other words, there’s going to be a single CDN endpoint, which is going to be accessed by multiple clients.
What i’d like to understand if and in which way could I measure the amount of requests associated with each client. I tried searching for “monitor CDN usage”, but all of the information was mostly about fault tolerance and debugging, but there wasn’t any info if any of the CDN providers would offer some sort of monitoring services built for the purpose that i’m after.
Thanks 🙂