Trask Stalnaker
Trask Stalnaker
cc @open-telemetry/javascript-approvers
hi @lobregliolu, is there any info in the `applicationinsights.log` file?
> When I start the agent with the "Case 5" json, so with the connectionStringOverrides object without the main connectionString I see in the logs that the connectionString has not...
I think all jar files in the tomcat lib are automatically added to the classpath, can you try moving the agent jar to another location?
ah, this is a good point, I don't believe that live metrics is respecting the connection overrides, we will need to investigate
hi @flyfire2002, we don't think this is a spec issue since the spec doesn't say anything about collector processors
@open-telemetry/configuration-approvers can you review @Aneurysm9's https://github.com/open-telemetry/opentelemetry-specification/issues/4281#issuecomment-2603193985? thanks!
hi @fer1979, can you explain why you need both span id and parent span id on your log records? generally all you should need is the span id in order...
> I will have the same traceId but different spanId than the microservice 1 not knowing which thread of microservice 1 made this request to the microservice 2 and losing...
> Currently we just have logs and not a tracing system. ah, I understand now, thanks to answer your original question: > Is there some guide, example or documentacion to...