Helen

Results 126 comments of Helen

@johnoliver `AlertApiModule` the whole module doesn't seem to be used anywhere. Is there a reason to keep it? or did i miss anything?

@ivan-zaitsev did you see exception.type and exception.message in the Application Insights logs blade remoteDependencies table? We've checked the code, this log didn't represent the actual custom dimensions to application insights....

@ivan-zaitsev `exception.type` and `exception.message` are added to custom dimensions by `getAttributes()` https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk/trace/src/main/java/io/opentelemetry/sdk/trace/internal/data/ImmutableExceptionEventData.java. I will use your code to reproduce it or if you can push a repro app to https://github.com/microsoft/ApplicationInsights-Java-Repros...

live metric and ingestion endpoints are directly retrieved from your connection string. you can't modify it. I don't understand your ask here. additionally, you're using an older version of java...

@givanovmras > I can't share the endpoints DN as these are privately created from within the portal Can you list out step by step instructions how you create a private...

Can you please try it again without modifying the connection string (straight copied from Application Insights portal)? It doesn't need to match host name in the DNS entries that autogenerated...

@givanovmras I have talked to our backend team, please go ahead to create an IcM to find out the root cause of your issue: cert mismatched. We need to know...

Check out this [code sample](https://opentelemetry.io/docs/languages/java/instrumentation/#context-propagation-between-threads:~:text=The%20following%20code%20presents%20an%20example%20to%20read%20the%20W3C%20Trace%20Context%20from%20incoming%20request%2C%20add%20spans%2C%20and%20further%20propagate%20the%20context.%20The%20example%20utilizes%20HttpHeaders%20to%20fetch%20the%20traceparent%20header%20for%20context%20propagation.) using request header to inject current context.. then you can retrieve it out to be used in other libraries? > // Inject the request with...

related https://github.com/open-telemetry/opentelemetry-python/issues/3392

@chhauss-a can you share the stack trace where the exception is being thrown and where it's caught?