Julien Fabre
Julien Fabre
Hi, In this library, no, it's impossible. if you make your own implementation, you probably can do that : you must redefine ressource attribute with service name
I understand your problem. I'm going to see that.
I found something to configure this library with an external configuration : I prepared a PR to do that with an example.
Hi @Mehdi203, You can do it with the CustomSpan interface. See more information about this [here](https://github.com/jufab/opentelemetry-angular-interceptor#optional-add-span-attributes-during-interception) And you can do it like ```typescript add(span: Span, request: HttpRequest, response: HttpResponse |...
Hi @ibtesamlatif2997 , There is no jaeger exporter in this project because Jaeger exporter is only for node.js and not http. more information here => https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-exporter-jaeger Maybe you can use...
Can you try with the new release 1.1.0-1 and opentelemetry-js 1.3.1/0.29.2?
@mtoppaize Can you please try now with : ``` "@jufab/opentelemetry-angular-interceptor": "^1.1.0-2", "@opentelemetry/api": "^1.1.0", "@opentelemetry/context-zone-peer-dep": "^1.4.0", "@opentelemetry/core": "^1.4.0", "@opentelemetry/exporter-trace-otlp-http": "^0.30.0", "@opentelemetry/exporter-zipkin": "^1.4.0", "@opentelemetry/instrumentation": "^0.30.0", "@opentelemetry/propagator-aws-xray": "^1.1.0", "@opentelemetry/propagator-b3": "^1.4.0", "@opentelemetry/propagator-jaeger": "^1.4.0", "@opentelemetry/sdk-trace-web":...
Hi @Renaud009 Maybe there is a solution for that but I'm not sure... When I examine code source of each plugin, i don't see a possibility (every plugin starts with...
Hi @andrs-o , This is a peerDependencies rule in @opentelemetry/context-zone-peer-dep ` "zone.js": "^0.10.2 || ^0.11.0"` https://github.com/open-telemetry/opentelemetry-js/blob/93285585ce816a30df8db2b4bdd6d39fd78da806/packages/opentelemetry-context-zone-peer-dep/package.json#L85 You can install and use it with a `npm i @jufab/opentelemetry-angular-interceptor --force` (I try...
Next release on @opentelemetry/context-zone-peer-dep https://github.com/open-telemetry/opentelemetry-js/issues/4245