If I write an application on AppEngine that supports multiple users, I'll 
get a bill at the end of the month for the complete app, right?
Is it somehow possible to break down this cost to a per-user basis?
i.e. I'd like to know which of my logged-in users has caused how much of 
the total cost?

I'm thinking of some mechanism, where I can tell AppEngine via a command to 
assign the costs of e.g. this http-request to a certain user / or maybe I 
need to know how much of the stored data belongs to a single user.

I'm aware, that there are for sure some costs that I cannot assign to a 
specific user (like some maintenance work, general background tasks, etc.)

alternative approaches/recommendations are also welcome:
e.g. maybe create an app-engine instance for each user of my application 
(which would only work for very low user-numbers, I guess)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/_roKdJGfWfAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to