PlayFlow Cloud Documentation
  • ☁️PlayFlow Cloud
  • Guides
    • 💻Setup Unity Modules
    • 🎮Quick Start - Creating your first server deployment
    • 🌐Creating deployments for WebGL
  • Fundamentals
    • 🖥️PlayFlow Cloud Unity Plugin
    • 📘Plan & Instance Types
    • ☁️PlayFlow Cloud API
      • 📄API Docs
  • 🧊Unity Guides
    • 🐟Getting Started with FishNet
  • 🧊Unreal Engine
    • 🧊PlayFlow Cloud Unreal Engine Plugin
  • ⚡Fast Server Deployments
    • ⬆️Upgrading your existing PlayFlow Plans
    • 💻Getting Started with Fast Deployments
    • 🎮Deploying a Game Server
    • 🌐Connecting to your Game Server
    • 👥Matchmaking
  • ❓How To
    • 📊Setup performance monitoring for game servers
    • 🗒️Setup centralized logging for game servers
    • 🥳Setup logging with Axiom.co
    • ⬆️Uploading a custom game server
Powered by GitBook
On this page
  1. How To

Setup performance monitoring for game servers

Learn how to setup performance monitoring with this simple guide

Last updated 1 year ago

Create a new account on Netdata cloud

Retrieve your Netdata claim token --> Click on Connect Nodes in the left hand panel. Navigate to the panel on the right and copy your token listed under --claim-token

Once you have your claim token, you can provide it as a header in your POST requests for starting a game server using the PlayFlow API.

The Netdata token header is going to be netdatatoken and the value will be your Netdata claim token.

Call the PlayFlow API, add your claim token as a header in the POST request.

Here is an example POST API Request:

POST https://api.cloud.playflow.app/start_game_server

Headers

Name
Type
Description

token*

playflowapitoken

region*

us-east

netdatatoken

netdataclaimtoken

netdataroom

netdataroomtoken

Once your PlayFlow server is launched, you can view the status of your server in Netdata and setup dashboards for performance monitoring.

You can also create a new War Room by clicking the + sign next to War Rooms in the left hand panel. War Room will provide real-time metrics and dashboards for all or specific nodes for your PlayFlow cloud game servers. Click to learn more about setting up and managing War Rooms.

❓
📊
https://app.netdata.cloud
here