class Puma::Single

def stats

@!attribute [r] stats
def stats
  {
    started_at: utc_iso8601(@started_at)
  }.merge(@server.stats).merge(super)
end