Thomas Eizinger
Thomas Eizinger
> We could probably find something that can draw inside of a Tao window. I had a play with https://github.com/lapce/floem, https://github.com/zed-industries/zed/tree/main/crates/gpui and https://github.com/linebender/xilem. Out of these three, floem seems to...
The following screenshot is made with floem:  I pushed the code to https://github.com/firezone/firezone/pull/6333.
Fixed? Not seen this one in a while.
Can you add a test using https://docs.rs/clap/latest/clap/trait.Parser.html#method.try_parse_from that ensures we accept a DNS name? I am worried that if we don't have a test for this, we will forget about...
Replaced by https://github.com/firezone/firezone/pull/5059.
Ah that is a good idea! I'll do that next time!
@AndrewDryga I looked into this and it seems that this is possible but deprecated. See https://cloud.google.com/stackdriver/docs/solutions/gke/prometheus. They recommend to use the hosted prometheus service instead.
> The problem with Prometheus is that it consumes a ton of resources (depending on the db backing it up it most likely will be way more than our Panel...
> > We should use a library that can report them directly to Cloud Metrics. A quick googling gave me this one: [docs.rs/opentelemetry-stackdriver/latest/opentelemetry_stackdriver](https://docs.rs/opentelemetry-stackdriver/latest/opentelemetry_stackdriver/) but there can be better options. >...
> This means we will need to run everything in Kubernetes just to have managed Prometheus instance. I can deploy it to a VM but this is a service that...