googleforgames / agones

Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
https://agones.dev
Apache License 2.0
6.06k stars 805 forks source link

opencensus migrate to opentelemetry #3352

Open aimuz opened 1 year ago

aimuz commented 1 year ago

What happened:

opencensus has already been merged into open-telemetry and has been archived, I think we should switch to open-telemetry

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

aimuz commented 1 year ago

https://opentelemetry.io/blog/2023/sunsetting-opencensus/

github-actions[bot] commented 3 months ago

'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions '

markmandel commented 2 months ago

OTEL can be quite painful to setup and run, and we're not doing any tracing, I'm wondering if it makes sense to export straight prometheus metrics instead 🤔

This may end up being a breaking change, primarily for Google Cloud Monitoring.

aimuz commented 2 months ago

If you just export prometheus, it is probably a better way to use prometheus directly.

github-actions[bot] commented 1 month ago

'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions '

markmandel commented 1 month ago

We should do something here. Just need to work out what and how.