https://signoz.io logo
Title
b

Blake Romano

08/23/2022, 9:36 PM
I’d like to update my collector to 0.58.0, how badly will clickhouse break? https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.58.0
s

Srikanth Chekuri

08/24/2022, 2:53 AM
Clickhouse and schemas are independent of collector releases.
p

Pranay

08/24/2022, 2:59 AM
@Blake Romano Curious, what features are there in 0.58.0 because of which you want to upgrade?
b

Blake Romano

08/24/2022, 12:54 PM
Because I like trying to keep Operator and Collector versions in sync, Operator released .Net autoinstrumentation support and also keeping things up to date is always good 🙂
Fair to say that updating to 0.58 will work fine tho?
s

Srikanth Chekuri

08/24/2022, 9:49 PM
Fair to say that updating to 0.58 will work fine tho?
Yes, I think it requires very minor changes (declaring stability level for our own components) for updated version but overall it should be quick and work fine after update without surprises.
b

Blake Romano

08/24/2022, 9:51 PM
I also noticed that the helm chart isn't up to date to v0.11 so I had to specify version in helm to v0.11 Also was wondering what Otel Collector settings I need to add to get logs injested?
s

Srikanth Chekuri

08/24/2022, 9:54 PM
There is an userguide to help you collecting and send https://signoz.io/docs/userguide/logs/. It covers some common scenarios.
The
Collecting Logs
should give you idea and the example config you should add to get it working.