I’d like to update my collector to 0.58.0, how bad...
# support
b
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
Clickhouse and schemas are independent of collector releases.
p
@Blake Romano Curious, what features are there in 0.58.0 because of which you want to upgrade?
b
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
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
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
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.