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