metrics: thankfully we lived past the days of assembly variable name limits.
Replaces commit 437f46a4cb156d44baf9f2c18a4d702240936836.
This commit is contained in:
parent
ed23a53196
commit
bc03a99e46
@ -549,9 +549,9 @@ def main(args):
|
||||
Cache.PATTERNS['/source/[^/]+/dashboard/[^/]+\?rev=.*'] = sys.maxint
|
||||
Cache.init()
|
||||
|
||||
c = Config(args.project)
|
||||
config = Config(args.project)
|
||||
api = StagingAPI(osc.conf.config['apiurl'], args.project)
|
||||
c.apply_remote(api)
|
||||
config.apply_remote(api)
|
||||
|
||||
print('dashboard: wrote {:,} points'.format(ingest_dashboard(api)))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user