Andrii Soluk
Andrii Soluk
Sometimes `checks` command is failed due to error: ``` The swagger spec at "/home/username/projects/edge-service/build/rest/openapi/spec/openAPI.yml" showed up some valid but possibly unwanted constructs. 2021/01/26 15:10:35 See warnings below: 2021/01/26 15:10:35 -...
Requirements: * all incoming messages going through the messenger package first (at least this is needed for counting received_orders) * provide functions needed for sending a message (functions will be...
As I understand, `cpu.Percent` shows the CPU usage of the entire system, while `process.CPUPercent` shows the CPU usage of a specific process. How is it possible that `cpu.Percent` returns 2%...
The problem: When we have hundreds of streams reading from the same NATS topic, traces in Jaeger are tied to a single root span. The solution: This PR introduces a...