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

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

Issue 2708113002: Revert of Add field_specs to all metrics in luci-py (Closed)
Patch Set: Created 3 years, 10 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/README.md ('k') | appengine/third_party/gae_ts_mon/config.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/__init__.py
diff --git a/appengine/third_party/gae_ts_mon/__init__.py b/appengine/third_party/gae_ts_mon/__init__.py
index 44635962ab6e4e1d23921dc35082a20e1fbd248a..693a208f633bbe478d4bddf33347f71faa05c15a 100644
--- a/appengine/third_party/gae_ts_mon/__init__.py
+++ b/appengine/third_party/gae_ts_mon/__init__.py
@@ -62,14 +62,11 @@
from infra_libs.ts_mon.common.interface import close
from infra_libs.ts_mon.common.interface import flush
-from infra_libs.ts_mon.common.metrics import BooleanField
-from infra_libs.ts_mon.common.metrics import IntegerField
-from infra_libs.ts_mon.common.metrics import StringField
-
from infra_libs.ts_mon.common.metrics import BooleanMetric
from infra_libs.ts_mon.common.metrics import CounterMetric
from infra_libs.ts_mon.common.metrics import CumulativeDistributionMetric
from infra_libs.ts_mon.common.metrics import CumulativeMetric
+from infra_libs.ts_mon.common.metrics import DistributionMetric
from infra_libs.ts_mon.common.metrics import FloatMetric
from infra_libs.ts_mon.common.metrics import GaugeMetric
from infra_libs.ts_mon.common.metrics import NonCumulativeDistributionMetric
« no previous file with comments | « appengine/third_party/gae_ts_mon/README.md ('k') | appengine/third_party/gae_ts_mon/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698