Marco Schaefer

Results 85 comments of Marco Schaefer

Note: There are go related build issues which do not belong to this PR. Like: ```sh + go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd go: module k8s.io/[email protected] requires go...

> The main part being this doesn't allow the link to be focusable, which it looked like was one of your main objectives? Thanks @ckbedwell and yes it is super...

Hi @pietrarenner I don't have a quick fix yet but I think I know what we need to change in the web-tracing package to better support microfrontends.

Hi @pietrarenner I fear that the solution is not that straight forward. The thing is that we can only register one `WebTracerProvider` in the browsing context. So even if you...

Hey @MrCrunchwrap Thanks a lot for the good feedback and the feature requests as well. 🙏 Yes we definitely need metrics support in the OTLP transporter. Though it'll be likely...

Hi @jpmcb This sounds awesome, thank you so much 🙏 I can't say when exactly we'll start working on it, but it should be soonish. Unfortunately I can't give any...

@jcarres-mdsol just a heads-up With the next Faro release we remove the otel document-load instrumentation from the default instruments in the web-tracing package. This is to reduce data sent. Faro...

Hey @jcarres-mdsol this is very good and useful feedback. Thank you. I'll share this with the rest of the team as well. Cheers, Marco

To be sure that this does not lead yo misunderstandings: we of course keep the web-tracing package but remove the redundant `DocumentLoadInstrumentation`. It's very easy to add them and to...

@cedricziel Faro's session meta has: `session.id` and `attributes.session.previousSession` So it's only about `attributes.session.previousSession`?