SumoLogic / sumologic-otel-collector

Sumo Logic Distribution for OpenTelemetry Collector
Apache License 2.0
41 stars 37 forks source link

[extesion/sumologic] Add information about re-registration and eventually clobber being required for changing time_Zone and other properties #740

Open sumo-drosiek opened 2 years ago

sumo-drosiek commented 2 years ago

There is no way to update collector properties like tag or time_zone without re-registration (with clobber to keep same collector name), but there is no such info in our documentation

paraknell commented 4 months ago

Yes this would be nice as it becomes quite cumbersome to fix at scale.

It would be nice to have an installation option for the MSI package as well. Similar to how #1437 added -RemotelyManaged flag to the installation script.

I'm also guessing this could be considered against the intended purpose of the otel collector, given it is deemed to be poor for remote management, but the installed collector is not much better.

https://github.com/SumoLogic/sumologic-otel-collector/blob/main/docs/comparison.md

are looking for a single agent as opposed to managing multiple agents

With the new -RemotelyManaged flag, it would seem to indicate that this is no longer an issue, but I think some of the underlying configuration changes need to catch up to this new change.