Julia Jia

Results 20 comments of Julia Jia

We're hitting this intermittently as well. From the output listed above ``` "name": "hot", "start_time": 1706450388940 -> Sunday, January 28, 2024 1:59:48.940 PM "attempt_rollover", "start_time": 1706450636772 -> Sunday, January 28,...

Found a previous issue related to this https://github.com/opensearch-project/index-management/issues/315

@juissi-t , some information to your questions above 1. This metric is registered as part of retry queue, see code [here](https://github.com/open-telemetry/opentelemetry-collector/blob/5bcd109c718fc9f11f070ae66c79770629854872/exporter/exporterhelper/queue_sender.go#L36). 2. This is a good hypothesis and needs more...

With more debugging, the code from Otel-collector repo, query_sender.go [recordWithOtel](https://github.com/open-telemetry/opentelemetry-collector/blob/40c7db876f048a576bb6833984dd8f8f1b88ef7d/exporter/exporterhelper/queue_sender.go#L151-L157) introduced in release `0.92.0` may be problematic. Switching the code to call `recordWithOC` and issue was no longer reproducible. @dmitryax,...

@jpkrohling , could you provide more insight on the connection of this to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16826 ?

This issue also happens with `0.93.0` release. For folks who need a workaround running `0.92.0`, a feature gate flag mentioned in release note can be used to disable useOtelForInternalMetrics: ```...

@juissi-t, would you be able to test the repro with the current commits from this repository in your environment ? I synced the recent commits from Otel collector Git repository...

@codeboten , @juissi-t , I verified that w/v0.94.0, this issue was not reproducible in our setup.

> Do we need the demo_test_helper.py now? There is only a single twist command publisher left, I suggest removing this and updating the section (point 3 in `Visualize the convergence...

Hit the same build errors when following tutorial "ros2_tracing to trace and analyze an application" on humble. Is there a workaround ?