Skip to content

Commit afe9810

Browse files
authored
Remove todo that is no longer applicable (#208)
There's no need to stop sending MetricKind, as we actually do that in the [collector](https://cs.github.com/GoogleCloudPlatform/opentelemetry-operations-go/blob/e955c204f4f2bfdc92ff0ad52786232b975efcc2/exporter/metric/metric.go?q=createtimeseries#L479). I don't think it's worth keeping a todo around.
1 parent 51d68d8 commit afe9810

File tree

1 file changed

+0
-2
lines changed
  • opentelemetry-exporter-gcp-monitoring/src/opentelemetry/exporter/cloud_monitoring

1 file changed

+0
-2
lines changed

opentelemetry-exporter-gcp-monitoring/src/opentelemetry/exporter/cloud_monitoring/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,6 @@ def export(
326326
)
327327
series = TimeSeries(
328328
resource=monitored_resource,
329-
# TODO: remove
330-
# https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/issues/84
331329
metric_kind=descriptor.metric_kind,
332330
points=[point],
333331
metric=GMetric(

0 commit comments

Comments
 (0)