Mikhail Shustov

Results 68 issues of Mikhail Shustov

The APM agent collects some runtime metrics. Event loop delay is one of them. When it's possible, the APM agent relies on the nodejs built-in functionality - [perf_hooks.monitorEventLoopDelay](https://nodejs.org/docs/latest-v16.x/api/perf_hooks.html#perf_hooksmonitoreventloopdelayoptions) method reporting...

kibana

nodejs supports collecting `eventLoopUtilization(ELU)` metric [out of the box](https://nodejs.org/api/perf_hooks.html#performanceeventlooputilizationutilization1-utilization2). from the [introduction article](https://nodesource.com/blog/event-loop-utilization-nodejs): ``` The simplest definition of event loop utilization (or ELU) is the ratio of time the event...

enhancement
agent-nodejs
kibana
community
8.3-candidate

Hi, I'm from the Kibana team, and I'm working on APM RUM agent integration into Kibana. In the Kibana use case, when a user opens a dashboard page, Kibana might...

enhancement

since publish is sync operation, it could throw. I tried to publish object with circular refs (:fire:) and got maximum call stack error, since [here](https://github.com/rempl/rempl/blob/master/src/transport/ws.js#L219) we try to serialise object....

enhancement
feature request

[The type is experimental]. See the docs https://clickhouse.com/docs/en/sql-reference/data-types/variant There will be more added for better support of the semistructured data https://github.com/ClickHouse/ClickHouse/issues/54864

enhancement

Run tests against a Cloud instance with SMT. Credentials are available via env vars - INTEGRATIONS_TEAM_TESTS_CLOUD_HOST_SMT - INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD_SMT

test

add an example of usage with [Hikari](https://github.com/brettwooldridge/HikariCP)

docs

https://clickhouse.com/docs/en/cloud/reference/shared-merge-tree is the new default table engine on ClickHouse Cloud. We must ensure first-class support for SMT in DBT. Some changes to ClickHouse settings are required (tldr: use `select_sequential_consistency` instead...

enhancement

20Mb is too large and a blocker for including the library into 3rd party distributions. The package size shouldn't exceed 2-3Mb