Y.Matsuda

Results 38 comments of Y.Matsuda

Hi, @rainliu . I've started to implement `NamedCurve::X25519` .

Amazing feature, @riquito ! May I suggest to add `session token` ( `x-amz-security-token` ) to PostPolicy struct? It's required when using a policy generated with temporary credentials in Lambda environment...

To print the root span of a focused span, we should follow its parents recursively (and asynchronously for performance).

Hi, @codefromthecrypt , could you check if this feature is what you expect when you have time? I'm wondering if the meaning of "root" is in the service or in...

@codefromthecrypt Oh, sorry maybe I misunderstood. > the span name on the `Traces (t)` I assume is from the root? Yes, that is the root span in the service. (However,...

Okay, I close them, thanks for your response! > While the logic will not be exact same for otel, and may exist elsewhere. Anyway, maybe it can help Yeah, these...

Yeah, that's one of the features I want, such like Jaeger's dependency graph: ![image](https://github.com/user-attachments/assets/d869e9f2-c07d-4966-b1eb-a3d449c29a38) cf. https://signoz.io/blog/jaeger-vs-signoz/ > Whatever way, I guess the first version doesn't need to be too fancy...

After some research, I found that [mermaid-ascii](https://github.com/AlexanderGrooff/mermaid-ascii) might be a good choice. I will give it a few tries. Or, I would start by writing a simple render without using...

I started to work on this in #197 . It is a very rough implementation and needs a lot of tweaking (there're duplicated services...), but the output seems generally correct....