Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: appengine/third_party/gae_ts_mon/config.py

Issue 2705273003: Roll infra_libs and gae_ts_mon in luci-py, and add field_specs to all metrics (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/third_party/gae_ts_mon/__init__.py ('k') | appengine/third_party/gae_ts_mon/shared.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/third_party/gae_ts_mon/config.py
diff --git a/appengine/third_party/gae_ts_mon/config.py b/appengine/third_party/gae_ts_mon/config.py
index 2495f17480c319a806803d1b930b1ffa8c67c68b..b4603d00ef138eb2154b1a86ebb11ba0e68b844b 100644
--- a/appengine/third_party/gae_ts_mon/config.py
+++ b/appengine/third_party/gae_ts_mon/config.py
@@ -186,7 +186,7 @@ def initialize(app=None, is_enabled_fn=None, cron_module='default',
logging.info('Using pubsub monitor %s/%s', shared.PUBSUB_PROJECT,
shared.PUBSUB_TOPIC)
interface.state.global_monitor = monitors.PubSubMonitor(
- monitors.APPENGINE_CREDENTIALS, shared.PUBSUB_PROJECT,
+ monitors.AppengineCredentials(), shared.PUBSUB_PROJECT,
shared.PUBSUB_TOPIC)
shared.register_global_metrics([shared.appengine_default_version])
« no previous file with comments | « appengine/third_party/gae_ts_mon/__init__.py ('k') | appengine/third_party/gae_ts_mon/shared.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698