Moritz Lang
Moritz Lang
> the most pragmatic approach is for this package to not try to provide a "full-blown" OTel SDK for metrics, but rather provide a Swift Metrics backend that exports metrics...
Hey @omochi, thanks for the detailed bug report and demo project 🙏 ## Default export timeout What you've been running into is the default export timeout, which is set to...
> I just saw this myself, couldn't quite understand why things appeared to hang a bit, but this makes perfect sense. > @heckj Thanks for chiming in 🙏 It definitely...
> Any updates on this one 👀? > @Andrewangeta Not yet, unfortunately. I've been busy at work lately, and this needs a bit more work to bring it on par...
I saw the same memory usage spike happening on our Mac Mini M1 (16GB RAM) with Tartelet 0.7.0. We also hit ~ 120GB of memory usage and the runners weren't...
> This patch does not yet add support for OTEL_EXPORTER_OTLP_CERTIFICATE, OTEL_EXPORTER_OTLP_CLIENT_KEY, OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE > @t089 Thanks for bringing this up. Do you think it's worth merging the PR as is and...
Thanks for bringing this up @Andrewangeta 🙏 The issues you're facing should indeed be caused by our current gRPC support being limited to insecure channels. Have you already tried using...
> Currently grafana cloud only accepts HTTP for delivering OTLP to ingest. > @Andrewangeta Interesting! We could add `http/protobuf` support in a separate `OTLPHTTP` target. I prototyped this a while...
We now support both `otlp/http+protobuf` and `otlp/http+json` with `1.0.0-alpha.1`.
There are some required formatting changes. @Joannis Could you please run `./scripts/soundness.sh` locally to fix them? I have it set up as a pre-push Git hook locally, which also works...