Georgy Moiseev
Georgy Moiseev
Sometimes different jobs cover different part of code (for example, in #244). To get real coverage results, we need to merge results of different pipelines. coveralls.io [documentation](https://docs.coveralls.io/parallel-build-webhook) says it is...
Follows up #244 > Unlike `pairs(box.cfg)`, `pairs(crud.cfg)` will now work. Not really a bit deal, since here we have no backward compatibility guarantees. > > However maybe it worth to...
After #268, input tuple is copied so we won't damage the original one. Performance has dropped by 5%. Raw thoughts on possible optimizations: - Skip copying on `crud.insert_object()`. - Pass...
There is a problem with this timeout: ```Lua local function call_reload_schema(replicasets) for _ = 1,replicasets_num do if channel:get(const.RELOAD_SCHEMA_TIMEOUT) == nil then for _, f in ipairs(fibers) do if fiber:status() ~=...
Core Tarantool `space:upsert` API is a specific one: it always return `nil` in case of success. Following this, `crud.upsert` and `crud.upsert_many` responses do not have any tuples data. But they...
tt is a modern cli to deal with various things, including rocks and Tarantool EE install. Blocked by https://github.com/tarantool/tt/issues/282 (TARANTOOL_DIR workaround blocked by https://github.com/tarantool/tt/issues/271) Follows #333
See [Notion RFC (private)](https://www.notion.so/tarantool/OpenTelemetry-implementation-in-Tarantool-69153e6b94574e24be3e7189b25b994d) for more detailed info. Since aggregates are related to the core package, it is proposed to implement them there. `'aggregates'` is a new metrics section enabled...
See [Notion RFC (private)](https://www.notion.so/tarantool/OpenTelemetry-implementation-in-Tarantool-69153e6b94574e24be3e7189b25b994d) for more detailed info. Provide a new naming policy for all metrics in tarantool/metrics based on OpenTelemetry naming guides. Implement a flag to enable new/old metrics...
See [Notion RFC (private)](https://www.notion.so/tarantool/OpenTelemetry-implementation-in-Tarantool-69153e6b94574e24be3e7189b25b994d) for more detailed info. See implementation raw draft [here](https://github.com/DifferentialOrange/otel-cpp-tarantool-bridge). Implementation will be stored in `metrics.plugins.otlp` script, similar to other export plugins. Module API has two handles....
Follows https://github.com/tarantool/metrics/pull/424. After discussing with @artur-barsegyan, it was decided that it is better to include default HTTP metrics to feedback daemon output.