Olivier Albertini

Results 12 comments of Olivier Albertini

Also appears in jest 24.1.0 typescript 3.3.3 node 10.15.0 I cannot use `toDynamicValue`

Any update on this ? I think this integration will reduce frustration for people coming from opentracing and it will avoid unnecessary OpenTelemetry customization by the user. For asynchronous processing...

maybe https://pragprog.com/book/jwnode2/node-js-8-the-right-way, this is the new version.

should add it after #82

For documentation In the Camunda Modeler, you can use: ``` ${.elements()} ``` In the Property panel > Multi instance > Collection But giving the ability to add custom stuff during...

> I am having this issue as well. Did you ever find a solution? Yes, this PR resolves the issue https://github.com/mixmaxhq/mongo-cursor-pagination/pull/239 don't hesitate to review the PR.

> Don't install listeners instead find other ways to gather this data, e.g. by wrapping emit(). But not sure if this is working in all cases and it may have...

In Opencensus (and in OpenTelemetry) - ignoreIncomingPaths is relative [/\/healthz/] and ["/healthz"] would work - ignoreOutgoingUrls is the full url so ["/healthz"] won't work. It's more convenient to have path...

> Maybe something like this? > > ```js > export interface PluginConfig { > enabled?: boolean; > path?: string; > config?: HTTPConfig | gRPCConfig | DbConfig > } > >...

Ref this issue https://github.com/open-telemetry/opentelemetry-js/issues/214