Coflnet / hypixel-react

GNU Affero General Public License v3.0
10 stars 18 forks source link

Implement OpenTelemetry #1210

Open Flou21 opened 8 months ago

Flou21 commented 8 months ago

It would be really fancy to see how fast the frontend reacts to requests. And how many requests the frontend sends to different services and how long that takes. And to see which requests error often / take long in general

As most of the backend systems we have jaeger / open telemtry for that Here is the next.js guide for that: https://nextjs.org/docs/app/building-your-application/optimizing/open-telemetry

would be cool if for at least the most important / requested websites that would be implemented