Giter Club home page Giter Club logo

ue4telemetryvisualizer's Introduction

UE4 Telemetry Visualizer

View Telemetry

This is a plugin for adding telemetry to your UE4 game and visualizing that telemetry in the UE4 editor. It is featured in the Azure Gaming Reference Architectures. There is also a Unity version of this plugin.

Summary

Game telemetry itself is nothing new, but the number of "out of the box" solutions for games to leverage while in development are next to none. Historically, developers would use log files to debug issues, which worked fine for local debugging. Today's games more closely resemble distributed systems, interacting with other clients, servers, and various cloud services regularly.

This project was inspired by developers needing to answer questions for which their own development systems could not provide all the answers, and who were tired of asking people to email them log files!

Goals

  • Make it as simple as possible for anyone on a development team to add and view telemetry - No dedicated engineers required!
  • Iterative development model - You won't know what you'll need up front, so make it as easy as possible to add things along the way!
  • Low cost of operation

Features

  • Telemetry generation API and asynchronous upload with configurable buffers and send intervals,
    • Optimized for a large volume of telemetry (10's to 100's per second) from a small number of clients (10-30)
    • Batching and compression out of the box, common fields denormalized server side to reduce bandwidth requirements
  • Simple UI to build queries in editor, wraps a JSON defined query language usable by external tools
    • Customizable colors and shapes, as well as heatmaps

Example use cases for telemetry during development

Programmers

  • Code Correctness: Asserts, non-critical errors, unlikely code paths taken
  • Profiling: Tracking system counters over thresholds (RAM, CPU, frame render time)

Artists and Game Designers

  • Game asset tracking (missing assets, over-budget assets, hitches)
  • Playtesting analytics in realtime (focus groups, friends and family alpha builds)
  • Game mechanics validation (AI, balancing)

Testing and Quality

  • Testing test coverage per build
  • Bug correlation, reproduction, regression

Setup Instructions

This plugin requires a server component to send telemetry to, which can be found here: https://github.com/Azure-Samples/gaming-in-editor-telemetry.

Plugin setup instructions can be found here.

If you find issues, please add them to the issue tracker.

Contributing

Microsoft Open Source Code of Conduct

We welcome contributions to this project. This project Please read the contributing information before submitting a pull request. If you need inspiration, please check the issue tracker. We are using the GitHub Flow development model.

ue4telemetryvisualizer's People

Contributors

lifespan avatar scm-xbox avatar microsoftopensource avatar microsoft-github-policy-service[bot] avatar msftgits avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.