ajay1mg

Results 2 comments of ajay1mg

@beniwohli I tried changing the value of subtype to the host but it still doesn't work. Here's what I tried: ``` @for_events(SPAN) def my_processor(client, event): if event.get('subtype') == "http": event['subtype']...

@beniwohli did you get a chance to review this? is there a way to deregister existing instrumentation and add custom instrumentation? We are using aiohttp for microservice calls and I...