Daniil Iaitskov
Daniil Iaitskov
@ethercrow , Note. I haven't found where OPENTELEMETRY_CONTEXT is used in stack/ghcide, but in python project they read from that var 1 of 2 constants, not strings like "ot-fffa23432-bedc38383" https://opentelemetry-python.readthedocs.io/en/stable/_modules/opentelemetry/context.html
@ethercrow , I think the following hypothetical GHC feature would solve all problems related to this ticket https://gitlab.haskell.org/ghc/ghc/-/merge_requests/3382
[grps is not supported](https://github.com/google/proto-lens/issues/381) on 8.10
As of now I run out of ideas how to skip proto module for 8.10
I hope so, but what about stack and cabal? How many build system should be in a Haskell project to change a light bulb? Could nix be rescue?
proto-lens ticket for support 8.10 is closed, nonetheless build is still failing. Hackage version is not changed. I tried to pull proto-lens dependency directly from a github branch, but I...
I complete first version of OpenTelemetry translator and noticed mismatching between internal and OT structures: our event is (name, value, timestamp) but OT (name, attributes map , ts) so there...
@ethercrow , proto-lens issue is resolved. Now build failing due git proto submodule is not fetched by CI. I guess I need tweak following lines, but I don't see travis...
Event cap is CPU core id or os thread id. GHC eventlog format is very power full. It allows to reconstruct the whole thread of process. SpanInFlight could useful for...
Hi. I experiment with latest timescale db (docker 2.6) and I noticed slow performance on weather_metrics demo db. Laptop is good (icore7 and 16gb ram). ``` # select create_hypertable('weather_metrics', 'time');...