igorpeshansky
igorpeshansky
fix #269 related PR : #158 This was designed for correctness — I don't know how this would affect performance.
Example: https://go.dev/play/p/1Va60Iv87LJ In `flow` mode, a lot more characters need to be quoted, otherwise the resulting yaml is wrong (or even invalid). If I unmarshal the following yaml file: ```...
See https://cloud.google.com/logging/docs/agent/installation for the latest installation instructions.
An RPC error (e.g., "ResourceExhausted") results in a log line that does not include the failed RPC method, e.g.: ``` 2019/01/29 02:53:20 Failed to export to Stackdriver: rpc error: code...
See https://repo.stackdriver.com/stack-install.sh
Fixes a type error introduced in #359: ``` …/mk_core/mk_event_select.c:370:34: error: invalid type argument of '->' (have 'struct mk_event') 370 | if (ctx->fired[index]->fd == event->fd) { | ^~ …/mk_core/mk_event_select.c:378:34: error: incompatible...
#### Description OTel collector log messages in Windows are currently displayed in scientific notation, e.g.: ``` 1.7194132367192364e+09 error scraperhelper/scrapercontroller.go:197 Error scraping metrics … ``` This fix will cause the log...