Léonard Marques
Léonard Marques
Thank you, the official discord api reference should be enough for me, but do you mind if I let the issue open in case you have any update on the...
Sure, no problem, I'll try working on it this week !
So I just started working on it, unfortunately it might no be very straightforward, maybe I'm having the wrong approach here but it seems that we would also need an...
I'll give it a try, but it might take me some time before coming out with something as there's quite a few projects I'm working on in parallel already, I'll...
Hi ! What's the status of this PR ? I'm experiencing the same issues when dealing with seeds atm ☹️
Just came across this issue, I had some spare time and made an example project using Grafana for metrics and traces [here](https://github.com/keuhdall/otel4s-grafana-example). Not sure if that's what you were expecting...
Just took a look at the link you sent me, this seem pretty specific to Grafana Cloud. They got a free plan though, I'll try to find some time to...
I can probably still get rid of jaeger in order to push traces directly to prometheus though. Should I make a PR to update the microsite with the example ?
Oh nice catch! I'll update my code. Also, I tried finding a way to export traces to prometheus, but it doesn't seem to be possible. At best, [spanmetrics](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/connector/spanmetricsconnector/README.md) can be...
I just added a tempo example on [this branch](https://github.com/keuhdall/otel4s-grafana-example/tree/tempo-example). I'm not sure it's particularly useful to document this example in detail as it is pretty much the same as using...