|
|
|
|
|
by pdimitar
730 days ago
|
|
> And OTEL is largely unsuitable for short lived processes like CLIs, CI/CD. And I would wager the same holds for FaaS (Lambda). Not necessarily true f.ex. in one of my hobby Golang projects I found out that you can cleanly shutdown the OTel collector so it flushes its backlog of traces / metrics / logs so I was able to get telemetry reading even for CLI tool invocations that lasted 5-10 secs (connect to servers, get data, operate on it, put it someplace else, quit). But now that you mention it, it would be nasty if that's not the default behavior indeed. > OTEL is actively hostile to process-per-thread programming languages Can you explain why, please? |
|