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

Side by Side Diff: infra/tools/metric_tool/test/data/metric_name_not_a_string.py

Issue 1368583005: Create metric_tool to deal with metric definitions (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 5 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 """Example containing metrics whose name is set using a variable
6
7 Don't do that, it's just to make sure the parsing is robust.
8 """
9 from infra_libs import ts_mon
10
11 metric_name = '/my/metric1'
12 ts_mon.BooleanMetric(metric_name, description='metric1')
OLDNEW
« no previous file with comments | « infra/tools/metric_tool/test/data/PLACEHOLDER ('k') | infra/tools/metric_tool/test/data/missing_descriptions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698