components/otelopscol/processor/normalizesumsprocessor/processor.go (2 lines): - line 28: // TODO - This processor shares a lot of similar intent with the MetricsAdjuster present in the - line 128: // TODO - consider resetting on two subsequent data points older than current start timestamp. components/google-built-opentelemetry-collector/exporter/googleservicecontrolexporter/logs.go (2 lines): - line 43: // TODO: we should evaluate if this is needed; if not, can remove this and - line 492: // TODO: Investigate doing this without the JSON unmarshal. Getting the attribute as a map integration_test/gce-testing-internal/gce/gce_testing.go (2 lines): - line 773: // TODO: Replace with os.CopyFS() once available. - line 2264: // TODO: Move this function along with logLocation() into the agents package, components/otelopscol/receiver/dcgmreceiver/scraper.go (2 lines): - line 49: const scrapePollingInterval = 100 * time.Millisecond // TODO: Choose an appropriate value - line 366: // TODO: XID errors. components/otelopscol/receiver/dcgmreceiver/client.go (1 line): - line 273: const maxKeepSamples = 100 // TODO: Is this enough? components/google-built-opentelemetry-collector/exporter/googleservicecontrolexporter/factory.go (1 line): - line 107: // TODO: disable timeout and backoff for now components/otelopscol/receiver/dcgmreceiver/util.go (1 line): - line 43: // TODO: dcgm's Float64 and Int64 use undefined behavior components/otelopscol/processor/casttosumprocessor/processor.go (1 line): - line 25: // TODO - This processor shares a lot of similar intent with the MetricsAdjuster present in the