Metric field station public reference

anarchy.fish

Watch the current, not the coordinates.

Live measurements: Unknown · 2026-07-18

Metric and privacy register release 2026-07-18

Watch the current, not the coordinates.

Definitions come first here: what a metric means, which fields it permits, which privacy class it carries, and why its live value is Unknown. Bundled examples explain the record shape without pretending to measure anyone.

Metric register schema v1

Read the measurement before the number.

Filter five bounded definitions, open their field contracts, and inspect an example record locally. Definitions are published reference material. Live measurements remain dated Unknown or Unavailable.

Live feed
UnknownNo live feed connected
Measured values
UnavailableNo public measurements published
State checked
2026-07-18Static register release
  1. Activity / session-count-band

    Concurrent session band

    Unknown

    A coarse band for simultaneous server sessions inside one declared window; it is not a player census or identity-bearing list.

    The register permits only a server-produced aggregate window. No raw connection event, account identifier, or exact count is part of this definition.

    Metric ID
    metric:session-count-band
    Layer
    Activity
    Privacy
    Aggregate window
    Unit
    sessions
    Live value
    Unknown
    As of

    No live feed connected; no public measurement has been published.

    Inspect fields and sources

    Allowed record fields: windowStart, windowEnd, value, unit, privacyClass.

    Privacy rule: Only an already-aggregated server window may enter the public record; no raw event or identifier accompanies it.

  2. Events / death-count-window

    Death count per window

    Unknown

    A window-level count of death events with no causes, names, locations, inventories, paths, or event-by-event timestamps.

    The server would aggregate before export and publish only a whole bounded window after its privacy rule is documented; raw events remain excluded.

    Metric ID
    metric:death-count-window
    Layer
    Events
    Privacy
    Aggregate window
    Unit
    events
    Live value
    Unknown
    As of

    No live feed connected; no public measurement has been published.

    Inspect fields and sources

    Allowed record fields: windowStart, windowEnd, value, unit, privacyClass.

    Privacy rule: Only an already-aggregated server window may enter the public record; no raw event or identifier accompanies it.

  3. Performance / tick-duration-band

    Tick-duration band

    Unknown

    A bounded distribution summary of server-side tick duration for a declared window, without a claim about uptime or player experience.

    A source window would provide an aggregate band rather than individual timings. Until an attributable source exists, the public measurement remains Unknown.

    Metric ID
    metric:tick-duration-band
    Layer
    Performance
    Privacy
    Aggregate window
    Unit
    milliseconds
    Live value
    Unknown
    As of

    No live feed connected; no public measurement has been published.

    Inspect fields and sources

    Allowed record fields: windowStart, windowEnd, value, unit, privacyClass.

    Privacy rule: Only an already-aggregated server window may enter the public record; no raw event or identifier accompanies it.

  4. Protocol / protocol-family-share

    Protocol-family share

    Unknown

    A coarse distribution across declared protocol families for one window, never a per-session version record or exact client fingerprint.

    Small categories must collapse into a documented remainder or the complete window stays unavailable; no cohort threshold is claimed in this release.

    Metric ID
    metric:protocol-family-share
    Layer
    Protocol
    Privacy
    Suppressed breakdown
    Unit
    proportion
    Live value
    Unknown
    As of

    No live feed connected; no public measurement has been published.

    Inspect fields and sources

    Allowed record fields: windowStart, windowEnd, value, unit, privacyClass.

    Privacy rule: A category breakdown may publish only after a documented cohort rule; otherwise the whole window reads unavailable.

  5. Privacy boundary / exact-player-location

    Exact player location

    Unavailable

    A per-player coordinate or trajectory is documented here only as a hard exclusion; it is not an available metric or future dataset.

    Coordinates, paths, death locations, and any field that could expose a base or person are prohibited and never enter the public pipeline.

    Metric ID
    metric:exact-player-location
    Layer
    Privacy boundary
    Privacy
    Never collect
    Unit
    prohibited
    Live value
    Unavailable
    As of

    Prohibited by the published privacy boundary; no live feed is permitted.

    Inspect fields and sources

    Allowed record fields: none. This definition marks a prohibition.

    Privacy rule: This field is prohibited and never enters the public pipeline, even in a small, delayed, or aggregated form.

Local record inspector browser only

Explain one bounded example.

Choose a bundled example or paste JSON. Inspection runs in this browser: no request, upload, storage, or live claim is created.

Examples, not measurements. Bundled values are fictional documentation material. They are not telemetry and do not describe a server, player count, or uptime.

Read the bundled example JSON

Bundled example — tick-duration band

Fictional documentation values only. This record is not telemetry and says nothing about a server.

{
  "schemaVersion": "anarchy.fish/metric-record/v1",
  "recordType": "example",
  "metricId": "metric:tick-duration-band",
  "windowStart": "2026-07-18T18:00:00Z",
  "windowEnd": "2026-07-18T18:15:00Z",
  "value": {
    "lower": 18,
    "upper": 24
  },
  "unit": "milliseconds",
  "privacyClass": "aggregate-window",
  "sourceRef": "bundled-example"
}

Bundled example — protocol-family share

Fictional category values only. This record is not telemetry and says nothing about a server.

{
  "schemaVersion": "anarchy.fish/metric-record/v1",
  "recordType": "example",
  "metricId": "metric:protocol-family-share",
  "windowStart": "2026-07-18T18:00:00Z",
  "windowEnd": "2026-07-18T18:15:00Z",
  "value": {
    "exampleFamilyA": 0.75,
    "remainder": 0.25
  },
  "unit": "proportion",
  "privacyClass": "suppressed-breakdown",
  "sourceRef": "bundled-example"
}