Jeff Thompson
Jeff Thompson
Me too..any update?
would it not be easiest just to add a new config to each control like {order: X} and let the user just put 1,2,3,4 in there and just use that...
I have an issue i'm trying to solve where ALL spans are being added to ONE trace even though they are all totally distinct spans. I was using ExpliitContext but...
yes.. this are like username and an organization identifier.. i add them to every trace on client-side with the axios implementation. but some of our node services will not have...
i can fork this and try some stuff out?
hmm.. so i already just use the defaultTags so that the fields are stand-alone and can be queried. if I have stuff in a traceID object how could i query...
Yes definately what I need are tags that are per-request and NOT global. basically it's simple - we just want to know that user and tenantID (the customer identifier in...
Thanks for the help Adrian. I'm trying to wrap my head completely around it. I'm kinda new - like for example I'm not even clear what the distinction is between...
can you share your code for your importing? I'm still a bit green - new to angular2 and typescript but I really dig it ;) I tried: import {NgGridModule} from...
thanks! but what file is that from? is that compiled .js file? Can you share what you did exactly in your app.module to pull it in and then what you...