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

Unified Diff: infra_libs/event_mon/__init__.py

Issue 1427903002: send_monitoring_event: support for default event and gomastats (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@event-mon-no-default-kind
Patch Set: Rebased Created 5 years, 1 month 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 | « infra/tools/send_monitoring_event/test/send_event_test.py ('k') | infra_libs/event_mon/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra_libs/event_mon/__init__.py
diff --git a/infra_libs/event_mon/__init__.py b/infra_libs/event_mon/__init__.py
index d5dc5e16c79b99cb76a4b5397d3eb8cc3bb2c52c..5bfbfe303838adcde178019f745d9e56417f4fd7 100644
--- a/infra_libs/event_mon/__init__.py
+++ b/infra_libs/event_mon/__init__.py
@@ -4,7 +4,8 @@
from infra_libs.event_mon.checkouts import get_revinfo, parse_revinfo
from infra_libs.event_mon.config import add_argparse_options
-from infra_libs.event_mon.config import close, set_default_event
+from infra_libs.event_mon.config import close
+from infra_libs.event_mon.config import set_default_event, get_default_event
from infra_libs.event_mon.config import process_argparse_options
from infra_libs.event_mon.config import setup_monitoring
« no previous file with comments | « infra/tools/send_monitoring_event/test/send_event_test.py ('k') | infra_libs/event_mon/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698