Example #1
0
def get_django_metric_prefix():
    return "%sdjango." % (get_go_metrics_prefix(), )
Example #2
0
def get_conversation_metric_prefix(conv):
    return "%scampaigns.%s.conversations.%s." % (
        get_go_metrics_prefix(), conv.user_account.key, conv.key)
Example #3
0
def get_account_metric_prefix(account_key, store):
    return "%scampaigns.%s.stores.%s." % (get_go_metrics_prefix(), account_key,
                                          store)
Example #4
0
def get_django_metric_prefix():
    return "%sdjango." % (get_go_metrics_prefix(),)
Example #5
0
def get_conversation_metric_prefix(conv):
    return "%scampaigns.%s.conversations.%s." % (
        get_go_metrics_prefix(), conv.user_account.key, conv.key)
Example #6
0
def get_account_metric_prefix(account_key, store):
    return "%scampaigns.%s.stores.%s." % (
        get_go_metrics_prefix(), account_key, store)