ValveSoftware / ValveSoftware/GameNetworkingSockets
Get detailed/lifetime stats in machine-consumable format
@zpostfacto is already working on this.
Since Aug 28, 2020.
- Dominant language
- C++
- Stars
- 9.9k
- Forks
- 749
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
This is a split from issue #127, which was actually two issues.
Right now you can get detailed stats, but only in a human-readable string form. So the feature that will be added to to return those stats in JSON.
Why JSON? Because adding a struct adds a commitment to support that exact ABI in Steamworks in perpetuity, which is a relatively large maintenance burden; I think out of proportion for this feature. JSON is a reasonable choice because things can be added/removed without changing the ABI. We'll need to make sure that people do not build critical functionality on top of it, and only use it for analytics, so that if fields to be removed or renamed, it will only break the analytics, and not any more important user functionality.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.