Trying that out, I also get an error, but only *sometimes*. The majority of queries run ok, and then sometimes I run one (not even the first one after page load) that ends in an error like this (based on https://gitpod.io#github.com/prometheus/prometheus/pull/7820):
[image: error.png] I haven't managed to create the same error in the Netlify deploy preview for the same PR yet. On Tue, Aug 18, 2020 at 10:47 AM Sven Efftinge <[email protected]> wrote: > I tried to reproduce it, but it never happened for some reason. > Gitpod doesn't do anything special, so this seems to be a timing issue > with the webpack setup. > Did you try to reproduce that a second time? > > On Tue, 18 Aug 2020 at 09:36, Julien Pivotto <[email protected]> > wrote: > >> I did try gitpod on this PR (apparently the app is installed now?): >> >> https://github.com/prometheus/prometheus/pull/7820 >> >> And it throws and error in the react UI when I launch a Prometheus >> query. >> It works when I open the react UI in a new tab. >> >> I am quite wondering how new contributors would deal with that kind of >> issues. I don't know if the bug is in our code, or in gitpod. >> >> On 14 Aug 08:17, Sven Efftinge wrote: >> > Yes, partly. E.g. codespaces are not pre-building your branches [1], so >> you >> > are going to wait every time you open a fresh environment. >> > As a result people will probably not open fresh ones, but go back to old >> > environments and maintain/sync them manually, therefore, ending up in >> the >> > same yak shaving and configuration drift experience we know from local >> dev >> > environments. But it's a great start in the right direction for sure as >> at >> > least the initial onboarding is automated as well. >> > >> > [1] - https://www.gitpod.io/blog/prebuilds/ >> > >> > On Thu, 13 Aug 2020 at 22:50, Julien Pivotto < >> [email protected]> >> > wrote: >> > >> > > >> > > I have realized that this kind of feature will also come from github >> > > directly: >> > > >> > > https://github.com/features/codespaces/ >> > > >> > > >> > > On 04 Aug 21:17, Julius Volz wrote: >> > > > Great, ok :) >> > > > >> > > > I'll go ahead and work with Sven to get some Gitpod integration >> going >> > > then >> > > > for prometheus/prometheus as a start, unless someone else objects. >> > > > >> > > > On Tue, Aug 4, 2020 at 8:52 PM Julien Pivotto < >> > > [email protected]> >> > > > wrote: >> > > > >> > > > > On 04 Aug 20:47, Julius Volz wrote: >> > > > > > I think it could be a really useful addition, both for new >> > > contributors, >> > > > > as >> > > > > > well as for reviewers / maintainers. >> > > > > > >> > > > > > Julien, are you still opposed to this in principle? Any >> opinions by >> > > other >> > > > > > team members? >> > > > > >> > > > > I have read the TOS and nothing frightened me. I am not blocking >> this >> > > > > initiative, you can go ahead. >> > > > > >> > > > > > >> > > > > > On Tue, Jul 28, 2020 at 11:30 AM Sven Efftinge <[email protected]> >> > > wrote: >> > > > > > >> > > > > > > >> > > > > > >> Besides I would be a bit surprised than you cannot install >> some >> > > > > exporter >> > > > > > >> and a Consul server for the discovery. >> > > > > > >> @Sven: I suppose that's possible doesn't it ? >> > > > > > >> >> > > > > > > >> > > > > > > You can install almost anything that runs on Linux. >> > > > > > > If you provide me with a link to some more information of >> what is >> > > > > needed I >> > > > > > > can take a look. >> > > > > > > >> > > > > > > >> > > > > >> > > > > -- >> > > > > Julien Pivotto >> > > > > @roidelapluie >> > > > > >> > > > >> > > > -- >> > > > You received this message because you are subscribed to the Google >> > > Groups "Prometheus Developers" group. >> > > > To unsubscribe from this group and stop receiving emails from it, >> send >> > > an email to [email protected]. >> > > > To view this discussion on the web visit >> > > >> https://groups.google.com/d/msgid/prometheus-developers/CA%2BT6Yoz9NrnnEqQEajPzYQ6KyRsK1tKCZ6nBH3LhpVUX2%2BJofA%40mail.gmail.com >> > > . >> > > >> > > -- >> > > Julien Pivotto >> > > @roidelapluie >> > > >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups "Prometheus Developers" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/prometheus-developers/CAEzbUNXR438qmmiaMM_xZ6BOR7ZFwq7R3AYQBOQcifL0d8LGDw%40mail.gmail.com >> . >> >> -- >> Julien Pivotto >> @roidelapluie >> > -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/CA%2BT6Yoyqtc_PY2U0ZN2jDrFtPCB0j_p_Haq07sspCPOKBtjUhw%40mail.gmail.com.

