Aditi Ahuja

Results 13 comments of Aditi Ahuja

@gauravano I was looking into overflow-wrap in CSS to solve this, to basically continue the word(i.e. file name) to the next line. Considering the security aspect as you mentioned, I...

So, from what I understand, two new flags are needed: 1. as @pdf suggests, one to disable all default metrics, for consistency with exporter-toolkit. 2. as @SuperQ suggests, one to...

Do you mean 'picking option' using TitleSelectOne, etc. ? And could you please elaborate on how it is not working for pre-written functions using a code snippet or the likes?...

Commenting to remove `stale` I could work on this sometime when I have the bandwidth, if no one else is working on it.

@matej-g could you please review my current progress, when you're free. 1. I've created a function which returns an OTLP exporter but I'm not sure how to use the exporter....

@matej-g I have added unit tests for Jaeger in a recent commit, which are mostly similar to the ones for GCloud, other than the test for `parseTags`. PTAL and let...

@matej-g quick update: 1. Added remote sampler for Jaeger. 2. Since I haven't found an alternative to the rate limiting strategy workaround we discussed earlier, I'll work on adding a...

thanks @ahayworth, I shall take a look at the package. cc @matej-g what do you think?

Thank you so much @matej-g for pulling this to the finish line! The recently added changes look good to me!