Aksel Allas

Results 35 comments of Aksel Allas

👍 This would be very beneficial for my flow as well. 🤔 I was following this guide: https://johnny.sh/notes/publish-canary-lerna-cicd/ where he proposes using ``` lerna publish prerelease --canary --exact --yes --dist-tag=$BRANCH...

I wound up having to fetch more git history e.g. in github actions: ``` steps: - uses: actions/checkout@v3 with: token: ${{ secrets.REPO_MACHINE_ACCESS_TOKEN }} fetch-depth: 0 ``` The version number comes...

The picture from Honeycomb's whitepaper is how I hoped/imagined that autoinstrumented `opentelemetry-js` also works. After implementing it I was disappointed to see it doesn't 😞

So I'm trying to do manual frontend browser instrumentation for React to get nested fetch request spans. Does anyone have thoughts on why it's not working 🤔 I'm trying to...

Hi @Flarna I'm looking into how to get this working with propagators. Can you perhaps give any guidance on what I need to accomplish on a high level? Cheers!

Using AlwaysOnContextManager leads to some extremely long and complex traces. Is there any span/trace viewer that allows filtering spans of a trace view using timestamp?

I think increasing max export size makes sense at the metric exporter level.

This issue should be closed as it's released in newest version? 🤔