mirror of https://github.com/zulip/zulip.git
generate-activity-metrics: Use a long time horizon.
Now that we have more than a month worth of data, it's nice to actually just display it all. (imported from commit f2ec027af81699d6937e52b18ac40973a54c349b)
This commit is contained in:
parent
49a26b9c75
commit
5c1dda5e31
|
@ -28,7 +28,7 @@ def get_data_url(buckets, realm):
|
|||
# This is the slightly-cleaned up JSON api version of https://graphiti.humbughq.com/graphs/945c7aafc2d
|
||||
#
|
||||
# Fetches 1 month worth of data
|
||||
DATA_URL="https://graphite.humbughq.com/render/?from=-28d&format=json"
|
||||
DATA_URL="https://graphite.humbughq.com/render/?from=-1000d&format=json"
|
||||
for bucket in buckets:
|
||||
if realm != 'all':
|
||||
statsd_target = "stats.gauges.staging.users.active.%s.%s" % (realm_key, bucket)
|
||||
|
|
Loading…
Reference in New Issue