Hima Vyas
05/05/2022, 3:30 AMhelm -n platform upgrade my-release signoz/signoz \
--set clickhouseOperator.storage=25Gi
alan
05/05/2022, 10:07 AMFROM tensorflow/tensorflow:2.4.0
,this include python 3.6, when the application startup , I got this message You are using Python 3.6. This version does not support timestamps with nanosecond precision and the OpenTelemetry SDK will use millisecond precision instead. Please refer to PEP 564 for more information. Please upgrade to Python 3.7 or newer to use nanosecond precision.
you can see there is GET has been sent but Signoz can't retrieve any information. is this python issue cause of telemetry data can' t be sent to signoz-otel-collector which cause of Signoz not showing the data correctly.Michael Slavitch
05/05/2022, 1:12 PMMichael Slavitch
05/05/2022, 2:12 PMNora
05/06/2022, 3:06 AMAtomzwieback
05/06/2022, 8:23 AMJonathan Berrios
05/06/2022, 9:47 AMAtomzwieback
05/07/2022, 7:40 PMAtomzwieback
05/07/2022, 7:41 PMHima Vyas
05/09/2022, 6:01 AMHima Vyas
05/09/2022, 6:10 AMhelm repo update
1. When I check with
helm search repo signoz --versions
I am getting latest version as 0.7.5 but on my UI, It is suggesting me to move to 0.8.0 but I am not able to see that in the listPrashant Shahi
05/09/2022, 7:03 AMDanish Ahmad Ansari
05/10/2022, 1:47 AMHima Vyas
05/10/2022, 5:57 AMJonathan Berrios
05/10/2022, 1:03 PMRohan Shetty
05/11/2022, 5:30 AMMalan Francois Van Eck
05/11/2022, 6:10 AMHima Vyas
05/11/2022, 12:41 PMRahul Tiwari
05/11/2022, 3:11 PMRahul Tiwari
05/11/2022, 3:14 PMFarisology
05/12/2022, 2:39 AMFirst upgrade to 0.8.0
Follow the platform specific instructions to upgrade to 0.8.0 and above.
Note that the past data will not be visible on the new application until you run the migration script.
Docker
- git clone -b main <https://github.com/SigNoz/signoz.git> && cd signoz/deploy/
- git checkout v0.8.0
- ./install.sh
Steps to run migration script:
Docker
docker run --name signoz_migrate --network clickhouse-setup_default \
-it -d signoz/migrate:0.8 -host=clickhouse -port=9000
Steps to check logs:
docker logs -f signoz_migrate
In case of failure and have to run again, make sure to cleanup the container before running the migration script again.
docker stop signoz_migrate
docker rm signoz_migrate
My question is, what is the first thing to do?
• I have signoz v6 running
• I want to preserve the historical data I have
• I already have the repo (I could just git pull for new changes and checkout the v8.0)
• Should I stop the running docker-compose first before I clone?
• Will the over-written changes to the repo erase my data?
I know these could be newbies question but I would appreciate the clarity so I can do this successfullyAtomzwieback
05/12/2022, 12:24 PMRahul Tiwari
05/13/2022, 6:23 AMRahul Tiwari
05/13/2022, 6:24 AMAtomzwieback
05/13/2022, 9:33 AMMalan Francois Van Eck
05/13/2022, 2:16 PMBast
05/13/2022, 3:08 PM/
but library handle it for trace https://github.com/open-telemetry/opentelemetry-python/blob/v1.11.1/exporter/opent[…]entelemetry/exporter/otlp/proto/http/trace_exporter/__init__.py
Any cluemanohar mirle
05/16/2022, 6:42 AMAtomzwieback
05/16/2022, 7:41 AMAtomzwieback
05/16/2022, 7:41 AM