-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Opentelemetry #61
Labels
Comments
2 tasks
@addbounty $50 |
Make a Draft PR early so others can see you are working on it! To automatically create one: # Using npx (installed if you have NodeJS/npm)
npx bountybot start minekube/gate#61
# Or, use cargo (installed if you have Rust)
cargo install bounty
bounty start minekube/gate#61 When merged, you will receive the bounty! |
For reference probably work off of |
zelosleone
added a commit
to zelosleone/gate
that referenced
this issue
Feb 13, 2025
@andrewgazelka @robinbraemer Finished the issue completely, also added a test which screams mama mia. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To measure and debug and collect metrics on Gate, however, the deployment looks like, we should support tracing and metrics using https://opentelemetry.io/ SDK such that other tooling like Grafana Tempo, Prometheus, Jaeger, etc. can receive data from a running Gate process. This will help users to gain more visibility into their Gate deployment, measure and help fix latency issues, track player sessions over time, ...
Users can also opt in to anonymous data collection to help us understand usage and performance bottlenecks.
The text was updated successfully, but these errors were encountered: