Charlie441324219
Charlie441324219
Hi @heyams , thank you for your reply, this is my config to sample out servicebus request ``` { "telemetryType": "request", "attributes": [ { "key": "http.url", "value": ".*servicebus.windows.net.*", "matchType": "regexp"...
Sure @heyams , this is my full config ``` { "sampling": { "percentage": 100 }, "jmxMetrics": [ { "name": "Heap Memory Usage-used", "objectName": "java.lang:type=Memory", "attribute": "HeapMemoryUsage.used" } ], "instrumentation": {...
Hi @heyams , I am afraid I cannot share that due to the company policy. could you please provide more details about how to setup the `key` and `value` based...
from exporting span I can see `attributes=AttributesMap{data={peer.address=stage-membership-credit.servicebus.windows.net, thread.name=boundedElastic-19, message_bus.destination=credit-sync/subscriptions/quickScreenAttachments, applicationinsights.internal.item_count=1, thread.id=130, x-opt-enqueued-time=1710354044, az.namespace=Microsoft.ServiceBus}, capacity=128, totalAddedValues=7}, totalAttributeCount=7, events=[], totalRecordedEvents=0, links=[], totalRecordedLinks=0, status=ImmutableStatusData{statusCode=OK, description=}, hasEnded=true}` so I tried with ``` { "telemetryType":...
Thank you @heyams , I will raise a ticket to MSFT via company.
Hi @lmolkova , Thank you for your info, after disabling all Azure SDK instrumentation, I cannot see servicebus request anymore. But is there any other impact for disabling Azure SDK...
> > Hi @lmolkova , > > Thank you for your info, after disabling all Azure SDK instrumentation, I cannot see servicebus request anymore. But is there any other impact...
Thank you @lmolkova , I will go ahead with disabling all Azure SDK instrumentation
How to remove the legend board on the right?
> @Charlie441324219 Please check current version with guidances in the `readme.md`. > Use the delay time method first, as the pointer reset method could not solve the problem, but just...