FancyInnovations
Features

Metrics

Track the perfomance, state and behaviour of your project

Metrics are numerical values that represent the state, performance, or behavior of your application over time. They are the core building blocks of the analytics platform — enabling insights, dashboards, alerts, and aggregation across many data sources.

What is a Metric?

A metric is:

  • Identified by a name (e.g. cpu_usage_percent, online_players, npc_type_pig)
  • Reported by one or more senders (e.g., a game server, plugin, or application)
  • Includes exact one numeric value

Each metric is sent at a point in time and represents a measurable value from your application or environment.

What Can Be a Metric?

Anything that can be measured numerically:

Metric NameExample ValueDescription
cpu_usage_percent42.5Current CPU usage in percent
online_players10Number of players online
npc_count123Total NPCs spawned on a game server
npc_count_pig5Number of pig NPCs
plugin_enabled1 (true)Boolean values are converted to 1/0
tps20Ticks per second
network_in_kb512Incoming network traffic

On this page