File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ class ValueType(object):
5353 DOUBLE = 'DOUBLE'
5454 STRING = 'STRING'
5555 DISTRIBUTION = 'DISTRIBUTION'
56- MONEY = 'MONEY'
5756
5857
5958class MetricDescriptor (object ):
@@ -84,8 +83,7 @@ class MetricDescriptor(object):
8483 :param value_type:
8584 The value type of the metric. It must be one of :data:`ValueType.BOOL`,
8685 :data:`ValueType.INT64`, :data:`ValueType.DOUBLE`,
87- :data:`ValueType.STRING`, :data:`ValueType.DISTRIBUTION`,
88- or :data:`ValueType.MONEY`.
86+ :data:`ValueType.STRING`, or :data:`ValueType.DISTRIBUTION`.
8987 See :class:`ValueType`.
9088
9189 :type unit: string
Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ class TimeSeries(collections.namedtuple(
4848 :param value_type:
4949 The value type of the metric: :data:`ValueType.BOOL`,
5050 :data:`ValueType.INT64`, :data:`ValueType.DOUBLE`,
51- :data:`ValueType.STRING`, :data:`ValueType.DISTRIBUTION`,
52- or :data:`ValueType.MONEY`.
51+ :data:`ValueType.STRING`, or :data:`ValueType.DISTRIBUTION`.
5352 See :class:`~gcloud.monitoring.metric.ValueType`.
5453
5554 :type points: list of :class:`Point`
You can’t perform that action at this time.
0 commit comments