Łukasz Idkowiak

Results 5 comments of Łukasz Idkowiak

Well, I'm asking about JVM metrics plus I'm not using JMS atm so "jms enabled" will not solve it. I've also found this https://github.com/microsoft/ApplicationInsights-Java/blob/9d1ec8cd6463673cfc5f6e1e8d458afe9a284bbb/agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/TelemetryClientInitializer.java#L91 It suggests that it's not possible...

I added following config: ``` "preview": { "processors": [ { "type": "metric-filter", "exclude": { "matchType": "strict", "metricNames": [ "Loaded Class Count", "% Of Max Heap Memory Used", "Heap Memory Used...

Thanks, what I want to achieve is to turn off collecting of metrics/perf counters that are enabled by default. I partially achieved the goal with metric filtering but there are...

Thanks for the reply. I'm going to analyse provided sample. Answers to your questions: ad 1) Up to 58 concurrent sessions for 10+ topics. Each topic has its own load...

Well, the solution is pretty low level. Would it be possible to include infrastructure bit in SB SDK? I believe it's pretty common case to support with SB sessions.