Issues Running SigNoz OtelCollector Image

TLDR Alejandro faced errors running an image. Prashant resolved it with a pul request. However, the 'main' tag didn't work as expected. The issue is finally resolved by Srikanth with a new release.

Photo of Alejandro
Alejandro
Wed, 02 Aug 2023 13:25:15 UTC

HI, I am running arm node and the following image not working: • signoz-otel-collector:0.79.4 The error: `exec /signoz-collector: exec format error`

Photo of Alejandro
Alejandro
Wed, 02 Aug 2023 13:27:59 UTC

same behaviour `otelCollectorMetrics`

Photo of Srikanth
Srikanth
Wed, 02 Aug 2023 15:09:07 UTC

Prashant I believe this is due to multi-stage build changes. Here is similar issue

Photo of Prashant
Prashant
Thu, 03 Aug 2023 11:29:50 UTC

looking into it

Photo of Prashant
Prashant
Thu, 03 Aug 2023 19:34:00 UTC

Resolved by

Photo of Prashant
Prashant
Thu, 03 Aug 2023 19:37:25 UTC

After the PR is merged, the changes will be part of the next SigNoz OtelCollector release. However, you should be able to use the `main` tagged image for timebeing.

Photo of Alejandro
Alejandro
Thu, 03 Aug 2023 19:39:13 UTC

Thanks you very much Prashant

Photo of Prashant
Prashant
Thu, 03 Aug 2023 19:41:46 UTC

You are welcome :slightly_smiling_face:

Photo of Alejandro
Alejandro
Thu, 03 Aug 2023 20:13:49 UTC

Photo of Alejandro
Alejandro
Thu, 03 Aug 2023 20:14:12 UTC

Photo of Alejandro
Alejandro
Thu, 03 Aug 2023 20:18:30 UTC

Prashant I tried to use main tag but it does not work

Photo of Prashant
Prashant
Fri, 04 Aug 2023 05:36:44 UTC

It was merged just a while back. You can force pull the same tag and retry: ```docker pull signoz/signoz-otel-collector:main```

Photo of Srikanth
Srikanth
Fri, 04 Aug 2023 13:37:44 UTC

We have published a `0.79.5` , please use that instead.

Photo of Alejandro
Alejandro
Tue, 08 Aug 2023 14:44:34 UTC

It is working!!