std::string GetPrefix()

in spectator/stateless_meters.h [67:72]


  std::string GetPrefix() {
    if (value_prefix_.empty()) {
      value_prefix_ = detail::create_prefix(*id_, Type());
    }
    return value_prefix_;
  }